2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-15 20:37:56 +00:00

gem-config: add sassc ()

This commit is contained in:
Alyssa Ross 2018-10-11 21:04:29 +02:00 committed by zimbatm
parent e69079b3b1
commit da3529718d

View File

@ -319,6 +319,10 @@ in
dontUseCmakeConfigure = true;
};
sassc = attrs: {
nativeBuildInputs = [ rake ];
};
scrypt = attrs:
if stdenv.isDarwin then {
dontBuild = false;