mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
gss: Fix on darwin
This commit is contained in:
parent
0b3af3074e
commit
5eda8246a4
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
# Fixup .la files
|
||||
postInstall = stdenv.lib.optionalString (shishi != null) ''
|
||||
postInstall = stdenv.lib.optionalString (!stdenv.isDarwin && shishi != null) ''
|
||||
sed -i 's,\(-lshishi\),-L${shishi}/lib \1,' $out/lib/libgss.la
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user