yubikey-manager: cleanup

This commit is contained in:
Sandro Jäckel 2024-01-14 20:07:07 +01:00
parent 0488bba183
commit 75457994b8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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; [