haskell-libmpd: don't build obsolete version 0.8.0.5 unless some other package depends on it

This commit is contained in:
Peter Simons 2014-09-23 14:16:56 +02:00
parent aeeb7533ff
commit 94b3149962

View file

@ -21,5 +21,6 @@ cabal.mkDerivation (self: {
description = "An MPD client library";
license = "LGPL";
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})