mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
69afd134d6
Older ffi fails to build on at least x86_64-darwin. > AbstractMemory.c:586:9: error: call to undeclared function > 'rb_safe_level'; ISO C99 and later do not support implicit function > declarations [-Wimplicit-function-declaration]
56 lines
1.3 KiB
Nix
56 lines
1.3 KiB
Nix
{
|
|
ffi = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd";
|
|
type = "gem";
|
|
};
|
|
version = "1.16.3";
|
|
};
|
|
rb-fsevent = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
|
|
type = "gem";
|
|
};
|
|
version = "0.11.2";
|
|
};
|
|
rb-inotify = {
|
|
dependencies = ["ffi"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
|
|
type = "gem";
|
|
};
|
|
version = "0.10.1";
|
|
};
|
|
sass = {
|
|
dependencies = ["sass-listen"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0";
|
|
type = "gem";
|
|
};
|
|
version = "3.7.4";
|
|
};
|
|
sass-listen = {
|
|
dependencies = ["rb-fsevent" "rb-inotify"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df";
|
|
type = "gem";
|
|
};
|
|
version = "4.0.0";
|
|
};
|
|
}
|