treewide: don't use single quotes with placeholder
This commit is contained in:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
# as only the `idevicerestore` binary was tested so far (which worked
|
||||
# without further configuration).
|
||||
configureFlags = [
|
||||
"--with-udevrulesdir=${placeholder ''out''}/lib/udev/rules.d"
|
||||
"--with-udevrulesdir=${placeholder "out"}/lib/udev/rules.d"
|
||||
''--with-udevrule="OWNER=\"root\", GROUP=\"myusergroup\", MODE=\"0660\""''
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user