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
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
|||||||
# Licensing is a mess: http://www.swig.org/Release/LICENSE .
|
# Licensing is a mess: http://www.swig.org/Release/LICENSE .
|
||||||
license = "BSD-style";
|
license = "BSD-style";
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ urkud ];
|
maintainers = with stdenv.lib.maintainers; [ urkud ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
|
|||||||
# Licensing is a mess: http://www.swig.org/Release/LICENSE .
|
# Licensing is a mess: http://www.swig.org/Release/LICENSE .
|
||||||
license = "BSD-style";
|
license = "BSD-style";
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user