Merge pull request #37910 from maximedenes/fix-spdx-build

haskellPackages.spdx: fix build
This commit is contained in:
Peter Simons 2018-03-31 17:26:18 +02:00 committed by GitHub
commit d44d35947e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1015,4 +1015,8 @@ self: super: {
# https://github.com/haskell-hvr/resolv/issues/1
resolv = dontCheck super.resolv;
# spdx 0.2.2.0 needs older tasty
# was fixed in spdx master (4288df6e4b7840eb94d825dcd446b42fef25ef56)
spdx = dontCheck super.spdx;
}