mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
nimPackages.vmath: use legacy memory-management
This commit is contained in:
parent
2d369b5f10
commit
27974e05e2
@ -11,6 +11,8 @@ buildNimPackage rec {
|
||||
hash = "sha256-/v0lQIOMogTxFRtbssziW4W6VhMDepM6Si8igLgcx30=";
|
||||
};
|
||||
|
||||
nimFlags = [ "--mm:refc" ];
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
||||
meta = with lib;
|
||||
|
Loading…
Reference in New Issue
Block a user