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:
Profpatsch
2019-06-12 14:09:42 +02:00
parent 5d238e45de
commit 7bae5c6392
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
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 ];
}; };
} }