tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libnvme: 1.1 -> 1.2
ifurther
3 years ago
01196d6d
fdebb81f
+2
-4
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
libnvme
default.nix
+2
-4
pkgs/os-specific/linux/libnvme/default.nix
···
1
{ fetchFromGitHub
2
, json_c
3
, lib
4
-
, libuuid
5
, meson
6
, ninja
7
, openssl
···
14
15
stdenv.mkDerivation rec {
16
pname = "libnvme";
17
-
version = "1.1";
18
19
outputs = [ "out" "man" ];
20
···
22
owner = "linux-nvme";
23
repo = "libnvme";
24
rev = "v${version}";
25
-
sha256 = "EPAPWY6/Bh8I1eLslKJAofLn0IAizmGn00Q5PJPtdRw=";
26
};
27
28
postPatch = ''
···
40
41
buildInputs = [
42
json_c
43
-
libuuid
44
openssl
45
python3
46
systemd
···
1
{ fetchFromGitHub
2
, json_c
3
, lib
0
4
, meson
5
, ninja
6
, openssl
···
13
14
stdenv.mkDerivation rec {
15
pname = "libnvme";
16
+
version = "1.2";
17
18
outputs = [ "out" "man" ];
19
···
21
owner = "linux-nvme";
22
repo = "libnvme";
23
rev = "v${version}";
24
+
sha256 = "sha256-U9Fj3OcBe32C0PKhI05eF/6jikHAvdyvXH16IY0rWxI=";
25
};
26
27
postPatch = ''
···
39
40
buildInputs = [
41
json_c
0
42
openssl
43
python3
44
systemd