swig: add meta.platforms (set to linux)
So that Hydra will build swig. This provides binary packages to users and build breakage detection.
This commit is contained in:
parent
7b898a1d6a
commit
34caf106da
2 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
|||
# Licensing is a mess: http://www.swig.org/Release/LICENSE .
|
||||
license = "BSD-style";
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
maintainers = with stdenv.lib.maintainers; [ urkud ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
|
|||
# Licensing is a mess: http://www.swig.org/Release/LICENSE .
|
||||
license = "BSD-style";
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue