mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
gem-config: add sassc (#48212)
This commit is contained in:
parent
e69079b3b1
commit
da3529718d
@ -319,6 +319,10 @@ in
|
||||
dontUseCmakeConfigure = true;
|
||||
};
|
||||
|
||||
sassc = attrs: {
|
||||
nativeBuildInputs = [ rake ];
|
||||
};
|
||||
|
||||
scrypt = attrs:
|
||||
if stdenv.isDarwin then {
|
||||
dontBuild = false;
|
||||
|
Loading…
Reference in New Issue
Block a user