cachix: build on supported platforms

This commit is contained in:
Domen Kožar 2018-07-24 20:05:14 +01:00
parent 010ebe1276
commit 4c0cc62d29
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -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 { };