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:
Bjørn Forsman 2014-03-07 23:04:41 +01:00
parent 7b898a1d6a
commit 34caf106da
2 changed files with 4 additions and 0 deletions

View file

@ -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 ];
};
}

View file

@ -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 = [ ];
};
}