mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-liblastfm: drop version restrictions on 'urldecoded' and 'curl' to fix build
This commit is contained in:
parent
e3afe4461d
commit
a36040de70
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ cabal.mkDerivation (self: {
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson curl mtl pureMD5 urlencoded utf8String xml
|
aeson curl mtl pureMD5 urlencoded utf8String xml
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|curl == .*,|curl,|' -e 's|urlencoded .*,|urlencoded,|' liblastfm.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
description = "Wrapper to Lastfm API";
|
description = "Wrapper to Lastfm API";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
|
|
Loading…
Reference in a new issue