gtk3: add sassc
This makes us generate the .css instead of using the pregenerated ones.
This commit is contained in:
parent
638c39e65b
commit
6e4fed00bf
|
@ -26,6 +26,7 @@
|
|||
, gnome3
|
||||
, hicolor-icon-theme
|
||||
, gsettings-desktop-schemas
|
||||
, sassc
|
||||
, x11Support ? stdenv.isLinux
|
||||
, waylandSupport ? stdenv.isLinux
|
||||
, mesa
|
||||
|
@ -99,6 +100,7 @@ stdenv.mkDerivation rec {
|
|||
ninja
|
||||
pkgconfig
|
||||
python3
|
||||
sassc
|
||||
setupHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue