From aa68838ea780a33466c4219f4b723e1bd98e4352 Mon Sep 17 00:00:00 2001 From: Sebastien Maret Date: Thu, 14 Jun 2018 01:13:10 +0200 Subject: [PATCH] ispell: use optionalString instead of a bash conditional --- pkgs/tools/text/ispell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/ispell/default.nix b/pkgs/tools/text/ispell/default.nix index d35a3d61b1b..dbec8d353d9 100644 --- a/pkgs/tools/text/ispell/default.nix +++ b/pkgs/tools/text/ispell/default.nix @@ -22,8 +22,8 @@ stdenv.mkDerivation rec { ./patches/0030-Display-whole-multibyte-character.patch ]; postPatch = '' - if [ ! stdenv.isDarwin ]; then echo "#define USG" >> local.h; fi cat >> local.h <