1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

git-annex: broken by optparse-applicative 0.10.x

Bug has been reported upstream.
This commit is contained in:
Peter Simons 2014-09-13 23:16:09 +02:00
parent 8e4c563b14
commit 70caf9d865

View file

@ -48,5 +48,6 @@ cabal.mkDerivation (self: {
license = self.stdenv.lib.licenses.gpl3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ simons ];
broken = true;
};
})