libsodium: refactor & remove duplicate
This commit is contained in:
@@ -107016,7 +107016,7 @@ self: {
|
||||
|
||||
"saltine-quickcheck" = callPackage
|
||||
({ mkDerivation, base, bytestring, bytestring-arbitrary, hex
|
||||
, QuickCheck, saltine, sodium, tasty, tasty-quickcheck
|
||||
, QuickCheck, saltine, libsodium, tasty, tasty-quickcheck
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "saltine-quickcheck";
|
||||
@@ -107028,12 +107028,12 @@ self: {
|
||||
testDepends = [
|
||||
base bytestring-arbitrary QuickCheck saltine tasty tasty-quickcheck
|
||||
];
|
||||
extraLibraries = [ sodium ];
|
||||
extraLibraries = [ libsodium ];
|
||||
jailbreak = true;
|
||||
homepage = "https://github.com/tsuraan/saltine-quickcheck";
|
||||
description = "Quickcheck implementations for some NaCl data";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
}) { inherit (pkgs) sodium;};
|
||||
}) { inherit (pkgs) libsodium;};
|
||||
|
||||
"salvia" = callPackage
|
||||
({ mkDerivation, base, bytestring, containers, directory, fclabels
|
||||
|
||||
Reference in New Issue
Block a user