mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 05:48:12 +00:00
fix broken nix-update-clojure by always using GNU grep
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8b1fbe228d
commit
a40d599e55
@ -18,7 +18,8 @@ let
|
||||
|
||||
buildInputs = with pkgs; lib.unique ([
|
||||
# core utilities that should always be present in a shell
|
||||
bash curl wget file unzip flock git gnumake jq ncurses
|
||||
bash curl wget file unzip flock
|
||||
git gnumake jq ncurses gnugrep
|
||||
# build specific utilities
|
||||
clojure maven watchman
|
||||
# other nice to have stuff
|
||||
|
Loading…
x
Reference in New Issue
Block a user