3
0
Fork 0
forked from mirrors/nixpkgs

haskell-gitlib-libgit2: disable this build until 'gitlib-test' is fixed

This commit is contained in:
Peter Simons 2014-11-13 14:36:13 +01:00
parent f33c89d23f
commit 65ef7d534d

View file

@ -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 ];
};
})