cachix: build on supported platforms
This commit is contained in:
parent
010ebe1276
commit
4c0cc62d29
@ -8833,7 +8833,11 @@ with pkgs;
|
||||
|
||||
c-blosc = callPackage ../development/libraries/c-blosc { };
|
||||
|
||||
cachix = haskell.lib.justStaticExecutables haskellPackages.cachix;
|
||||
cachix = (haskell.lib.justStaticExecutables haskellPackages.cachix).overrideAttrs (drv: {
|
||||
meta = drv.meta // {
|
||||
hydraPlatforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
});
|
||||
|
||||
capnproto = callPackage ../development/libraries/capnproto { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user