haskell-zip-archive: fix build of older versions
This commit is contained in:
parent
1ae377e10f
commit
cfa737886b
|
@ -892,4 +892,7 @@ self: super: {
|
|||
# Test suite won't compile.
|
||||
semigroupoids_5_0_0_3 = dontCheck super.semigroupoids_5_0_0_3;
|
||||
|
||||
# This is fixed in newer versions.
|
||||
zip-archive_0_2_3_5 = addBuildTool super.zip-archive_0_2_3_5 pkgs.zip;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue