aboutsummaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2023-01-28 00:22:21 -0800
committer宋文武 <iyzsong@member.fsf.org>2023-02-10 10:02:05 +0800
commit4d80d7571ec498fadfa51d9c1caf63fdfa96af03 (patch)
tree8b87b258047bad572ac451067192a294dc7952ec /COPYING
parent07f19ef04b5a8f4d7a12a8940333e67db8da81c0 (diff)
downloadguix-4d80d7571ec498fadfa51d9c1caf63fdfa96af03.tar.gz
guix-4d80d7571ec498fadfa51d9c1caf63fdfa96af03.zip
gnu: Add icewm.
* gnu/packages/wm.scm (icewm): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
st. Ludovic Courtès 2020-02-05tests: Adjust reverse-bag graph test to recent OCaml changes....This is a followup to 87858bc526a9d577760f55d05a51cb56630f845b. Partly fixes <https://bugs.gnu.org/39374>. Reported by Ellen Papsch <ellen.papsch@wine-logistix.de>. * tests/graph.scm ("reverse bag DAG"): Adjust test to latest OCaml changes. Ludovic Courtès 2019-03-23Merge branch 'staging' into core-updatesMarius Bakke 2019-03-23graph: Add the 'reverse-bag' graph....Suggested by Julien Lepiller. * guix/scripts/graph.scm (%reverse-bag-node-type): New variable. (%node-types): Add it. * tests/graph.scm ("reverse bag DAG"): New test. * doc/guix.texi (Invoking guix graph): Document it. Ludovic Courtès 2018-09-22bootstrap: %bootstrap-inputs: Wrap input lists into thunks....* gnu/packages/bootstrap.scm (%bootstrap-inputs): Change to procedure. Update users; prepares for Mes bootstrap. * gnu/packages/commencement.scm (%boot0-inputs, %boot1-inputs, %boot2-inputs, %boot3-inputs, %boot4-inputs, %boot5-inputs, %boot-6-inputs): Change to procedure. Update users. * tests/builders.scm (%bootstrap-inputs, %bootstrap-search-paths): Make a procedure, filter on package?. Update users. Jan Nieuwenhuizen