{redshift,gammastep}: fix build with strictDeps = true;

This commit is contained in:
éclairevoyant 2024-01-13 06:52:05 -05:00
parent 3d673c9b54
commit 0aed5c3b54
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -24,6 +24,8 @@ let
./575.patch ./575.patch
]; ];
strictDeps = true;
nativeBuildInputs = [ nativeBuildInputs = [
autoconf autoconf
automake automake
@ -34,6 +36,7 @@ let
wrapGAppsHook wrapGAppsHook
wrapPython wrapPython
gobject-introspection gobject-introspection
python
]; ];
configureFlags = [ configureFlags = [
@ -49,7 +52,6 @@ let
buildInputs = [ buildInputs = [
gtk3 gtk3
python
] ++ lib.optional withRandr libxcb ] ++ lib.optional withRandr libxcb
++ lib.optional withGeoclue geoclue ++ lib.optional withGeoclue geoclue
++ lib.optional withDrm libdrm ++ lib.optional withDrm libdrm