treewide: Mass replace 'openssl}/bin' to refer the 'bin' output
This commit is contained in:
@@ -21,7 +21,7 @@ pythonPackages.buildPythonPackage rec {
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/mailpile \
|
||||
--prefix PATH ":" "${gnupg1orig}/bin:${openssl}/bin"
|
||||
--prefix PATH ":" "${gnupg1orig}/bin:${openssl.bin}/bin"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user