mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-ghc-syb: don't build on Hydra
Requires GHC >= 6.10 aand < 6.14
This commit is contained in:
parent
686190da2e
commit
e8958e26b3
@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
|
||||
description = "Data and Typeable instances for the GHC API";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user