Skip to content

Commit

Permalink
xe: platforms.linux -> platforms.all
Browse files Browse the repository at this point in the history
xe is such a trivial package, it should build on every platform that
supports a CC compiler.
  • Loading branch information
Profpatsch committed Jun 12, 2019
1 parent 5d238e4 commit 7bae5c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/xe/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
name = "xe-${version}";
version = "0.11";

src = fetchFromGitHub {
owner = "chneukirchen";
repo = "xe";
Expand All @@ -12,12 +12,12 @@ stdenv.mkDerivation rec {
};

makeFlags = "PREFIX=$(out)";

meta = with lib; {
description = "Simple xargs and apply replacement";
homepage = https://github.com/chneukirchen/xe;
license = licenses.publicDomain;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ cstrahan ndowens ];
};
}

0 comments on commit 7bae5c6

Please sign in to comment.