release-lib.nix: remove innacurate platform groups
Removes three platform groups which imply that only linux support: - x11Supported - gtkSupported - ghcSupported replace with just linux
This commit is contained in:
parent
4f9053c605
commit
1644781046
@ -157,9 +157,4 @@ rec {
|
|||||||
/* Common platform groups on which to test packages. */
|
/* Common platform groups on which to test packages. */
|
||||||
inherit (platforms) unix linux darwin cygwin all mesaPlatforms;
|
inherit (platforms) unix linux darwin cygwin all mesaPlatforms;
|
||||||
|
|
||||||
/* Platform groups for specific kinds of applications. */
|
|
||||||
x11Supported = linux;
|
|
||||||
gtkSupported = linux;
|
|
||||||
ghcSupported = linux;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
|||||||
dhcp = linux;
|
dhcp = linux;
|
||||||
diffutils = all;
|
diffutils = all;
|
||||||
e2fsprogs = linux;
|
e2fsprogs = linux;
|
||||||
emacs25 = gtkSupported;
|
emacs25 = linux;
|
||||||
enscript = all;
|
enscript = all;
|
||||||
file = all;
|
file = all;
|
||||||
findutils = all;
|
findutils = all;
|
||||||
@ -119,7 +119,7 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
|||||||
ntp = linux;
|
ntp = linux;
|
||||||
openssh = linux;
|
openssh = linux;
|
||||||
openssl = all;
|
openssl = all;
|
||||||
pan = gtkSupported;
|
pan = linux;
|
||||||
par2cmdline = all;
|
par2cmdline = all;
|
||||||
pciutils = linux;
|
pciutils = linux;
|
||||||
pdf2xml = all;
|
pdf2xml = all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user