tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell-hruby: test suite has been fixed upstream
Peter Simons
10 years ago
169efee1
26941230
+1
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+1
-2
pkgs/development/haskell-modules/configuration-common.nix
···
23
23
text = dontCheck super.text;
24
24
25
25
# https://github.com/bartavelle/hruby/issues/10
26
26
-
# https://github.com/bartavelle/hruby/issues/9
27
27
-
hruby = addExtraLibrary (dontCheck super.hruby) pkgs.ruby_2_1;
26
26
+
hruby = addExtraLibrary super.hruby pkgs.ruby_2_1;
28
27
29
28
# Doesn't compile with lua 5.2.
30
29
hslua = super.hslua.override { lua = pkgs.lua5_1; };