haskell-libmpd: don't build obsolete version 0.8.0.5 unless some other package depends on it
This commit is contained in:
parent
aeeb7533ff
commit
94b3149962
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue