From a93a2e23609dcc3fc20c84415219a872222d881f Mon Sep 17 00:00:00 2001 From: Scott Olson Date: Fri, 26 Feb 2016 23:22:34 -0600 Subject: fish: remove kbd dependency on Darwin --- pkgs/shells/fish/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/shells') diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix index 11eeb18661c0..88754fd95a15 100644 --- a/pkgs/shells/fish/default.nix +++ b/pkgs/shells/fish/default.nix @@ -22,8 +22,10 @@ stdenv.mkDerivation rec { postInstall = '' sed -e "s|expr|${coreutils}/bin/expr|" \ + '' + stdenv.lib.optionalString (!stdenv.isDarwin) '' -e "s|if which unicode_start|if true|" \ -e "s|unicode_start|${kbd}/bin/unicode_start|" \ + '' + '' -i "$out/etc/fish/config.fish" sed -e "s|bc|${bc}/bin/bc|" \ -e "s|/usr/bin/seq|${coreutils}/bin/seq|" \ -- cgit 1.4.1