summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: kodi: Update to 18.2.•••* gnu/packages/kodi.scm (kodi): Update to 18.2. * gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch: Adjust for upstream changes. Marius Bakke2019-04-292-6/+7
* gnu: msmtp: Update to 1.8.4.•••* gnu/packages/mail.scm (msmtp): Update to 1.8.4. Marius Bakke2019-04-291-2/+2
* gnu: elogind: Update to 241.3.•••* gnu/packages/freedesktop.scm (elogind): Update to 241.3. Marius Bakke2019-04-291-2/+2
* gnu: ftgl: Don't build libftgl.a.•••* gnu/packages/gl.scm (ftgl)[arguments]: Add "--disable-static" to #:configure-flags. Marius Bakke2019-04-291-0/+2
* gnu: qemu: Build verbosely.•••* gnu/packages/virtualization.scm (qemu)[arguments]: Remove phase 'make-gtester-verbose' in favor of #:make-flags. Marius Bakke2019-04-291-4/+2
* gnu: Remove scmutils.•••Fixes <https://bugs.gnu.org/34203>. * gnu/packages/scheme.scm (scmutils): Remove variable. Ricardo Wurmus2019-04-291-172/+0
* gnu: ocaml-yojson: Update to 1.7.0.•••* gnu/packages/ocaml.scm (ocaml-yojson): Update to 1.7.0. (ocaml-merlin): Use jbuild to prevent a build failure due to a deprecation warning. Julien Lepiller2019-04-291-5/+7
* gnu: Add missing module in games.scm.Nicolas Goaziou2019-04-291-0/+1
* gnu: Add missing modules in games.scm.Nicolas Goaziou2019-04-291-0/+2
* gnu: Add hedgewars.•••* gnu/packages/games.scm (hedgewars): New variable. Nicolas Goaziou2019-04-291-0/+86
* gnu: Add jumpnbump.•••* gnu/packages/games.scm (jumpnbump): New variable. Nicolas Goaziou2019-04-291-1/+45
* gnu: Add sdl2-net.•••* gnu/packages/sdl.scm (sdl2-net): New variable. Nicolas Goaziou2019-04-291-0/+17
* gnu: u-boot: Update to 2019.04.•••* gnu/packages/bootloaders.scm (u-boot): Update to 2019.04. [source]: Add patch. (u-boot-novena): Update dynamic patch to handle config key rename. (u-boot-am335x-evm): New variable. (u-boot-am335x-boneblack): Build with modified am335x-evm config. (u-boot-novena): Fix typo in description. * gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): Use u-boot-am335x-boneblack. * gnu/packages/patches/u-boot-fix-mkimage-header-verification.patch: New file. * gnu/local.mk (dist_patch_DATA): Update accordingly. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Vagrant Cascadian2019-04-294-7/+92
* file-systems: Support the 'no-atime' flag.•••* guix/build/syscalls.scm (MS_NOATIME): New variable. * gnu/build/file-systems.scm (mount-flags->bit-mask): Support it. * doc/guix.texi (File Systems): Document it and add cross-references to the relevant documentation. Co-authored-by: Ludovic Courtès <ludo@gnu.org> rendaw2019-04-291-0/+2
* gnu: font-public-sans: Adjust synopsis and description.•••* gnu/packages/fonts.scm (font-public-sans)[synopsis, description]: Adjust. Ludovic Courtès2019-04-291-5/+4
* gnu: Add font-public-sans.•••* gnu/packages/fonts.scm (font-public-sans): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jens M2019-04-291-0/+28
* installer: Fix typo in docstring.•••* gnu/installer/newt/wifi.scm (draw-scanning-page): Fix typo in docstring. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Meiyo Peng2019-04-291-1/+2
* gnu: diffoscope: Update to 114.•••* gnu/packages/package-management (diffoscope): Update to 114. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vagrant Cascadian2019-04-291-2/+2
* services: slim: Honor the value of slim from slim-configuration.•••Previously setting the slim field in slim-configuration would have no effect. * gnu/services/xorg.scm (slim-shepherd-service): Remove unused let binding for slim. Use (slim-configuration-slim config) instead of the default slim. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Diego Nicola Barbato2019-04-291-2/+3
* gnu: Fix missing bison package in (gnu packages algebra).•••This fixes a regression introduced in 6d3896b9fc115b03046860a9aa12966926bccf53. * gnu/packages/algebra.scm: Use the (gnu packages bison) module. Christopher Baines2019-04-281-0/+1
* gnu: direnv: Change to the go-build-system.•••The go-build-system is slightly more appropriate, and switching resolves an issue with combining the 'unpack phase from the gnu-build-system, and the 'setup-go-environment from the go-build-system. With both of those phases creating a directory, the first-subdirectory call at the end of the 'unpack phase can return different values depending on the filesystem ordering. * gnu/packages/shellutils.scm (direnv)[source]: Use the git repository, as this works better with the go-build-system. [build-system]: Change to the go-build-system. [arguments]: Adjust for the go-build-system. [native-inputs]: Remove go. Christopher Baines2019-04-281-23/+28
* installer: Tell the user where the config file is.•••* gnu/installer/newt/final.scm (strip-prefix): New procedure. (run-config-display-page): Add a sentence showing where the config file is stored. Ludovic Courtès2019-04-281-1/+10
* installer: Fix handling of user password mismatches.•••Previously, if we had a password mismatch, the 'password' field would end up containing a <user> record instead of the actual password. * gnu/installer/newt/user.scm (confirm-password): Make TRY-AGAIN optional and adjust docstring. (run-user-add-page): Move 'confirm-password' call one level higher. Ludovic Courtès2019-04-281-15/+13
* installer: User accounts can now have a "real name."•••* gnu/installer/newt/user.scm (run-user-add-page): Add #:real-name. Add a label and entry for the real name and initialize the 'real-name' field of the <user> record. * gnu/installer/final.scm (create-user-database): Set the 'comment' field of the <user-account> record. Ludovic Courtès2019-04-282-11/+28
* installer: User can have a "real name".•••* gnu/installer/user.scm (<user>)[real-name]: New field. (users->configuration)[use->sexp]: Turn it into a 'comment' field. Ludovic Courtès2019-04-281-0/+4
* installer: Improve layout of the partitioning page.•••Previously the "listbox" would be unnecessarily high, leaving too little space for the German translation of the text above. * gnu/installer/newt/partition.scm (run-disk-page): Increase #:info-textbox-width and pass #:listbox-height. Ludovic Courtès2019-04-281-1/+2
* installer: Add 'nss-certs' to the networking services.•••Fixes <https://bugs.gnu.org/35469>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * gnu/installer/services.scm (%system-services): Add service for 'nss-certs', with 'recommended?' set to #t. Ludovic Courtès2019-04-281-0/+5
* installer: Recommended services are pre-selected.•••* gnu/installer/services.scm (<system-service>)[recommended?]: New field. * gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Pass #:selection to 'run-checkbox-tree-page', computed from the 'recommended?' field of each service. (run-networking-cbt-page): Likewise. Ludovic Courtès2019-04-282-24/+32
* installer: Add #:selection parameter to 'run-checkbox-tree-page'.•••* gnu/installer/newt/page.scm (%none-selected): New variable. (run-checkbox-tree-page): Add #:selection. [fill-checkbox-tree]: Honor it. Ludovic Courtès2019-04-281-7/+15
* vm-image: Add 'nss-certs' to the global package set.•••* gnu/system/examples/vm-image.tmpl (packages): Add NSS-CERTS. Ludovic Courtès2019-04-281-2/+2
* gnu: Fix typo.•••* gnu/packages/algebra.scm (giac-xcas): Fix typo. Nicolas Goaziou2019-04-281-1/+1
* gnu: giac-xcas: Rename to "giac" to match upstream name.•••* gnu/packages/algebra.scm (giac): New variable. (giac-xcas): Deprecate. Nicolas Goaziou2019-04-281-2/+5
* gnu: giac-xcas: Add inputs.•••* gnu/packages/algebra.scm (giac-xcas)[inputs]: Add glpk, libsamplerate, bison and flex. Nicolas Goaziou2019-04-281-1/+7
* gnu: giac-xcas: Fix documentation.•••* gnu/packages/algebra.scm (giac-xcas): Use a single output. Fix licensing issues in documentation. Xcas expects documentation to be located at a fixed location, not compatible with a "doc" output. Nicolas Goaziou2019-04-281-24/+21
* gnu: linux-libre: Update to 5.0.10.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.10. (%linux-libre-hash): Update hash. Mark H Weaver2019-04-281-2/+2
* gnu: linux-libre@4.19: Update to 4.19.37.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.37. (%linux-libre-4.19-hash): Update hash. Mark H Weaver2019-04-281-2/+2
* gnu: linux-libre@4.14: Update to 4.14.114.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.114. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2019-04-281-2/+2
* gnu: linux-libre@4.9: Update to 4.9.171.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.171. Mark H Weaver2019-04-281-2/+2
* gnu: linux-libre@4.4: Update to 4.4.179.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.179. Mark H Weaver2019-04-281-2/+2
* gnu: Add cloud-utils.•••* gnu/packages/admin.scm (cloud-utils): New variable. Christopher Baines2019-04-281-0/+61
* gnu: Remove unused module reference.•••* gnu/services/web.scm: Remove reference to (gnu packages guile). Ricardo Wurmus2019-04-281-1/+0
* gnu: hypre: Unconditionally return #T from build phases.•••* gnu/packages/maths.scm (hypre)[arguments]: Use INVOKE and unconditionally return #T from build phases. Ricardo Wurmus2019-04-281-10/+8
* gnu: jacal: Unconditionally return #T from configure phase.•••* gnu/packages/maths.scm (jacal)[arguments]: Use INVOKE in configure phase. Ricardo Wurmus2019-04-281-4/+4
* gnu: z3: Unconditionally return #T from build phases.•••* gnu/packages/maths.scm (z3)[arguments]: Use INVOKE in build phases. Ricardo Wurmus2019-04-281-5/+4
* gnu: atlas: Always return #T from build phases.•••* gnu/packages/maths.scm (atlas)[arguments]: Always return #T from build phases; use INVOKE. Ricardo Wurmus2019-04-281-8/+7
* gnu: make-blis: Always return #T from configure phase.•••* gnu/packages/maths.scm (make-blis)[arguments]: Use INVOKE. Ricardo Wurmus2019-04-281-6/+6
* gnu: kdevplatform: Use INVOKE.•••* gnu/packages/kde.scm (kdevplatform)[arguments]: Use INVOKE and return #T unconditionally. Ricardo Wurmus2019-04-281-4/+3
* Merge branch 'staging'Ludovic Courtès2019-04-2852-1107/+1590
|\
| * gnu: gnome-shell: Add gdk-pixbuf+svg to inputs.•••Fixes <https://bugs.gnu.org/34124>. * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add gdk-pixbuf+svg. [arguments]: Add the lib directory of gdk-pixbuf+svg to the LD_LIBRARY_PATH wrapper of the gnome-shell executable. Ricardo Wurmus2019-04-251-1/+3
| * Merge branch 'master' into stagingMarius Bakke2019-04-2376-610/+1031
| |\