gtk3: add sassc

This makes us generate the .css instead of
using the pregenerated ones.
wip/yesman
worldofpeace 5 years ago committed by Frederik Rietdijk
parent 638c39e65b
commit 6e4fed00bf
  1. 2
      pkgs/development/libraries/gtk+/3.x.nix

@ -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…
Cancel
Save