mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03: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