mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #281421 from SuperSandro2000/pcsc-polkit
This commit is contained in:
commit
35ef7edaea
@ -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…
Reference in New Issue
Block a user