treewide: remove redundant quotes
This commit is contained in:
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
patches = [
|
||||
(substituteAll {
|
||||
src = ./nma.patch;
|
||||
networkmanagerapplet = "${networkmanagerapplet}";
|
||||
networkmanagerapplet = networkmanagerapplet;
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user