Merge pull request #62336 from groodt/bazel-0.26.0

bazel: 0.24.0 -> 0.26.0
This commit is contained in:
Profpatsch
2019-06-12 14:55:49 +02:00
committed by GitHub
4 changed files with 131 additions and 50 deletions

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
name = "xe-${version}";
version = "0.11";
src = fetchFromGitHub {
owner = "chneukirchen";
repo = "xe";
@@ -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 ];
};
}