mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
haskell-uri-encode: jailbreak to fix build with recent versions of 'text'
This commit is contained in:
parent
7b1b9b76b6
commit
1600d8710e
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ networkUri text utf8String ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "Unicode aware uri-encoding";
|
||||
license = "unknown";
|
||||
|
Loading…
Reference in New Issue
Block a user