summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/clojure
AgeCommit message (Collapse)Author
2021-01-23pkgs/development/interpreters: stdenv.lib -> libBen Siraphob
2021-01-01clojure: add thiagokokada as maintainerThiago Kenji Okada
2021-01-01clojure: 1.10.1.727 -> 1.10.1.763Thiago Kenji Okada
2020-11-19clojure: Mimic upstream install scriptJosé Luis Lafuente
Also installs exec.jar in the expected location
2020-11-09Merge pull request #102272 from bennyandresen/clojure_1.10.1.645-1.10.1.727Alyssa Ross
clojure: 1.10.1.645 -> 1.10.1.727
2020-11-05babashka: 0.0.97 -> 0.2.3Benjamin Andresen
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-04babashka,clj-kondo: Depend on graalvm-ceGriffin Smith
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-10-31clojure: 1.10.1.645 -> 1.10.1.727Benjamin Andresen
2020-09-20clojure: use latest jdkGabriel Ebner
2020-08-20clojure: 1.10.1.590 -> 1.10.1.645José Luis Lafuente
2020-07-27clojure: 1.10.547 -> 1.10.590José Luis Lafuente
2020-06-19clojure: install man pagesDaniël de Kok
Also move `makeWrapper` to `nativeBuildInputs`.
2020-06-19Merge pull request #90720 from jlesquembre/clj-547Daniël de Kok
clojure: 1.10.1.507 -> 1.10.1.547
2020-06-18clojure: 1.10.1.507 -> 1.10.1.547José Luis Lafuente
Patch no longer need, added upstream: https://clojure.atlassian.net/browse/TDEPS-150
2020-05-21babashka: 0.0.94 -> 0.0.97Benjamin Andresen
2020-05-11babashka: 0.0.89 -> 0.0.94Benjamin Andresen
2020-04-27Merge pull request #84350 from bandresen/babashka_0.0.78->0.0.79Jörg Thalheim
babashka: 0.0.78 -> 0.0.89
2020-04-26babashka: increase java heap space max to 4500Benjamin Andresen
3g has very long build times and also doesn't build 100% of the time it's also the new default since: https://github.com/borkdude/babashka/commit/7fc33dcb21c067ea8212e07a55e3ac08c284409f
2020-04-24babashka: utf8 + nativeBuildinputs fixBenjamin Andresen
utf8: see borkdude/babashka/issues/359 nativeBuildinputs: this PR's review
2020-04-24babashka: 0.0.78 -> 0.0.89Benjamin Andresen
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-04-04babashka: 0.0.71 -> 0.0.78AndersonTorres
2020-02-12clojure 1.10.1.492 -> 1.10.1.507 plus bugfix (#79868)Hlöðver Sigurðsson
2019-12-11clojure: 1.10.1.489 -> 1.10.1.492José Luis Lafuente
Install again default deps.edn. deps.edn was embedded in clojure jar, but that change was reverted, see https://github.com/clojure/brew-install/commit/a34969513fb8f95e541fa4f4b65296c005d76320 Update derivation to produce only one output. Multiple outputs was introduced by #35140, but I don't think is necessary anymore.
2019-11-25clojure: 1.10.1.469 -> 1.10.1.489Herwig Hochleitner
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-17treewide: name -> pnamevolth
2019-08-10clojure: 1.10.1.466 -> 1.10.1.469José Luis Lafuente
2019-07-24clojure: 1.10.1.462 -> 1.10.1.466José Luis Lafuente
2019-07-09clojure: 1.10.0.442 -> 1.10.1.462José Luis Lafuente
Updates jdk dependency from 8 to 11. Clojure 1.10.0 added support for jdk11, and was released with a new develper tool: REBL (https://github.com/cognitect-labs/REBL-distro). REBL depends on javafx, currently only supported on Nix by jdk11 (see #63574)
2019-03-18clojure: 1.10.411 -> 1.10.442 (#57788)José Luis Lafuente
2019-01-09clojure: 1.10.0.403 -> 1.10.0.411José Luis Lafuente
2018-12-22clojure: add $out/bin to wrapper PATHHerwig Hochleitner
without this, the `clj` command calls into system path, instead of its own `clojure` command cc @the-kenny
2018-12-21clojure: 1.9.0.391 -> 1.10.0.403José Luis Lafuente
2018-07-31clojure: 1.9.0.381 -> 1.9.0.391 (#44240)Hoàng Minh Thắng
2018-07-17clojure: Fix bin wrappersadisbladis
2018-05-14clojure: 1.9.0.375 -> 1.9.0.381José Luis Lafuente
2018-04-25clojure: 1.9.0.358 -> 1.9.0.375José Luis Lafuente
2018-04-01clojure: 1.9.0.329 -> 1.9.0.358José Luis Lafuente
2018-02-19clojure: 1.9.0.273 -> 1.9.0.329Yegor Timoshenko
2018-02-18clojure: 1.9.0.326 -> 1.9.0.273, refactor, closes #35136Yegor Timoshenko
2018-02-16clojure: fix for running in pure environmentsHerwig Hochleitner
this wraps `clojure` and `clj` to add their dependencies to the path cc @the-kenny @zequix
2018-02-15clojure: 1.9.0.273 -> 1.9.0.326Herwig Hochleitner
2017-12-15clojure: 1.8.0 -> 1.9.0.273Ales Huzik
Clojure 1.9 adds native cli tools, which are now used instead of creating a java wrapper with a clojure.jar arguments. See https://clojure.org/guides/deps_and_cli for more details on clojure native cli tools.
2017-09-26clojure: correct license (three-clause BSD -> EPLv1.0)Yegor Timoshenko
This is retroactive. See: https://clojure.org/community/license
2017-08-03Update homepage attributes: http -> httpsmimadrid
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-06-18clooj: fix download srcJörg Thalheim
2017-03-21clooj: fix urlRobin Gloster
2017-01-27clooj: fix downloadRobin Gloster
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.