libsodium: refactor & remove duplicate

This commit is contained in:
codyopel
2015-05-09 18:20:06 -04:00
parent 28a9f86061
commit 7a794e1797
7 changed files with 12 additions and 42 deletions
@@ -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