Merge pull request #177276 from trofi/workaround-fno-common-for-haskellPackages.lvmrun

haskellPackages.lvmrun: mark as broken
This commit is contained in:
Dennis Gosnell 2022-06-14 10:24:49 +09:00 committed by GitHub
commit 4d1c1e3f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

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

View File

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