about summary refs log tree commit diff
path: root/pkgs/applications/misc/redshift
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-01-13 06:52:05 -0500
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-01-13 06:58:12 -0500
commit0aed5c3b542938a7ddba9f82e9b22d75c5c65794 (patch)
tree1c9ce257fc980378d4ea63ba4c31ead446c15176 /pkgs/applications/misc/redshift
parent3d673c9b54914a44379632f05ca11104056e8569 (diff)
{redshift,gammastep}: fix build with `strictDeps = true;`
Diffstat (limited to 'pkgs/applications/misc/redshift')
-rw-r--r--pkgs/applications/misc/redshift/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/misc/redshift/default.nix b/pkgs/applications/misc/redshift/default.nix
index 71be8f8b157d3..ff0ba6c0edb7a 100644
--- a/pkgs/applications/misc/redshift/default.nix
+++ b/pkgs/applications/misc/redshift/default.nix
@@ -24,6 +24,8 @@ let
         ./575.patch
       ];
 
+      strictDeps = true;
+
       nativeBuildInputs = [
         autoconf
         automake
@@ -34,6 +36,7 @@ let
         wrapGAppsHook
         wrapPython
         gobject-introspection
+        python
       ];
 
       configureFlags = [
@@ -49,7 +52,6 @@ let
 
       buildInputs = [
         gtk3
-        python
       ] ++ lib.optional  withRandr        libxcb
         ++ lib.optional  withGeoclue      geoclue
         ++ lib.optional  withDrm          libdrm