summary refs log tree commit diff
path: root/pkgs/tools/networking/chrony
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-08-08 21:36:52 +0000
committerJan Malakhovski <oxij@oxij.org>2018-08-11 09:35:21 +0000
commit2cd4bcec4aa3fd3edcfd21ac0ee2009cd186a092 (patch)
tree246cf1ef3c7e65eb1319e011545012429bb75d1b /pkgs/tools/networking/chrony
parent556da201b82dfed2b4db8420a4d39786230cdeb6 (diff)
downloadnixpkgs-2cd4bcec4aa3fd3edcfd21ac0ee2009cd186a092.tar
nixpkgs-2cd4bcec4aa3fd3edcfd21ac0ee2009cd186a092.tar.gz
nixpkgs-2cd4bcec4aa3fd3edcfd21ac0ee2009cd186a092.tar.bz2
nixpkgs-2cd4bcec4aa3fd3edcfd21ac0ee2009cd186a092.tar.lz
nixpkgs-2cd4bcec4aa3fd3edcfd21ac0ee2009cd186a092.tar.xz
nixpkgs-2cd4bcec4aa3fd3edcfd21ac0ee2009cd186a092.tar.zst
nixpkgs-2cd4bcec4aa3fd3edcfd21ac0ee2009cd186a092.zip
chrony: fix tests
Diffstat (limited to 'pkgs/tools/networking/chrony')
-rw-r--r--pkgs/tools/networking/chrony/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/networking/chrony/default.nix b/pkgs/tools/networking/chrony/default.nix
index 2db26985dcf..bf1ef0600bc 100644
--- a/pkgs/tools/networking/chrony/default.nix
+++ b/pkgs/tools/networking/chrony/default.nix
@@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
     sha256 = "0a1ilzr88xhzx1ql3xhn36a4rvl79hvp0dvgm3az4cjhhzav47qd";
   };
 
+  postPatch = ''
+    patchShebangs test
+  '';
+
   buildInputs = [ readline texinfo nss nspr ]
     ++ stdenv.lib.optionals stdenv.isLinux [ libcap libseccomp pps-tools ];
   nativeBuildInputs = [ pkgconfig ];