gtk3: add sassc

This makes us generate the .css instead of
using the pregenerated ones.
This commit is contained in:
worldofpeace 2019-06-27 14:27:36 -04:00 committed by Frederik Rietdijk
parent 638c39e65b
commit 6e4fed00bf
1 changed files with 2 additions and 0 deletions

View File

@ -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
];