forked from mirrors/nixpkgs
lowdown: remove extra brackets
This commit is contained in:
parent
b62962b274
commit
259bf50810
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
# Fix lib extension so that fixDarwinDylibNames detects it
|
||||
postInstall = lib.optionalString (stdenv.isDarwin) ''
|
||||
postInstall = lib.optionalString stdenv.isDarwin ''
|
||||
mv $lib/lib/liblowdown.{so,dylib}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue