pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
find -print0 | xargs -0 touch
|
||||
'';
|
||||
|
||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
postInstall = lib.optionalString stdenv.isDarwin ''
|
||||
find "$out" -name _spotify.so -exec \
|
||||
install_name_tool -change \
|
||||
@loader_path/../Frameworks/libspotify.framework/libspotify \
|
||||
|
||||
Reference in New Issue
Block a user