haskellPackages.turtle: fix mv not working on dirs
This fixes spago.tests, for example.
This commit is contained in:
@@ -683,6 +683,16 @@ with haskellLib;
|
|||||||
# https://github.com/awakesecurity/nix-graph/issues/5
|
# https://github.com/awakesecurity/nix-graph/issues/5
|
||||||
nix-graph = doJailbreak super.nix-graph;
|
nix-graph = doJailbreak super.nix-graph;
|
||||||
|
|
||||||
|
# Fix `mv` not working on directories
|
||||||
|
turtle = appendPatches [
|
||||||
|
(pkgs.fetchpatch {
|
||||||
|
name = "turtle-fix-mv.patch";
|
||||||
|
url = "https://github.com/Gabriella439/turtle/commit/b3975531f8d6345da54b005f226adab095085865.patch";
|
||||||
|
sha256 = "sha256-EqvMQpRz/7hbY6wJ0xG8Ou6oKhwWdpjzBv+NPW6tnSY=";
|
||||||
|
includes = [ "src/Turtle/Prelude.hs" ];
|
||||||
|
})
|
||||||
|
] super.turtle;
|
||||||
|
|
||||||
# Allow inspection-testing >= 0.6 in test suite
|
# Allow inspection-testing >= 0.6 in test suite
|
||||||
algebraic-graphs = appendPatch (pkgs.fetchpatch2 {
|
algebraic-graphs = appendPatch (pkgs.fetchpatch2 {
|
||||||
name = "algebraic-graphs-0.7-allow-inspection-testing-0.6.patch";
|
name = "algebraic-graphs-0.7-allow-inspection-testing-0.6.patch";
|
||||||
|
|||||||
Reference in New Issue
Block a user