Commit Graph

101 Commits

Author SHA1 Message Date
Thiago Kenji Okada
e7b3740842 babashka: reduce closure size
Before:

```
$ nix path-info -S ./result -h
/nix/store/6jsb0zpq531w9iymyzaik7lksppgw31k-babashka-0.6.1	  2.0G
```

After:

```
$ nix path-info -S ./result -h
/nix/store/fay0p3hiiic4kd4fk0xyczl1ff8sjcp1-babashka-0.6.1	116.6M
```
2021-10-02 11:38:49 -03:00
José Luis Lafuente
159e57e0ab
clojure: 1.10.3.943 -> 1.10.3.986 2021-09-29 13:42:53 +02:00
Ryan Mulligan
a18d24f461
Merge pull request #137722 from r-ryantm/auto-update/babashka
babashka: 0.6.0 -> 0.6.1
2021-09-14 09:36:44 -07:00
R. RyanTM
b549e58359 babashka: 0.6.0 -> 0.6.1 2021-09-14 01:35:17 +00:00
Bastien Riviere
5255d4e168
babashka: fix build on darwin 2021-09-13 13:27:41 +02:00
Thiago Kenji Okada
8ee160c2d4 babashka: 0.5.1 -> 0.6.0 2021-09-01 17:36:21 -03:00
R. RyanTM
ca6a7f378d clojure: 1.10.3.933 -> 1.10.3.943 2021-08-20 18:33:33 +00:00
Sandro
b2445a1898
Merge pull request #132922 from jlesquembre/clj
clojure: 1.10.3.933 expects tools.edn
2021-08-08 12:43:32 +02:00
Eric Dallo
bb2f7ea176
babashka: Fix graalvm arguments 2021-08-06 23:38:19 -03:00
José Luis Lafuente
74f86bdb64
clojure: 1.10.3.933 expects tools.edn
That's required to use the new -T switch
2021-08-06 20:18:49 +02:00
Sandro
e8a41956a7
Merge pull request #120072 from ericdallo/bump-graalvm 2021-08-04 21:12:32 +02:00
Sandro
5c717aad36
Merge pull request #131960 from thiagokokada/bump-clojure
clojure: 1.10.3.855 -> 1.10.3.933
2021-08-04 16:42:52 +02:00
Eric Dallo
a94c37cb33
babashka: Fix missing graalvm parameter 2021-08-04 10:43:06 -03:00
Eric Dallo
1713102059
babashka: 0.4.5 -> 0.5.1 2021-08-03 19:11:13 -03:00
Thiago Kenji Okada
fea6b0e497 clojure: 1.10.3.855 -> 1.10.3.933 2021-07-29 11:18:18 -03:00
Felix Buehler
87316d778b various: cleanup of "inherit version;" 2021-07-18 00:19:24 +02:00
Felix Buehler
5a6496b41f clooj: deprecate phases 2021-07-17 22:11:03 +02:00
Thiago Kenji Okada
17721bc55d babashka: 0.4.3 -> 0.4.5 2021-06-10 19:09:16 -03:00
R. RyanTM
b4f26c949a clojure: 1.10.3.849 -> 1.10.3.855 2021-06-01 16:16:47 +00:00
Thiago Kenji Okada
33a488c9af
babashka: 0.4.1 -> 0.4.3 (#124325) 2021-05-30 04:26:37 +02:00
José Luis Lafuente
b38eb1b34c
clojure: 1.10.3.839 -> 1.10.3.849 2021-05-26 21:37:54 +02:00
R. RyanTM
16f2ed30d2 clojure: 1.10.3.822 -> 1.10.3.839 2021-05-20 14:52:49 -07:00
Thiago Kenji Okada
f047930992 babashka: 0.4.0 -> 0.4.1 2021-05-14 18:18:14 -03:00
Thiago Kenji Okada
73c19f6682 babashka: 0.3.5 -> 0.4.0 2021-05-08 21:19:19 -03:00
Sandro
ce90673437
Merge pull request #120725 from jlesquembre/clojure
clojure: 1.10.3.814 -> 1.10.3.822
2021-04-27 14:10:10 +02:00
José Luis Lafuente
dea924ccf8
clojure: 1.10.3.814 -> 1.10.3.822 2021-04-26 13:36:11 +02:00
Thiago Kenji Okada
5478f50c10 babashka: 0.3.1 -> 0.3.5 2021-04-22 11:37:37 -03:00
Eric Dallo
1092aa59b5
babashka: 0.2.10 -> 0.3.1 2021-04-02 12:14:26 -03:00
R. RyanTM
3b43e447c6 clojure: 1.10.2.774 -> 1.10.3.814 2021-03-25 01:36:59 +00:00
Ben Siraphob
575e853bd9 clooj: add platforms 2021-03-22 15:07:25 +07:00
Thiago Kenji Okada
19fca6f483 babashka: sync native-image arguments with upstream
This commit syncs the arguments passed to the babashka with upstream:
77daea7362/script/compile (L41-L74)

The idea here is to enable more features and reduce the number of issues
compared to upstream.

Also add some tests to ensure everything is working.
2021-02-26 11:47:23 -03:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Sandro
0d44c7989c
Merge pull request #113265 from SuperSandro2000/fix-collection13 2021-02-17 03:14:49 +01:00
Sandro Jäckel
40019052a8
babashka: remove with lib 2021-02-16 03:59:54 +01:00
xynyx
a9781b0a84 babashka 0.2.3 -> 0.2.10 2021-02-14 05:32:25 -08:00
Thiago Kenji Okada
edac254f54 clojure: add missing runHooks 2021-02-12 14:41:33 -03:00
Thiago Kenji Okada
b2ae24cae2 clojure: 1.10.1.763 -> 1.10.2.774 2021-02-12 14:23:41 -03:00
Stevan Andjelkovic
bf6df7187e
graalvm-ce-20.2.0 -> 20.3.0 + darwin support. (#105815)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-02 23:16:43 +01:00
Ben Siraphob
001c0cbe54 pkgs/development/interpreters: stdenv.lib -> lib 2021-01-23 20:29:03 +07:00
Thiago Kenji Okada
5f2feb6e3d clojure: add thiagokokada as maintainer 2021-01-01 23:18:30 -03:00
Thiago Kenji Okada
d848d42e18 clojure: 1.10.1.727 -> 1.10.1.763 2021-01-01 23:17:57 -03:00
José Luis Lafuente
b364168989
clojure: Mimic upstream install script
Also installs exec.jar in the expected location
2020-11-19 11:12:00 +01:00
Alyssa Ross
29038ac0f1
Merge pull request #102272 from bennyandresen/clojure_1.10.1.645-1.10.1.727
clojure: 1.10.1.645 -> 1.10.1.727
2020-11-09 11:58:49 +00:00
Benjamin Andresen
172cbb8eb7 babashka: 0.0.97 -> 0.2.3
with #99631 and #102693 merged, it's possible to bump the babashka
version again.

However recent versions of babashka depend on java11 features and I
spoke in Slack with the project lead and this java11 dependency will
exist going forward.
2020-11-05 07:11:54 +01:00
Griffin Smith
3341f6c1fc babashka,clj-kondo: Depend on graalvm-ce
Now that we have community builds of graalvm landed in #99631, both
clj-kondo and babashka can depend on those versions of graalvm rather
than the one that requires building from source - this can be built in
hydra, and generally is much easier to build and test.
2020-11-04 09:09:54 -08:00
Benjamin Andresen
43776fb11e clojure: 1.10.1.645 -> 1.10.1.727 2020-10-31 21:42:24 +01:00
Gabriel Ebner
ef4cbbabd1 clojure: use latest jdk 2020-09-20 11:32:06 +02:00
José Luis Lafuente
a72e138bc6
clojure: 1.10.1.590 -> 1.10.1.645 2020-08-20 13:46:09 +02:00
José Luis Lafuente
81ae93437b
clojure: 1.10.547 -> 1.10.590 2020-07-27 17:17:23 +02:00
Daniël de Kok
a6f7a8b010 clojure: install man pages
Also move `makeWrapper` to `nativeBuildInputs`.
2020-06-19 20:24:05 +02:00