Merge pull request #88784 from NickHu/redshift
redshift: enable appindicator support
This commit is contained in:
commit
ba6bc5fd22
@ -9,6 +9,7 @@
|
|||||||
, withGeolocation ? true
|
, withGeolocation ? true
|
||||||
, withCoreLocation ? withGeolocation && stdenv.isDarwin, CoreLocation, Foundation, Cocoa
|
, withCoreLocation ? withGeolocation && stdenv.isDarwin, CoreLocation, Foundation, Cocoa
|
||||||
, withGeoclue ? withGeolocation && stdenv.isLinux, geoclue
|
, withGeoclue ? withGeolocation && stdenv.isLinux, geoclue
|
||||||
|
, withAppIndicator ? true, libappindicator
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -50,6 +51,7 @@ let
|
|||||||
++ stdenv.lib.optional withDrm libdrm
|
++ stdenv.lib.optional withDrm libdrm
|
||||||
++ stdenv.lib.optional withQuartz ApplicationServices
|
++ stdenv.lib.optional withQuartz ApplicationServices
|
||||||
++ stdenv.lib.optionals withCoreLocation [ CoreLocation Foundation Cocoa ]
|
++ stdenv.lib.optionals withCoreLocation [ CoreLocation Foundation Cocoa ]
|
||||||
|
++ stdenv.lib.optional withAppIndicator libappindicator
|
||||||
;
|
;
|
||||||
|
|
||||||
pythonPath = [ pygobject3 pyxdg ];
|
pythonPath = [ pygobject3 pyxdg ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user