Merge pull request #177276 from trofi/workaround-fno-common-for-haskellPackages.lvmrun
haskellPackages.lvmrun: mark as broken
This commit is contained in:
commit
4d1c1e3f4d
@ -3094,6 +3094,7 @@ broken-packages:
|
||||
- lushtags
|
||||
- luthor
|
||||
- lvmlib
|
||||
- lvmrun
|
||||
- lxd-client
|
||||
- lye
|
||||
- lz4-frame-conduit
|
||||
|
@ -177390,6 +177390,8 @@ self: {
|
||||
isExecutable = true;
|
||||
description = "The Lazy Virtual Machine (LVM) Runtime System";
|
||||
license = "LGPL";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"lxc" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user