about summary refs log tree commit diff
path: root/pkgs/development/libraries/hspell
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-01-24 20:41:42 +0100
committerJan Tojnar <jtojnar@gmail.com>2021-01-24 20:41:42 +0100
commitcc8fd11ffb7fe5cd7f1cfa75ea987429f1b2e77d (patch)
treee72cb717dfc1161f4a6a2218cc11dc6a07bdec05 /pkgs/development/libraries/hspell
parent09e2990117c2eb0f9ab054ecf65cda7d55ca0dfc (diff)
parent27955d37e97b5a35c83222345f057b322334c7ac (diff)
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/development/libraries/hspell')
-rw-r--r--pkgs/development/libraries/hspell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/hspell/default.nix b/pkgs/development/libraries/hspell/default.nix
index 0c98e0a28620e..67e593d27f4fc 100644
--- a/pkgs/development/libraries/hspell/default.nix
+++ b/pkgs/development/libraries/hspell/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
     sha256 = "08x7rigq5pa1pfpl30qp353hbdkpadr1zc49slpczhsn0sg36pd6";
   };
 
-  patchPhase = ''patchShebangs .'';
+  patchPhase = "patchShebangs .";
   preBuild = stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) ''
     make CC=${buildPackages.stdenv.cc}/bin/cc find_sizes
     mv find_sizes find_sizes_build