mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
polymake: fix for structured attrs
This commit is contained in:
parent
755db0b689
commit
95526382be
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
makeWrapper ninja ant perl
|
||||
];
|
||||
|
||||
ninjaFlags = "-C build/Opt";
|
||||
ninjaFlags = [ "-C" "build/Opt" ];
|
||||
|
||||
postInstall = ''
|
||||
for i in "$out"/bin/*; do
|
||||
|
Loading…
Reference in New Issue
Block a user