Merge pull request #89505 from matthewbauer/remove-outdated-support-groups

release-lib.nix: remove innacurate platform groups
This commit is contained in:
Matthew Bauer 2020-06-08 17:28:17 -05:00 committed by GitHub
commit bcda2525a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View file

@ -157,9 +157,4 @@ rec {
/* Common platform groups on which to test packages. */
inherit (platforms) unix linux darwin cygwin all mesaPlatforms;
/* Platform groups for specific kinds of applications. */
x11Supported = linux;
gtkSupported = linux;
ghcSupported = linux;
}

View file

@ -38,7 +38,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
dhcp = linux;
diffutils = all;
e2fsprogs = linux;
emacs25 = gtkSupported;
emacs25 = linux;
enscript = all;
file = all;
findutils = all;
@ -119,7 +119,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
ntp = linux;
openssh = linux;
openssl = all;
pan = gtkSupported;
pan = linux;
par2cmdline = all;
pciutils = linux;
pdf2xml = all;