treewide: remove redundant quotes
This commit is contained in:
@@ -65,7 +65,7 @@ in stdenv.mkDerivation {
|
||||
rpath = stdenv.lib.strings.makeLibraryPath libraries;
|
||||
|
||||
passthru = {
|
||||
home = "${zulu}";
|
||||
home = zulu;
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
@@ -62,7 +62,7 @@ in stdenv.mkDerivation {
|
||||
rpath = stdenv.lib.strings.makeLibraryPath libraries;
|
||||
|
||||
passthru = {
|
||||
home = "${zulu}";
|
||||
home = zulu;
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user