t1lib: Conditionalize a recent change for Darwin
This commit is contained in:
parent
dbcfd854c8
commit
98ad87fb4d
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ libX11 libXaw ];
|
buildInputs = [ libX11 libXaw ];
|
||||||
buildFlags = "without_doc";
|
buildFlags = "without_doc";
|
||||||
|
|
||||||
postInstall = "chmod +x $out/lib/*.so.*"; # ??
|
postInstall = stdenv.lib.optional (!stdenv.isDarwin) "chmod +x $out/lib/*.so.*"; # ??
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user