<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/gnu/packages/bqn.scm, branch master</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>gnu: Reference the inherited inputs values.</title>
<updated>2026-03-20T12:27:16+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2026-03-11T22:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1ae20f03f43a2af2bcde3751a2809fe152298d34'/>
<id>1ae20f03f43a2af2bcde3751a2809fe152298d34</id>
<content type='text'>
This commit was made by running this command:

  sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm

… and then reverting individual hunks where the change would trigger unbound
variable warnings or other issues (such as ‘native-inputs’ is bound in the
body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined
just above).

Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was made by running this command:

  sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm

… and then reverting individual hunks where the change would trigger unbound
variable warnings or other issues (such as ‘native-inputs’ is bound in the
body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined
just above).

Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: dbqn: Improve style.</title>
<updated>2025-12-25T23:01:44+00:00</updated>
<author>
<name>λx.x</name>
<email>case_lambda@disroot.org</email>
</author>
<published>2025-12-21T08:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b2c56f7bd9629ab3962ad043ce46c4f85dd86fa9'/>
<id>b2c56f7bd9629ab3962ad043ce46c4f85dd86fa9</id>
<content type='text'>
* gnu/packages/bqn.scm (dbqn): Run guix style -f.
  (modules): use quote instead of quasiquote.
  (phases): use invoke instead of system,
  &lt;check&gt; [unless tests?]: display "test suite not run",
  &lt;*-jar-*&gt;: use phases from ant-build-system directly, use correct names,
  &lt;install&gt;: simplify, use #$output instead of (assoc-ref outputs "out"),
    substitute* "java" to (search-input-file inputs "/bin/java").
  (inputs): Reorder.

Change-Id: I0166a31aa4c8fe0f7fea800918fb2ddd63b3b5d9
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Merges: #2820
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/bqn.scm (dbqn): Run guix style -f.
  (modules): use quote instead of quasiquote.
  (phases): use invoke instead of system,
  &lt;check&gt; [unless tests?]: display "test suite not run",
  &lt;*-jar-*&gt;: use phases from ant-build-system directly, use correct names,
  &lt;install&gt;: simplify, use #$output instead of (assoc-ref outputs "out"),
    substitute* "java" to (search-input-file inputs "/bin/java").
  (inputs): Reorder.

Change-Id: I0166a31aa4c8fe0f7fea800918fb2ddd63b3b5d9
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Merges: #2820
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: dbqn: Update to 0.2.2</title>
<updated>2025-12-25T23:01:44+00:00</updated>
<author>
<name>λx.x</name>
<email>case_lambda@disroot.org</email>
</author>
<published>2025-09-20T09:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=fc5ec0827e5bc887cef3c42a5b668c9d246d0a3c'/>
<id>fc5ec0827e5bc887cef3c42a5b668c9d246d0a3c</id>
<content type='text'>
* gnu/packages/bqn.scm (dbqn): Update to 0.2.2.

Change-Id: I4bdbb74a412b65de7aa7d910cb9ef75d3fe54738
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/bqn.scm (dbqn): Update to 0.2.2.

Change-Id: I4bdbb74a412b65de7aa7d910cb9ef75d3fe54738
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: cbqn: Update to 0.9.0.</title>
<updated>2025-10-06T19:45:35+00:00</updated>
<author>
<name>Lee Thompson</name>
<email>lee.p.thomp@gmail.com</email>
</author>
<published>2025-10-01T20:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f5405f90cfab06f1c6e6d3ac44b51177e54912e8'/>
<id>f5405f90cfab06f1c6e6d3ac44b51177e54912e8</id>
<content type='text'>
* gnu/packages/bqn.scm (cbqn): Update to 0.9.0.

[source]: Use `cbqn-combined-source' computed origin with appropriate inputs.
[arguments]&lt;#:make-flags&gt;: Add “for-build”.
&lt;#:phases&gt;: Add `generate-bytecode' phase before `build', add new tests to
`check'.
[native-inputs]: Remove `dbqn', add `cbqn-bootstrap'.
[license]: Add licenses for singeli and replxx to inherited licenses.

Change-Id: If58a8cb3e822f497be75d0499c1227e9054d936d
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/bqn.scm (cbqn): Update to 0.9.0.

[source]: Use `cbqn-combined-source' computed origin with appropriate inputs.
[arguments]&lt;#:make-flags&gt;: Add “for-build”.
&lt;#:phases&gt;: Add `generate-bytecode' phase before `build', add new tests to
`check'.
[native-inputs]: Remove `dbqn', add `cbqn-bootstrap'.
[license]: Add licenses for singeli and replxx to inherited licenses.

Change-Id: If58a8cb3e822f497be75d0499c1227e9054d936d
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add cbqn-combined-source.</title>
<updated>2025-10-06T19:45:35+00:00</updated>
<author>
<name>Lee Thompson</name>
<email>lee.p.thomp@gmail.com</email>
</author>
<published>2025-10-01T20:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=3c5a4c282f7e5377a14e473ad64f0192fc81ee85'/>
<id>3c5a4c282f7e5377a14e473ad64f0192fc81ee85</id>
<content type='text'>
* gnu/packages/bqn.scm (cbqn-combined-source): New procedure to generate a
computed origin with singeli and replxx included.

Change-Id: Ieceee7b06a2bdf6309ab78e32a13c28c3f6c98c3
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/bqn.scm (cbqn-combined-source): New procedure to generate a
computed origin with singeli and replxx included.

Change-Id: Ieceee7b06a2bdf6309ab78e32a13c28c3f6c98c3
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: cbqn-bootstrap: Update to 0.9.0.</title>
<updated>2025-10-06T19:45:35+00:00</updated>
<author>
<name>Lee Thompson</name>
<email>lee.p.thomp@gmail.com</email>
</author>
<published>2025-10-01T20:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=28f2bd38095f60263b799ca9330d0e6a27f41ae0'/>
<id>28f2bd38095f60263b799ca9330d0e6a27f41ae0</id>
<content type='text'>
* gnu/packages/bqn.scm (cbqn-bootstrap): Update to 0.9.0.

[version]: Use `%cbqn-version' (0.9.0) as version.
[source]: Use `cbqn-sources' for source.
[arguments]&lt;#:make-flags&gt;: Add “version=#$(version)”, “nogit=1”
and “for-bootstrap”.
&lt;#:phases&gt;: Delete `generate-bytecode'.
[native-inputs]: Remove field.
[inputs]: Remove `icedtea-8'.
[license]: Update license list to list all exceptions.

Change-Id: If18e89db51fd80a831a65382a678ba02f51a27f9
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/bqn.scm (cbqn-bootstrap): Update to 0.9.0.

[version]: Use `%cbqn-version' (0.9.0) as version.
[source]: Use `cbqn-sources' for source.
[arguments]&lt;#:make-flags&gt;: Add “version=#$(version)”, “nogit=1”
and “for-bootstrap”.
&lt;#:phases&gt;: Delete `generate-bytecode'.
[native-inputs]: Remove field.
[inputs]: Remove `icedtea-8'.
[license]: Update license list to list all exceptions.

Change-Id: If18e89db51fd80a831a65382a678ba02f51a27f9
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add singeli-sources</title>
<updated>2025-10-06T19:45:35+00:00</updated>
<author>
<name>Lee Thompson</name>
<email>lee.p.thomp@gmail.com</email>
</author>
<published>2025-10-01T20:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9e53e17d196f7996f6dce94d9822bba4ebc3f6a6'/>
<id>9e53e17d196f7996f6dce94d9822bba4ebc3f6a6</id>
<content type='text'>
* gnu/packages/bqn.scm (%singeli-commit, singeli-sources): New variables.

Change-Id: Ie818dcfd4d9f326d57f172baefd4c0081e886bb7
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/bqn.scm (%singeli-commit, singeli-sources): New variables.

Change-Id: Ie818dcfd4d9f326d57f172baefd4c0081e886bb7
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add replxx-sources</title>
<updated>2025-10-06T19:45:35+00:00</updated>
<author>
<name>Lee Thompson</name>
<email>lee.p.thomp@gmail.com</email>
</author>
<published>2025-10-01T20:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=2e6dc250fe028c4cb7cef73020c8328bf3a1142c'/>
<id>2e6dc250fe028c4cb7cef73020c8328bf3a1142c</id>
<content type='text'>
* gnu/packages/bqn.scm (%replxx-commit, replxx-sources): New variables.

Change-Id: Ifb5af80e6b1fd5237b22385e93e0e12a136b19cb
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/bqn.scm (%replxx-commit, replxx-sources): New variables.

Change-Id: Ifb5af80e6b1fd5237b22385e93e0e12a136b19cb
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: Add cbqn-sources.</title>
<updated>2025-10-06T19:45:34+00:00</updated>
<author>
<name>Lee Thompson</name>
<email>lee.p.thomp@gmail.com</email>
</author>
<published>2025-10-01T19:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=fd0e9b455d4b28a70c86050ecd548b0bec1619ae'/>
<id>fd0e9b455d4b28a70c86050ecd548b0bec1619ae</id>
<content type='text'>
* gnu/packages/bqn.scm (%cbqn-version, cbqn-sources): New variables.

Change-Id: Ida8ccd67b25d6e948a9501cc9ca4ffcb408d1644
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/bqn.scm (%cbqn-version, cbqn-sources): New variables.

Change-Id: Ida8ccd67b25d6e948a9501cc9ca4ffcb408d1644
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gnu: bqn-sources: Update to 5880fa15.</title>
<updated>2025-10-06T19:45:34+00:00</updated>
<author>
<name>Lee Thompson</name>
<email>lee.p.thomp@gmail.com</email>
</author>
<published>2025-10-01T19:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=fa4ad753d481170b2f04ead2833e3d138b06a987'/>
<id>fa4ad753d481170b2f04ead2833e3d138b06a987</id>
<content type='text'>
* gnu/packages/bqn.scm (bqn-sources): Update to 5880fa15.

Change-Id: Ie93f1a9c99df307329ece2ef1df3de25a537a0c1
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/packages/bqn.scm (bqn-sources): Update to 5880fa15.

Change-Id: Ie93f1a9c99df307329ece2ef1df3de25a537a0c1
Signed-off-by: Liliana Marie Prikler &lt;liliana.prikler@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
