mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
yubikey-personalization: Install udev-rules.
This commit is contained in:
parent
105f933f64
commit
cb9e0343d1
@ -15,6 +15,11 @@ stdenv.mkDerivation rec {
|
||||
"--with-backend=libusb-1.0"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/lib/udev/rules.d/
|
||||
cp -v *.rules $out/lib/udev/rules.d/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://developers.yubico.com/yubikey-personalization;
|
||||
description = "a library and command line tool to personalize YubiKeys";
|
||||
|
Loading…
Reference in New Issue
Block a user