midicsv: fix darwin build
This commit is contained in:
parent
da14f782bf
commit
e79822050c
1 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,9 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile --replace /usr/local $out
|
||||
substituteInPlace Makefile \
|
||||
--replace /usr/local $out \
|
||||
--replace gcc "${stdenv.cc.targetPrefix}cc"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
@ -17,6 +19,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://www.fourmilab.ch/webtools/midicsv/";
|
||||
license = licenses.publicDomain;
|
||||
maintainers = with maintainers; [ orivej ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue