<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nonguix/nongnu/packages/clojure.scm, branch grayjay</title>
<subtitle>(another mirror of) Mirror of nonguix https://gitlab.com/nonguix/nonguix</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/'/>
<entry>
<title>nongnu: babashka: Add validate-classpath phase.</title>
<updated>2025-06-12T17:29:08+00:00</updated>
<author>
<name>Sergey Trofimov</name>
<email>sarg@sarg.org.ru</email>
</author>
<published>2025-05-24T11:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=5516beb575f3cff3cba249b720b9294b13b64227'/>
<id>5516beb575f3cff3cba249b720b9294b13b64227</id>
<content type='text'>
* nongnu/packages/clojure.scm (babashka): Validate babashka runs after
build.

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nongnu/packages/clojure.scm (babashka): Validate babashka runs after
build.

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nongnu: Add clojure-tools-bin.</title>
<updated>2025-06-01T05:17:35+00:00</updated>
<author>
<name>Remco van 't Veer</name>
<email>remco@remworks.net</email>
</author>
<published>2025-05-28T13:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=7b1df97da1c90c2366bbc812fdcceb14616d4996'/>
<id>7b1df97da1c90c2366bbc812fdcceb14616d4996</id>
<content type='text'>
Introduce clojure-tools-bin as a clojure-tools replacement package until
clojure-tools-deps includes missing S3TransporterFactory class.

* nongnu/packages/clojure.scm (clojure-tools-bin): New variable.

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
Modified-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce clojure-tools-bin as a clojure-tools replacement package until
clojure-tools-deps includes missing S3TransporterFactory class.

* nongnu/packages/clojure.scm (clojure-tools-bin): New variable.

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
Modified-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nongnu: Remove clojure-tools.</title>
<updated>2025-06-01T05:17:34+00:00</updated>
<author>
<name>Remco van 't Veer</name>
<email>remco@remworks.net</email>
</author>
<published>2025-05-24T11:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=f00514ab7dfa24ce057eff5e6e1c3cb2d1528e4e'/>
<id>f00514ab7dfa24ce057eff5e6e1c3cb2d1528e4e</id>
<content type='text'>
It replaces guix clojure-tools poorly (missing CLI tools).

* nongnu/packages/clojure.scm (clojure-tools): Delete variable.

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It replaces guix clojure-tools poorly (missing CLI tools).

* nongnu/packages/clojure.scm (clojure-tools): Delete variable.

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nongnu: babashka: Use G-expressions.</title>
<updated>2025-05-24T02:37:28+00:00</updated>
<author>
<name>Hilton Chain</name>
<email>hako@ultrarare.space</email>
</author>
<published>2025-05-24T02:35:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=029735b18ef3a3dac522ebe69719c9a36ca94c95'/>
<id>029735b18ef3a3dac522ebe69719c9a36ca94c95</id>
<content type='text'>
* nongnu/packages/clojure.scm (babashka)[arguments]: Use G-expressions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nongnu/packages/clojure.scm (babashka)[arguments]: Use G-expressions.
</pre>
</div>
</content>
</entry>
<entry>
<title>nongnu: babashka: Wrap BABASHKA_CLASSPATH.</title>
<updated>2025-05-24T02:37:28+00:00</updated>
<author>
<name>Sergey Trofimov</name>
<email>sarg@sarg.org.ru</email>
</author>
<published>2025-05-18T15:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=f443f09c5f3173f293a791bbcb4968073ed3f9a9'/>
<id>f443f09c5f3173f293a791bbcb4968073ed3f9a9</id>
<content type='text'>
* nongnu/packages/clojure.scm (babashka)[inputs]: Add clojure-tools.
Remove gcc:lib.
[arguments]&lt;#:patchelf-plan&gt;: Adjust accordingly.
&lt;#:phases&gt;: Wrap BABASHKA_CLASSPATH.

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
Modified-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nongnu/packages/clojure.scm (babashka)[inputs]: Add clojure-tools.
Remove gcc:lib.
[arguments]&lt;#:patchelf-plan&gt;: Adjust accordingly.
&lt;#:phases&gt;: Wrap BABASHKA_CLASSPATH.

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
Modified-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nongnu: Add clojure-tools.</title>
<updated>2025-05-24T02:37:27+00:00</updated>
<author>
<name>Sergey Trofimov</name>
<email>sarg@sarg.org.ru</email>
</author>
<published>2025-05-24T02:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=d8cef87267f8ac91d8b7776a9069dae9d8ed56ee'/>
<id>d8cef87267f8ac91d8b7776a9069dae9d8ed56ee</id>
<content type='text'>
* nongnu/packages/clojure.scm (clojure-tools): New variable.

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
Modified-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nongnu/packages/clojure.scm (clojure-tools): New variable.

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
Modified-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nongnu: leiningen: update to 2.11.2</title>
<updated>2025-05-18T11:59:07+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2025-05-17T22:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=f08390f9889398454e66d4489a512666b1f474e2'/>
<id>f08390f9889398454e66d4489a512666b1f474e2</id>
<content type='text'>
* nongnu/packages/clojure.scm (leiningen): update to 2.11.2

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nongnu/packages/clojure.scm (leiningen): update to 2.11.2

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nongnu: clj-kondo: update to 2025.04.07</title>
<updated>2025-05-18T11:59:04+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2025-05-17T22:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=5b14ef8a7cd746617b226d9ac057860fe8ecfc39'/>
<id>5b14ef8a7cd746617b226d9ac057860fe8ecfc39</id>
<content type='text'>
* nongnu/packages/clojure.scm (clj-kondo): update to 2025.04.07

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nongnu/packages/clojure.scm (clj-kondo): update to 2025.04.07

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nongnu: clojure-lsp: update to 2025.04.23-18.16.46</title>
<updated>2025-05-18T11:59:02+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2025-05-17T22:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=5f3e0e5368e85bc63a89e13d46453ce0dac8c078'/>
<id>5f3e0e5368e85bc63a89e13d46453ce0dac8c078</id>
<content type='text'>
* nongnu/packages/clojure.scm (clojure-lsp): update to 2025.04.23-18.16.46

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nongnu/packages/clojure.scm (clojure-lsp): update to 2025.04.23-18.16.46

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nongnu: babashka: update to 1.12.200</title>
<updated>2025-05-18T11:58:59+00:00</updated>
<author>
<name>Anderson Torres</name>
<email>anderson.torres.8519@gmail.com</email>
</author>
<published>2025-05-17T22:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/nonguix/commit/?id=8cdbff51ed1b6464294c67346f21178145fd1a79'/>
<id>8cdbff51ed1b6464294c67346f21178145fd1a79</id>
<content type='text'>
* nongnu/packages/clojure.scm (babashka): update to 1.12.200

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nongnu/packages/clojure.scm (babashka): update to 1.12.200

Signed-off-by: Hilton Chain &lt;hako@ultrarare.space&gt;
</pre>
</div>
</content>
</entry>
</feed>
