aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/guile-wm.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-02-02 21:57:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-02-02 22:02:22 +0100
commit4532a1575b8159054c90d3f16ca60d9b61777c25 (patch)
treedf146a34c5dbf23e3d5557f287a7da3332bc25ea /gnu/packages/guile-wm.scm
parente07f60274ba015fc119784ef6cca6258e9b4104f (diff)
downloadguix-4532a1575b8159054c90d3f16ca60d9b61777c25.tar.gz
guix-4532a1575b8159054c90d3f16ca60d9b61777c25.zip
gnu: Add python-reflink.
* gnu/packages/python-xyz.scm (python-reflink): New variable.
Diffstat (limited to 'gnu/packages/guile-wm.scm')
0 files changed, 0 insertions, 0 deletions
>gnu: coq-coquelicot: Update to 3.2.0....* gnu/packages/coq.scm (coq-coquelicot): Update to 3.2.0. Julien Lepiller 2021-11-21gnu: coq-mathcomp: Update to 1.13.0....* gnu/packages/coq.scm (coq-mathcomp): Update to 1.13.0. Julien Lepiller 2021-11-21gnu: coq-gappa: Update to 1.5.0....* gnu/packages/coq.scm (coq-gappa): Update to 1.5.0. Julien Lepiller 2021-11-21gnu: coq-flocq: Update to 3.4.2....* gnu/packages/coq.scm (coq-flocq): Update to 3.4.2. Julien Lepiller 2021-11-20gnu: coq-interval: Update home-page....* gnu/packages/coq.scm (coq-interval)[home-page]: Update. Julien Lepiller 2021-11-20gnu: coq-gappa: Update home-page....* gnu/packages/coq.scm (coq-gappa)[home-page]: Update. Julien Lepiller 2021-11-20gnu: coq-flocq: Update home-page....* gnu/packages/coq.scm (coq-flocq)[home-page]: Update. Julien Lepiller 2021-11-18gnu: coq-stdpp: Adjust '#:make-flags'....* gnu/packages/coq.scm (coq-stdpp)[arguments]<#:make-flags>: Set install destination. <#:phases>: Remove replace 'install. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun 2021-11-18gnu: coq-equations: Adjust '#:make-flags'....* gnu/packages/coq.scm (coq-equations)[arguments]<#:make-flags>: Set install destination. <#:phases>: Remove replace 'install. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun 2021-11-18gnu: coq-autosubst: Adjust '#:make-flags'....* gnu/packages/coq.scm (coq-autosubst)[arguments]<#:make-flags>: Set install destination. <#:phases>: Remove replace 'install. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun 2021-11-18gnu: coq-mathcomp: Adjust '#:make-flags'....* gnu/packages/coq.scm (coq-mathcomp)[arguments]<#:make-flags>: Set install destination. <#:phases>: Remove replace 'install. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun 2021-11-18gnu: Add coq-semantics....* gnu/packages/coq.scm (coq-semantics): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun 2021-10-08gnu: coq: Add upstream-name....This prevents an error on inherited packages when running the updater. * gnu/packages/coq.scm (coq)[properties]: Add upstream-name. Julien Lepiller 2021-07-31gnu: coq: Update to 8.13.2....* gnu/packages/coq.scm (coq): Update to 8.13.2. (coq-ide-server, coq-ide): New packages. (coq-gappa): Update to 1.4.6. (coq-bignums): Update to 8.13.0. (coq-interval): Update to 1.3.0. (coq-equations): Update to 1.2.4. Julien Lepiller 2021-07-31gnu: coq-stdpp: Update to 1.5.0....* gnu/packages/coq.scm (coq-stdpp): Update to 1.5.0. Julien Lepiller 2021-06-13gnu: proof-general: Update to 4.4-0.bc86736....There hasn’t been a new release since 2016 and there has been more than 450 new commits since then. * gnu/packages/coq.scm (proof-general): Update to 4.4-0.bc86736. [arguments]<#:make-flags>: Set ELISP_START. <#:phases>: Remove ‘coq-prog’ procedure which was unused; don’t run ‘substitute*’ on bin/proofgeneral since it no longer exists. Don’t end phases with #t, this will be unnecessary once the ‘core-updates’ branch is merged. [home-page]: Remove trailing whitesapce. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen