aboutsummaryrefslogtreecommitdiffstats
path: root/video/shell.nix
diff options
context:
space:
mode:
authorNaoki Pross <np@0hm.ch>2021-10-20 19:08:25 +0200
committerNaoki Pross <np@0hm.ch>2021-10-20 19:08:25 +0200
commit2a8e1edcac88d92c50b8b7431fb5eef0c1241582 (patch)
tree477228b73d67230863ab706c6b60afbae22d73d0 /video/shell.nix
parentTypos in theory, remove QAM, start QPSK picture (diff)
downloadFading-2a8e1edcac88d92c50b8b7431fb5eef0c1241582.tar.gz
Fading-2a8e1edcac88d92c50b8b7431fb5eef0c1241582.zip
Remove useless folders in video/
Diffstat (limited to 'video/shell.nix')
-rw-r--r--video/shell.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/video/shell.nix b/video/shell.nix
index bdb2575..9bd9680 100644
--- a/video/shell.nix
+++ b/video/shell.nix
@@ -1,16 +1,16 @@
with import <nixpkgs> {};
let
- manimpango = callPackage manimpango/default.nix {
+ manimpango = callPackage ./manimpango.nix {
buildPythonPackage = pkgs.python3Packages.buildPythonPackage;
fetchPypi = pkgs.python3Packages.fetchPypi;
};
- mapbox-earcut = callPackage manimgl/mapbox-earcut.nix {
+ mapbox-earcut = callPackage ./mapbox-earcut.nix {
buildPythonPackage = pkgs.python3Packages.buildPythonPackage;
fetchPypi = pkgs.python3Packages.fetchPypi;
};
- manimgl = callPackage manimgl/default.nix {
+ manimgl = callPackage ./manimgl.nix {
buildPythonApplication = pkgs.python3Packages.buildPythonApplication;
buildPythonPackage = pkgs.python3Packages.buildPythonPackage;
fetchPypi = pkgs.python3Packages.fetchPypi;