HaRe: don't build this with Hydra; the build is broken because of missing dependencies
This commit is contained in:
parent
cc476c02bd
commit
faa33d58ce
@ -30,6 +30,7 @@ cabal.mkDerivation (self: {
|
|||||||
description = "the Haskell Refactorer";
|
description = "the Haskell Refactorer";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user