From 2a8e1edcac88d92c50b8b7431fb5eef0c1241582 Mon Sep 17 00:00:00 2001 From: Naoki Pross Date: Wed, 20 Oct 2021 19:08:25 +0200 Subject: Remove useless folders in video/ --- video/shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'video/shell.nix') 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 {}; 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; -- cgit v1.2.1