Merge pull request #119928 from LeSuisse/cosign-0.3.0

cosign: 0.2.0 -> 0.3.0
This commit is contained in:
Sandro
2021-04-21 05:13:13 +02:00
committed by GitHub
2 changed files with 13 additions and 5 deletions
+3 -1
View File
@@ -1276,7 +1276,9 @@ in
corsmisc = callPackage ../tools/security/corsmisc { };
cosign = callPackage ../tools/security/cosign { };
cosign = callPackage ../tools/security/cosign {
inherit (darwin.apple_sdk.frameworks) PCSC;
};
cozy = callPackage ../applications/audio/cozy-audiobooks { };