libguestfs: inherit hydraPlatforms from appliance
(cherry picked from commit 265f2f576f94d7cbc3149304f2d6d7406b6ee8db)
This commit is contained in:
parent
1ab68981ef
commit
e57cbfc048
1 changed files with 2 additions and 0 deletions
|
@ -91,5 +91,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://libguestfs.org/";
|
||||
maintainers = with maintainers; [offline];
|
||||
platforms = platforms.linux;
|
||||
# this is to avoid "output size exceeded"
|
||||
hydraPlatforms = if appliance != null then appliance.meta.hydraPlatforms else platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue