Age | Commit message (Expand) | Author |
---|---|---|
2020-06-24 | nix: Tweak .gitignore files.•••Remove .gitignore entries where they match source files that are tracked in Git. This is relevant to me at least, as some code searching tools use .gitignore files and will ignore matched files. | Christopher Baines |
2020-06-24 | system: image: Enable compression on ISO9660 images.•••ISO9660 image compression was temporarily disabled to speed-up tests of the new image API. Enable it again. * gnu/system/image.scm (iso9660-image)[compression]: Enable it. | Mathieu Othacehe |
2020-06-24 | ci: Build Guix System images. | Mathieu Othacehe |
2020-06-24 | image: Move hurd image definition to a dedicated file.•••This moves hurd-disk-image to a dedicated file. It also defines a default operating-system so that the image can be built standalone. * gnu/system/images/hurd.scm: New file, * gnu/local.mk (GNU_SYSTEM_MODULES): add it, * gnu/system/image.scm (root-offset, root-label): Export it, (hurd-disk-image): remove it as this is now defined in the new, Hurd dedicated file above, (find-image): adapt to avoid loop dependency. | Mathieu Othacehe |
2020-06-24 | gnu: symengine: Fix indentation.•••* gnu/packages/algebra.scm (symengine): Fix indentation and apply small cosmetic fixes. | Nicolas Goaziou |
2020-06-24 | gnu: Add python-symengine.•••* gnu/packages/python-xyz.scm (python-symengine): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Vinicius Monego |
2020-06-24 | gnu: Add symengine.•••* gnu/packages/algebra.scm (symengine): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Vinicius Monego |
2020-06-24 | gnu: sssd: Fix build.•••* gnu/packages/patches/sssd-fix-samba.patch: New file. * gnu/local.mk (dist_patch_DATA): Add this. * gnu/packages/sssd.scm (sssd)[source]: Add this. | Oleg Pykhalov |
2020-06-24 | gnu: r-fpc: Update to 2.2-6.•••* gnu/packages/statistics.scm (r-fpc): Update to 2.2-6. | Ricardo Wurmus |
2020-06-24 | gnu: r-dt: Update to 0.14.•••* gnu/packages/statistics.scm (r-dt): Update to 0.14. | Ricardo Wurmus |
2020-06-24 | gnu: r-segmented: Update to 1.2-0.•••* gnu/packages/statistics.scm (r-segmented): Update to 1.2-0. | Ricardo Wurmus |
2020-06-24 | gnu: r-knitr: Update to 1.29.•••* gnu/packages/statistics.scm (r-knitr): Update to 1.29. | Ricardo Wurmus |
2020-06-24 | gnu: r-patchwork: Update to 1.0.1.•••* gnu/packages/cran.scm (r-patchwork): Update to 1.0.1. | Ricardo Wurmus |
2020-06-24 | gnu: r-ggforce: Update to 0.3.2.•••* gnu/packages/cran.scm (r-ggforce): Update to 0.3.2. | Ricardo Wurmus |
2020-06-24 | gnu: r-bookdown: Update to 0.20.•••* gnu/packages/cran.scm (r-bookdown): Update to 0.20. | Ricardo Wurmus |
2020-06-24 | gnu: r-docopt: Update to 0.7.1.•••* gnu/packages/cran.scm (r-docopt): Update to 0.7.1. | Ricardo Wurmus |
2020-06-24 | gnu: r-magick: Update to 2.4.0.•••* gnu/packages/cran.scm (r-magick): Update to 2.4.0. [native-inputs]: Add r-knitr. | Ricardo Wurmus |
2020-06-24 | gnu: r-recipes: Update to 0.1.13.•••* gnu/packages/cran.scm (r-recipes): Update to 0.1.13. [propagated-inputs]: Add r-lifecycle. | Ricardo Wurmus |
2020-06-24 | gnu: r-gower: Update to 0.2.2.•••* gnu/packages/cran.scm (r-gower): Update to 0.2.2. | Ricardo Wurmus |
2020-06-24 | gnu: libsignal-protocol-c: Don't use unstable tarball.•••* gnu/packages/messaging.scm (libsignal-protocol-c)[source]: Download using git-fetch. | Efraim Flashner |
2020-06-24 | gnu: ocaml4.07-piqi: Don't use unstable tarball.•••* gnu/packages/ocaml.scm (ocaml4.07-piqi)[source]: Download using git-fetch. [arguments]: Add custom phase to make files writable. | Efraim Flashner |
2020-06-24 | gnu: jmtpfs: Don't use unstable tarball.•••* gnu/packages/linux.scm (jmtpfs)[source]: Download using git-fetch. | Efraim Flashner |
2020-06-24 | gnu: pflask: Don't use unstable tarball.•••* gnu/packages/linux.scm (pflask)[source]: Download using git-fetch. | Efraim Flashner |
2020-06-24 | gnu: procenv: Don't use unstable tarball.•••* gnu/packages/linux.scm (procenv)[source]: Download using git-fetch. | Efraim Flashner |
2020-06-24 | gnu: ddate: Don't use unstable tarball.•••* gnu/packages/linux.scm (ddate)[source]: Download using git-fetch. | Efraim Flashner |
2020-06-24 | gnu: java-usb4java: Don't use unstable tarball.•••* gnu/packages/libusb.scm (java-usb4java)[source]: Download using git-fetch. | Efraim Flashner |
2020-06-24 | gnu: antlr3-3.3: Don't propagate antlr3-3.1.•••* gnu/packages/java.scm (antlr3-3.3)[propagated-inputs]: Remove antlr3-3.1. | Efraim Flashner |
2020-06-24 | gnu: python2-zipp-bootstrap: Add missing name field.•••* gnu/packages/python-compression.scm (python2-zipp-bootstrap)[name]: Don't inherit from python2-zipp. | Efraim Flashner |
2020-06-24 | gnu: python-on-guile: Do not propagate dependencies.•••* gnu/packages/guile-xyz.scm (python-on-guile)[propagated-inputs]: Move everything to ... [inputs] ... here. | Marius Bakke |
2020-06-24 | gnu: python-on-guile: Wrap with own Guile modules.•••* gnu/packages/guile-xyz.scm (python-on-guile)[arguments]: Add the output modules to the wrapper. | Marius Bakke |
2020-06-24 | gnu: python-on-guile: Update to 1.2.3.4.•••* gnu/packages/guile-xyz.scm (python-on-guile): Update to 1.2.3. [source]: Download from <https://gitlab.com/python-on-guile/python-on-guile>. [inputs]: Change from GUILE-2.2 to GUILE-3.0. [arguments]: Add phase augment-GUILE_LOAD_PATH. | Marius Bakke |
2020-06-24 | gnu: guile-persist: Update to 1.2.3.•••* gnu/packages/guile-xyz.scm (guile-persist): Update to 1.2.3. [source](modules, snippet): Remove. [inputs]: Change from GUILE-2.2 to GUILE-3.0. | Marius Bakke |
2020-06-24 | gnu: guile-stis-parser: Update to 1.2.4.1.•••* gnu/packages/guile-xyz.scm (guile-stis-parser): Update to 1.2.4.1. [arguments]: Remove obsolete phase. [inputs]: Change from GUILE-2.2 to GUILE-3.0. | Marius Bakke |
2020-06-23 | gnu: Add v.•••* gnu/packages/vlang.scm: New file. * gnu/packages/vlang.scm (v): New variable. * gnu/local.mk: Add vlang.scm. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Ryan Prior |
2020-06-23 | gnu: flatpak: Fix xdg-dbus-proxy configure flag.•••* gnu/packages/package-management.scm (flatpak) [arguments]: Pass the full "xdg-dbus-proxy" program path to the "--with-system-dbus-proxy" configure flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Robin Templeton |
2020-06-23 | openpgp: Use Libgcrypt's crc24 implementation.•••This gives an 18% speedup on the wall-clock time of: guile -c '(use-modules (git) (guix git-authenticate)) (load-keyring-from-reference (repository-open ".") "keyring")' * guix/openpgp.scm (crc24): Rewrite by calling out to 'bytevector-hash'. | Ludovic Courtès |
2020-06-23 | doc: cookbook: Fix typos.•••* doc/guix-cookbook.texi (Extended example): Fix typos. | Ludovic Courtès |
2020-06-23 | gnu: python-pywavelets: Update to 1.1.1.•••* gnu/packages/python-xyz.scm (python-pywavelets): Update to 1.1.1. [arguments]: Update "check" phase. [native-inputs]: Replace python-nose with python-pytest. | Ricardo Wurmus |
2020-06-23 | gnu: Add python-imageio.•••* gnu/packages/python-xyz.scm (python-imageio): New variable. | Ricardo Wurmus |
2020-06-23 | gnu: Add python-lfdfiles.•••* gnu/packages/python-xyz.scm (python-lfdfiles): New variable. | Ricardo Wurmus |
2020-06-23 | gnu: Add python-tifffile.•••* gnu/packages/python-xyz.scm (python-tifffile): New variable. | Ricardo Wurmus |
2020-06-23 | gnu: Add python-roifile.•••* gnu/packages/python-xyz.scm (python-roifile): New variable. | Ricardo Wurmus |
2020-06-23 | gnu: Add python-msgpack-numpy.•••* gnu/packages/python-science.scm (python-msgpack-numpy): New variable. | Ricardo Wurmus |
2020-06-23 | gnu: python-scikit-image: Update to 0.17.2.•••* gnu/packages/python-science.scm (python-scikit-image): Update to 0.17.2. | Ricardo Wurmus |
2020-06-23 | gnu: python-gridmap: Update to 0.14.0.•••* gnu/packages/python-xyz.scm (python-gridmap): Update to 0.14.0. | Ricardo Wurmus |
2020-06-23 | gnu: Add python-progressbar2.•••* gnu/packages/python-xyz.scm (python-progressbar2): New variable. | Ricardo Wurmus |
2020-06-23 | gnu: python-pycodestyle: Update to 2.6.0.•••* gnu/packages/python-xyz.scm (python-pycodestyle): Update to 2.6.0. [arguments]: Replace check phase. [native-inputs]: Add python-pytest. | Ricardo Wurmus |
2020-06-23 | gnu: python-pyflakes: Update to 2.2.0.•••* gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.2.0. | Ricardo Wurmus |
2020-06-23 | gnu: python-flake8: Update to 3.8.3.•••* gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.3. | Ricardo Wurmus |
2020-06-23 | gnu: python-utils: Update to 2.4.0.•••* gnu/packages/python-xyz.scm (python-utils): Update to 2.4.0. [arguments]: Replace check phase. | Ricardo Wurmus |