treewide: Mass replace 'openssl}/bin' to refer the 'bin' output
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
JSONPP
|
||||
TermReadKey
|
||||
]}" \
|
||||
--prefix PATH : "${openssl}/bin"
|
||||
--prefix PATH : "${openssl.bin}/bin"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user