git-annex: broken by optparse-applicative 0.10.x
Bug has been reported upstream.
This commit is contained in:
parent
8e4c563b14
commit
70caf9d865
@ -48,5 +48,6 @@ cabal.mkDerivation (self: {
|
|||||||
license = self.stdenv.lib.licenses.gpl3;
|
license = self.stdenv.lib.licenses.gpl3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user