mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Merge pull request #281421 from SuperSandro2000/pcsc-polkit
This commit is contained in:
commit
35ef7edaea
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in
|
|||
config = mkIf config.services.pcscd.enable {
|
||||
environment.etc."reader.conf".source = cfgFile;
|
||||
|
||||
environment.systemPackages = [ package ];
|
||||
environment.systemPackages = [ package.out ];
|
||||
systemd.packages = [ (getBin package) ];
|
||||
|
||||
services.pcscd.plugins = [ pkgs.ccid ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue