Unverified Commit 0aed5c3b authored by éclairevoyant's avatar éclairevoyant
Browse files

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

parent 3d673c9b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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