parent
e9fee02ff9
commit
cd436079fc
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
chmod +x $out/lib/*.so
|
chmod +x "$out"/lib/*.{so,dylib}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in New Issue