mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
yubikey-manager: cleanup
This commit is contained in:
parent
0488bba183
commit
75457994b8
@ -20,7 +20,7 @@ python3Packages.buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace "ykman/pcsc/__init__.py" \
|
||||
--replace 'pkill' '${if stdenv.isLinux then "${procps}" else "/usr"}/bin/pkill'
|
||||
--replace 'pkill' '${if stdenv.isLinux then procps else "/usr"}/bin/pkill'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
|
Loading…
Reference in New Issue
Block a user