mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
hasktags: jailbreak to fix build with latest 'json'
This commit is contained in:
parent
f9db7db531
commit
a93512d71f
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
|||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ filepath json utf8String ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/MarcWeber/hasktags";
|
||||
description = "Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs";
|
||||
|
|
Loading…
Reference in a new issue