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:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user