summary refs log tree commit diff
path: root/pkgs/development/libraries/hunspell/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-08-20 09:13:41 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-08-20 09:13:41 +0200
commitae2cf7c00877a3dd778b3e3cabfec682503303d5 (patch)
tree16c0b044abef442273e494420381770e6e2b45d5 /pkgs/development/libraries/hunspell/default.nix
parent4ff7702082bad838e70140091afe7e77a9f00eca (diff)
parent38eea804e6c02542085c9f232cdd699d96c95a23 (diff)
downloadnixlib-ae2cf7c00877a3dd778b3e3cabfec682503303d5.tar
nixlib-ae2cf7c00877a3dd778b3e3cabfec682503303d5.tar.gz
nixlib-ae2cf7c00877a3dd778b3e3cabfec682503303d5.tar.bz2
nixlib-ae2cf7c00877a3dd778b3e3cabfec682503303d5.tar.lz
nixlib-ae2cf7c00877a3dd778b3e3cabfec682503303d5.tar.xz
nixlib-ae2cf7c00877a3dd778b3e3cabfec682503303d5.tar.zst
nixlib-ae2cf7c00877a3dd778b3e3cabfec682503303d5.zip
Merge branch 'staging' into staging-next
There are security fixes for a few packages (and other changes).
Diffstat (limited to 'pkgs/development/libraries/hunspell/default.nix')
-rw-r--r--pkgs/development/libraries/hunspell/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/hunspell/default.nix b/pkgs/development/libraries/hunspell/default.nix
index ecbfbb7da0b8..b3914a4438b3 100644
--- a/pkgs/development/libraries/hunspell/default.nix
+++ b/pkgs/development/libraries/hunspell/default.nix
@@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
   buildInputs = [ ncurses readline ];
   nativeBuildInputs = [ autoreconfHook ];
 
+  postPatch = ''
+    patchShebangs tests
+  '';
+
   autoreconfFlags = "-vfi";
 
   configureFlags = [ "--with-ui" "--with-readline" ];