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";
|
description = "Libgit2 backend for gitlib";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user