xe: platforms.linux -> platforms.all
xe is such a trivial package, it should build on every platform that supports a CC compiler.
This commit is contained in:
parent
5d238e45de
commit
7bae5c6392
@ -3,7 +3,7 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xe-${version}";
|
name = "xe-${version}";
|
||||||
version = "0.11";
|
version = "0.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chneukirchen";
|
owner = "chneukirchen";
|
||||||
repo = "xe";
|
repo = "xe";
|
||||||
@ -12,12 +12,12 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = "PREFIX=$(out)";
|
makeFlags = "PREFIX=$(out)";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Simple xargs and apply replacement";
|
description = "Simple xargs and apply replacement";
|
||||||
homepage = https://github.com/chneukirchen/xe;
|
homepage = https://github.com/chneukirchen/xe;
|
||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ cstrahan ndowens ];
|
maintainers = with maintainers; [ cstrahan ndowens ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user