mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
set meta.platforms to get rid of hydra evaluation errors (assertions)
svn path=/nixpkgs/trunk/; revision=20301
This commit is contained in:
parent
9308f0465f
commit
dfca3bc039
@ -99,7 +99,7 @@ let
|
||||
/* Platform groups for specific kinds of applications. */
|
||||
x11Supported = linux;
|
||||
gtkSupported = linux;
|
||||
ghcSupported = linux ++ darwin;
|
||||
ghcSupported = linux ++ ["i686-darwin"] ;
|
||||
|
||||
in {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user