guestfs-tools: avoid building on hydra
This commit is contained in:
parent
09509e06cd
commit
dd02b08a8f
@ -136,5 +136,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://www.libguestfs.org/guestfs-tools-release-notes-${lib.versions.majorMinor finalAttrs.version}.1.html";
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
hydraPlatforms = [ ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user