tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
mueval: reapply Nix-specific patch
Nikolay Amiantov
10 years ago
bb3db4e6
bb6e504d
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+1
-1
pkgs/development/haskell-modules/configuration-common.nix
reviewed
···
760
760
dyre = appendPatch super.dyre ./dyre-nix.patch;
761
761
762
762
# https://github.com/gwern/mueval/issues/9
763
763
-
mueval = appendPatch super.mueval ./mueval-fix.patch;
763
763
+
mueval = appendPatch (appendPatch super.mueval ./mueval-fix.patch) ./mueval-nix.patch;
764
764
765
765
# Test suite won't compile against tasty-hunit 0.9.x.
766
766
zlib = dontCheck super.zlib;