libsodium: refactor & remove duplicate

This commit is contained in:
codyopel
2015-05-09 18:20:02 -04:00
committed by Domen Kožar
parent 6c0b0a0248
commit c250cf6f53
7 changed files with 9 additions and 39 deletions

View File

@@ -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