tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
setools: 4.3.0 -> 4.4.0
Alyssa Ross
4 years ago
20fd3b10
ae3ffded
+2
-10
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
setools
default.nix
+2
-10
pkgs/os-specific/linux/setools/default.nix
···
1
{ lib, fetchFromGitHub, python3
2
, libsepol, libselinux, checkpolicy
3
-
, fetchpatch
4
, withGraphics ? false
5
}:
6
···
9
10
buildPythonApplication rec {
11
pname = "setools";
12
-
version = "4.3.0";
13
14
src = fetchFromGitHub {
15
owner = "SELinuxProject";
16
repo = pname;
17
rev = version;
18
-
sha256 = "0vr20bi8w147z5lclqz1l0j1b34137zg2r04pkafkgqqk7qbyjk6";
19
};
20
-
21
-
patches = [
22
-
(fetchpatch { # included in 4.4.0
23
-
url = "https://github.com/SELinuxProject/setools/commit/f1b4a5d375be05fbccedb258c940d771bff8e524.diff";
24
-
sha256 = "1r38s6i4i6bdr2zdp5wcg1yifpf3pd018c73a511mgynyg7d11xy";
25
-
})
26
-
];
27
28
nativeBuildInputs = [ cython ];
29
buildInputs = [ libsepol ];
···
1
{ lib, fetchFromGitHub, python3
2
, libsepol, libselinux, checkpolicy
0
3
, withGraphics ? false
4
}:
5
···
8
9
buildPythonApplication rec {
10
pname = "setools";
11
+
version = "4.4.0";
12
13
src = fetchFromGitHub {
14
owner = "SELinuxProject";
15
repo = pname;
16
rev = version;
17
+
sha256 = "1qvd5j6zwq4fmlahg45swjplhif2z89x7s6pnp07gvcp2fbqdsh5";
18
};
0
0
0
0
0
0
0
19
20
nativeBuildInputs = [ cython ];
21
buildInputs = [ libsepol ];