haskell-liblastfm: drop version restrictions on 'urldecoded' and 'curl' to fix build

This commit is contained in:
Peter Simons 2012-11-15 12:43:50 +01:00
parent e3afe4461d
commit a36040de70

View file

@ -7,6 +7,9 @@ cabal.mkDerivation (self: {
buildDepends = [
aeson curl mtl pureMD5 urlencoded utf8String xml
];
patchPhase = ''
sed -i -e 's|curl == .*,|curl,|' -e 's|urlencoded .*,|urlencoded,|' liblastfm.cabal
'';
meta = {
description = "Wrapper to Lastfm API";
license = self.stdenv.lib.licenses.mit;