tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
chrony: fix tests
Jan Malakhovski
7 years ago
2cd4bcec
556da201
+4
1 changed file
expand all
collapse all
unified
split
pkgs
tools
networking
chrony
default.nix
+4
pkgs/tools/networking/chrony/default.nix
···
13
sha256 = "0a1ilzr88xhzx1ql3xhn36a4rvl79hvp0dvgm3az4cjhhzav47qd";
14
};
15
0
0
0
0
16
buildInputs = [ readline texinfo nss nspr ]
17
++ stdenv.lib.optionals stdenv.isLinux [ libcap libseccomp pps-tools ];
18
nativeBuildInputs = [ pkgconfig ];
···
13
sha256 = "0a1ilzr88xhzx1ql3xhn36a4rvl79hvp0dvgm3az4cjhhzav47qd";
14
};
15
16
+
postPatch = ''
17
+
patchShebangs test
18
+
'';
19
+
20
buildInputs = [ readline texinfo nss nspr ]
21
++ stdenv.lib.optionals stdenv.isLinux [ libcap libseccomp pps-tools ];
22
nativeBuildInputs = [ pkgconfig ];