mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
csdp: fix build on Darwin
When the `INSTALL` file is present, `make` claims that the `install` target is up-to-date.
This commit is contained in:
parent
3148c7e45b
commit
71e0ce571b
@ -15,6 +15,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
preInstall = ''
|
||||
rm -f INSTALL
|
||||
mkdir -p $out/bin
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user