haskellPackages.tomland: Fix build

wip/little-gl
Malte Brandy 3 years ago
parent e60afba5d1
commit 74d8b78a24
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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

Loading…
Cancel
Save