setools: 2017-11-10 -> 4.2.0, fix build with gcc8
This commit is contained in:
parent
8cfc850510
commit
3020da11bb
@ -8,13 +8,13 @@ with python3.pkgs;
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "setools";
|
pname = "setools";
|
||||||
version = "2017-11-10";
|
version = "4.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TresysTechnology";
|
owner = "SELinuxProject";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "a1aa0f33f5c428d3f9fe82960ed5de36f38047f7";
|
rev = version;
|
||||||
sha256 = "0iyj35fff93cprjkzbkg9dn5xz8dg5h2kjx3476fl625nxxskndn";
|
sha256 = "1bjwcvr6rjx79cdcvaxn68bdrnl4f2a8gnnqsngdxhkhwpddksjy";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bison flex swig ];
|
nativeBuildInputs = [ bison flex swig ];
|
||||||
@ -34,8 +34,8 @@ buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "SELinux Tools";
|
description = "SELinux Policy Analysis Tools";
|
||||||
homepage = https://github.com/TresysTechnology/setools/wiki;
|
homepage = https://github.com/SELinuxProject/setools;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user