mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
haskell-snap: jailbreak to fix build with 'hashable' and 'tagged'
This commit is contained in:
parent
5374c7ca31
commit
d17f66b39b
@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
|
|||||||
snapCore snapServer stm syb tagged text time transformers
|
snapCore snapServer stm syb tagged text time transformers
|
||||||
unorderedContainers vector vectorAlgorithms xmlhtml
|
unorderedContainers vector vectorAlgorithms xmlhtml
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "Top-level package for the Snap Web Framework";
|
description = "Top-level package for the Snap Web Framework";
|
||||||
|
Loading…
Reference in New Issue
Block a user