mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
wllvm: 1.2.0 -> 1.2.1
Also add myself as another maintainer.
This commit is contained in:
parent
208abdba78
commit
41ede7f4c4
@ -1,20 +1,20 @@
|
|||||||
{ stdenv, python3Packages }:
|
{ stdenv, python3Packages }:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
version = "1.2.0";
|
version = "1.2.1";
|
||||||
pname = "wllvm";
|
pname = "wllvm";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1hriyv5gfkcxjqk71l3030qfy3scsjr3mp12hkxfknh65inlqs5z";
|
sha256 = "1yr0gijhgbxx1sl5a8dygr3a8g5wfkh9rk4v789r2aplvcbanv5a";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/travitch/whole-program-llvm;
|
homepage = https://github.com/travitch/whole-program-llvm;
|
||||||
description = "A wrapper script to build whole-program LLVM bitcode files";
|
description = "A wrapper script to build whole-program LLVM bitcode files";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ mic92 ];
|
maintainers = with maintainers; [ mic92 dtzWill ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user