forked from mirrors/nixpkgs
parent
4a78b56bea
commit
74269d8fa8
|
@ -19443,13 +19443,7 @@ with pkgs;
|
||||||
c-blosc = callPackage ../development/libraries/c-blosc { };
|
c-blosc = callPackage ../development/libraries/c-blosc { };
|
||||||
|
|
||||||
# justStaticExecutables is needed due to https://github.com/NixOS/nix/issues/2990
|
# justStaticExecutables is needed due to https://github.com/NixOS/nix/issues/2990
|
||||||
cachix = (haskell.lib.compose.justStaticExecutables haskell.packages.ghc94.cachix).overrideAttrs(o: {
|
cachix = haskell.lib.justStaticExecutables haskellPackages.cachix;
|
||||||
passthru = o.passthru or {} // {
|
|
||||||
tests = o.passthru.tests or {} // {
|
|
||||||
inherit hci;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
calcium = callPackage ../development/libraries/calcium { };
|
calcium = callPackage ../development/libraries/calcium { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue