forked from mirrors/nixpkgs
haskell-gitlib-libgit2: disable this build until 'gitlib-test' is fixed
This commit is contained in:
parent
f33c89d23f
commit
65ef7d534d
|
@ -26,6 +26,7 @@ cabal.mkDerivation (self: {
|
|||
description = "Libgit2 backend for gitlib";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue