lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

babashka: add installCheckPhase to check for proper Unicode support

+4 -3
+4 -3
pkgs/development/interpreters/babashka/default.nix
··· 33 33 doInstallCheck = true; 34 34 35 35 installCheckPhase = '' 36 - $out/bin/bb --version | grep '${version}' 37 - $out/bin/bb '(+ 1 2)' | grep '3' 38 - $out/bin/bb '(vec (dedupe *input*))' <<< '[1 1 1 1 2]' | grep '[1 2]' 36 + $out/bin/bb --version | fgrep '${version}' 37 + $out/bin/bb '(+ 1 2)' | fgrep '3' 38 + $out/bin/bb '(vec (dedupe *input*))' <<< '[1 1 1 1 2]' | fgrep '[1 2]' 39 + $out/bin/bb '(prn "bépo àê")' | fgrep 'bépo àê' 39 40 ''; 40 41 41 42 # As of v1.2.174, this will remove references to ${graalvmDrv}/conf/chronology,