haskellPackages.yarn-lock: fix build by jailbreaking
This commit is contained in:
parent
ac462c555a
commit
a1008836b4
|
@ -1581,4 +1581,7 @@ self: super: {
|
||||||
# Test suite fails, upstream not reachable for simple fix (not responsive on github)
|
# Test suite fails, upstream not reachable for simple fix (not responsive on github)
|
||||||
vivid-osc = dontCheck super.vivid-osc;
|
vivid-osc = dontCheck super.vivid-osc;
|
||||||
vivid-supercollider = dontCheck super.vivid-supercollider;
|
vivid-supercollider = dontCheck super.vivid-supercollider;
|
||||||
|
|
||||||
|
# Overly strict version bounds: https://github.com/Profpatsch/yarn-lock/issues/8
|
||||||
|
yarn-lock = doJailbreak super.yarn-lock;
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|
|
@ -11563,7 +11563,6 @@ broken-packages:
|
||||||
- yandex-translate
|
- yandex-translate
|
||||||
- yaop
|
- yaop
|
||||||
- yap
|
- yap
|
||||||
- yarn-lock
|
|
||||||
- yarn2nix
|
- yarn2nix
|
||||||
- yarr
|
- yarr
|
||||||
- yarr-image-io
|
- yarr-image-io
|
||||||
|
|
Loading…
Reference in New Issue