ctucx.git: nixfiles

ctucx' nixfiles

commit 4131e84eda53222d43f7eb5dc332a2040ee74044
parent 1c9a4cfb358e11d950d8635d48004e1e5b996159
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 12 Jan 2022 17:01:04 +0100

programs/gimp: remove gegl_0_4 (not needed anymore on 21.11)
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/configurations/programs/gimp/default.nix b/configurations/programs/gimp/default.nix
@@ -70,11 +70,6 @@ let
       libarchive
     ];
 
-    # needed by gimp-2.0.pc
-    propagatedBuildInputs = with pkgs; [
-      gegl_0_4
-    ];
-
     configureFlags = [
       "--without-webkit" # old version is required
       "--disable-check-update"