aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-06-11 16:10:18 +0200
committerAdrian Kummerlaender2019-06-11 16:10:18 +0200
commit75d008822f143ec44cf1abbc6280e44c4bfb9146 (patch)
treeae77ae2c326b26adf1f9264c7c0f377272b049ec /shell.nix
parent2705560c540d66b1f15887256a8b8a90f5b9d912 (diff)
downloadsymlbm_playground-75d008822f143ec44cf1abbc6280e44c4bfb9146.tar
symlbm_playground-75d008822f143ec44cf1abbc6280e44c4bfb9146.tar.gz
symlbm_playground-75d008822f143ec44cf1abbc6280e44c4bfb9146.tar.bz2
symlbm_playground-75d008822f143ec44cf1abbc6280e44c4bfb9146.tar.lz
symlbm_playground-75d008822f143ec44cf1abbc6280e44c4bfb9146.tar.xz
symlbm_playground-75d008822f143ec44cf1abbc6280e44c4bfb9146.tar.zst
symlbm_playground-75d008822f143ec44cf1abbc6280e44c4bfb9146.zip
Remove initial vector field example
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell.nix b/shell.nix
index 0022724..a5021ca 100644
--- a/shell.nix
+++ b/shell.nix
@@ -26,7 +26,6 @@ pkgs.stdenvNoCC.mkDerivation rec {
sympy
pyopencl
pyopengl
- pygobject3
matplotlib
]);
@@ -34,8 +33,6 @@ pkgs.stdenvNoCC.mkDerivation rec {
local-python
pkgs.opencl-info
- pkgs.gobjectIntrospection
- pkgs.gtk3
(pkgs.jupyter.override {
python3 = local-python;