From 917e3aeeb4a80107379233b695a5ababea5d841a Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Tue, 7 Aug 2018 12:55:32 +0000 Subject: libndctl: fix tests --- pkgs/development/libraries/libndctl/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/development/libraries/libndctl') diff --git a/pkgs/development/libraries/libndctl/default.nix b/pkgs/development/libraries/libndctl/default.nix index 79439f82269..b53920f60b8 100644 --- a/pkgs/development/libraries/libndctl/default.nix +++ b/pkgs/development/libraries/libndctl/default.nix @@ -31,6 +31,10 @@ in stdenv.mkDerivation rec { }) ]; + postPatch = '' + patchShebangs test + ''; + preAutoreconf = '' substituteInPlace configure.ac --replace "which" "${which}/bin/which" substituteInPlace git-version --replace /bin/bash ${stdenv.shell} -- cgit 1.4.1