1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

yubikey-personalization: Fix typo

This commit is contained in:
Moritz Ulrich 2016-05-09 14:16:58 +02:00
parent 99b1af9dc0
commit 4ab72c5397

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
postInstall = ''
# Don't use 70-yubikey.rules because it depends on ConsoleKit
install -D -t $out/lib/udev/rules.d 69-yukikey.rules
install -D -t $out/lib/udev/rules.d 69-yubikey.rules
'';
meta = with stdenv.lib; {