haskellPackages.lvmrun: mark as proken

The package fails to build with upstream gcc-10 as:

    ld: heap/bytes.o:(.data.rel.local+0x0): multiple definition of `bytes_ops';
      core/loader.o:(.bss+0x0): first defined here

Upstream report: https://github.com/Helium4Haskell/lvm/pull/4
main
Sergei Trofimovich 2 years ago
parent 6bd5219cc1
commit 742dfb63ae
  1. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  2. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -3096,6 +3096,7 @@ broken-packages:
- lushtags
- luthor
- lvmlib
- lvmrun
- lxd-client
- lye
- lz4-frame-conduit

@ -177276,6 +177276,8 @@ self: {
isExecutable = true;
description = "The Lazy Virtual Machine (LVM) Runtime System";
license = "LGPL";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"lxc" = callPackage

Loading…
Cancel
Save