lol
fork

Configure Feed

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

babashka: remove with lib

+1 -2
+1 -2
pkgs/development/interpreters/clojure/babashka.nix
··· 1 1 { lib, stdenv, fetchurl, graalvm11-ce, glibcLocales }: 2 2 3 - with lib; 4 3 stdenv.mkDerivation rec { 5 4 pname = "babashka"; 6 5 version = "0.2.3"; ··· 25 24 native-image \ 26 25 -jar ${src} \ 27 26 -H:Name=bb \ 28 - ${optionalString stdenv.isDarwin ''-H:-CheckToolchain''} \ 27 + ${lib.optionalString stdenv.isDarwin ''-H:-CheckToolchain''} \ 29 28 -H:+ReportExceptionStackTraces \ 30 29 -J-Dclojure.spec.skip-macros=true \ 31 30 -J-Dclojure.compiler.direct-linking=true \