haskellPackages: Fix evaluation errors

This commit is contained in:
Malte Brandy
2020-08-19 00:38:43 +02:00
parent 019780631c
commit e5b3dd0f9a
2 changed files with 6 additions and 3 deletions

View File

@@ -119637,6 +119637,8 @@ self: {
];
description = "composable SQL generation";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"hastache" = callPackage
@@ -143717,8 +143719,6 @@ self: {
];
description = "Seamlessly call R from Haskell and vice versa. No FFI required.";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {inherit (pkgs) R;};
"inliterate" = callPackage
@@ -244773,6 +244773,8 @@ self: {
];
description = "Library for reading and writing Atom";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"symantic-base" = callPackage