mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 10:50:30 +08:00
Compare commits
1 Commits
update-htt
...
fix-hackag
| Author | SHA1 | Date | |
|---|---|---|---|
| 12fbbac878 |
@@ -80584,7 +80584,7 @@ self: {
|
||||
"crypton" = callPackage
|
||||
({ mkDerivation, base, basement, bytestring, deepseq, gauge
|
||||
, ghc-prim, integer-gmp, memory, random, tasty, tasty-hunit
|
||||
, tasty-kat, tasty-quickcheck
|
||||
, tasty-kat, tasty-quickcheck, stdenv
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "crypton";
|
||||
@@ -80601,6 +80601,7 @@ self: {
|
||||
];
|
||||
description = "Cryptography Primitives sink";
|
||||
license = lib.licenses.bsd3;
|
||||
configureFlags = if stdenv.hostPlatform.avx2Support then [ "--ghc-option=-optc-mno-avx2" ] else [];
|
||||
}) {};
|
||||
|
||||
"crypton_1_0_1" = callPackage
|
||||
@@ -80768,7 +80769,7 @@ self: {
|
||||
"cryptonite" = callPackage
|
||||
({ mkDerivation, base, basement, bytestring, deepseq, gauge
|
||||
, ghc-prim, integer-gmp, memory, random, tasty, tasty-hunit
|
||||
, tasty-kat, tasty-quickcheck
|
||||
, tasty-kat, tasty-quickcheck, stdenv
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "cryptonite";
|
||||
@@ -80785,6 +80786,7 @@ self: {
|
||||
];
|
||||
description = "Cryptography Primitives sink";
|
||||
license = lib.licenses.bsd3;
|
||||
configureFlags = if stdenv.hostPlatform.avx2Support then [ "--ghc-option=-optc-mno-avx2" ] else [];
|
||||
}) {};
|
||||
|
||||
"cryptonite-cd" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user