because i was too lazy, now the real reason: if I don't do this, mercurial fails to run on darwin
svn path=/nixpkgs/trunk/; revision=20645
This commit is contained in:
parent
541beebe6f
commit
0ef1853275
@ -53,4 +53,4 @@ stdenv.mkDerivation ( rec {
|
||||
|
||||
license = "X11";
|
||||
};
|
||||
} // ( if stdenv.isDarwin then { postFixup = "rm $out/lib/*.so"; } else {} ) )
|
||||
} // ( if stdenv.isDarwin then { postFixup = "rm $out/lib/*.so"; } else { } ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user