mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
libguestfs: inherit hydraPlatforms from appliance
(cherry picked from commit 265f2f576f
)
This commit is contained in:
parent
1ab68981ef
commit
e57cbfc048
@ -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 New Issue
Block a user