Skip to content

Commit 1230330

Browse files
committedFeb 27, 2017
fwupd: Fix systemd/udev install
1 parent 8307307 commit 1230330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/firmware/fwupd/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ let version = "0.8.0"; in
2525
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${efivar}/include/efivar"
2626
'';
2727
configureFlags =
28-
[ "--with-systemdunitdir=$out/lib/systemd/system"
29-
"--with-udevrulesdir=$out/lib/udev/rules.d"
28+
[ "--with-systemdunitdir=$(out)/lib/systemd/system"
29+
"--with-udevrulesdir=$(out)/lib/udev/rules.d"
3030
];
3131
enableParallelBuilding = true;
3232
meta =

0 commit comments

Comments
 (0)
Please sign in to comment.