haskellPackages.tomland: Fix build

This commit is contained in:
Malte Brandy 2021-05-09 02:38:05 +02:00
parent e60afba5d1
commit 74d8b78a24
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9

View File

@ -1861,4 +1861,7 @@ self: super: {
phonetic-languages-phonetics-basics = appendPatch super.phonetic-languages-phonetics-basics ./patches/phonetic-languages-phonetics-basics-haddock.patch;
# 2021-05-09: Restrictive bound on hspec-golden. Dep removed in newer versions.
tomland = assert super.tomland.version == "1.3.2.0"; doJailbreak super.tomland;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super