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

View File

@ -26,6 +26,7 @@
, gnome3 , gnome3
, hicolor-icon-theme , hicolor-icon-theme
, gsettings-desktop-schemas , gsettings-desktop-schemas
, sassc
, x11Support ? stdenv.isLinux , x11Support ? stdenv.isLinux
, waylandSupport ? stdenv.isLinux , waylandSupport ? stdenv.isLinux
, mesa , mesa
@ -99,6 +100,7 @@ stdenv.mkDerivation rec {
ninja ninja
pkgconfig pkgconfig
python3 python3
sassc
setupHook setupHook
]; ];