libirecovery: fix udevrule

The many layers of escaping causes this udevrule to not be created properly.
This commit is contained in:
Terje Larsen 2025-06-23 13:53:03 +02:00
parent eb4e6111aa
commit c07877286b
No known key found for this signature in database
GPG Key ID: DE147A553FC5AB4A

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
# without further configuration).
configureFlags = [
"--with-udevrulesdir=${placeholder "out"}/lib/udev/rules.d"
''--with-udevrule="OWNER=\"root\", GROUP=\"myusergroup\", MODE=\"0660\""''
''--with-udevrule=OWNER="root",GROUP="myusergroup",MODE="0660"''
];
meta = with lib; {