aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
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;