mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
haskell-hjsmin: jailbreak to fix build with recent versions of optparse-applicative
This commit is contained in:
parent
a65a505898
commit
12c201bc6a
@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
||||
blazeBuilder Cabal HUnit languageJavascript QuickCheck
|
||||
testFramework testFrameworkHunit text
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://github.com/alanz/hjsmin";
|
||||
description = "Haskell implementation of a javascript minifier";
|
||||
|
Loading…
Reference in New Issue
Block a user