treewide: stdenv.lib -> lib
This commit is contained in:
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec {
|
||||
./disable-autoupdate.patch
|
||||
];
|
||||
|
||||
postPatch = with stdenv.lib; ''
|
||||
postPatch = with lib; ''
|
||||
sed -i -re 's,^( *gpodder_dir *= *).*,\1"'"$out"'",' bin/gpodder
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user