Skip to content

Commit

Permalink
libguestfs: inherit hydraPlatforms from appliance
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Oct 29, 2020
1 parent b0a05d4 commit 25b2c9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/libguestfs/default.nix
Expand Up @@ -89,5 +89,7 @@ stdenv.mkDerivation rec {
homepage = "http://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;
};
}

0 comments on commit 25b2c9b

Please sign in to comment.