git-annex: broken by update to 'persistent' and 'yesod'

This commit is contained in:
Peter Simons 2014-10-14 16:10:08 +02:00
parent 217567d723
commit 38751005a1

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