summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-16build-system/asdf: Don't rename inputs....* guix/build-system/asdf.scm (package-with-build-system)[transform]: Use updated `new-inputs' procedure for inputs and native-inputs. <rewrite>: Don't rename inputs. <new-propagated-inputs>: Draw from package-inputs and package-native-inputs for source packages. Use the original package's propagated-inputs otherwise. <new-inputs>: Convert into a function to be used to transform inputs and native-inputs. * gnu/packages/lisp.scm (sbcl-fiveam, sbcl-bordeaux-threads) (sbcl-flexi-streams, sbcl-cl-ppcre, sbcl-stumpwm, sbcl-slynk-arglists) (sbcl-slynk-fancy-inspector): Don't prefix input names. Andy Patterson
2017-05-16build-system/asdf: Use asdf to determine dependencies....This removes the need for conventions to determine which inputs are run-time dependencies, and also the need to specify "special" dependencies. * guix/build/lisp-utils.scm (patch-asd-file, lisp-dependencies) (wrap-perform-method): Remove them. (inputs->asd-file-map, system-dependencies, generate-system-definition) (generate-dependency-links, make-asd-file): New procedures. (lisp-eval-program): Add an error if no lisp matches. (compile-system): Don't use asdf's in-built asd-file generator. Andy Patterson
2017-05-16gnu: cl-stumpwm: Build the library in "lib" and the program in "bin"....* gnu/packages/lisp.scm (sbcl-stumpwm)[outputs]: Remove "bin" and add "lib". [arguments]<#:phases>: Change the target of `build-program' to the "out" output. Likewise, change the target of the desktop file generation. (sbcl-stumpwm+slynk)[inputs]: Use the "lib" output of sbcl-stumpwm. Andy Patterson
2017-05-16build-system/asdf: Make it possible to use "lib" as the build output....* guix/build/asdf-build-system.scm (library-output): New procedure. (copy-source, build, check, patch-asd-files, symlink-asd-files) (cleanup-files): Use it. (copy-files-to-output): Rework to take an output instead of an outputs and string pair. (install, copy-source): Use the new method. Andy Patterson
2017-05-16build-system/asdf: Rename %install-prefix to %source-install-prefix....* guix/build/lisp-utils.scm (%install-prefix): Rename to %source-install-prefix. (build-install-prefix): Use it. * guix/build/asdf-build-system.scm (source-install-prefix) (%system-install-prefix, source-directory, copy-source): Likewise. Andy Patterson
2017-05-16gnu: cl-slynk: Explain some naming choices....* gnu/packages/lisp.scm (sbcl-slynk-boot0): Add comments explaining its purpose and the reason its package-name must differ from its name. Andy Patterson
2017-05-16gnu: cl-slynk: Clarify the description....* gnu/packages/lisp.scm (sbcl-slynk-boot0)[description]: Describe slime. Andy Patterson
2017-05-16gnu: guix: Update snapshot....* gnu/packages/package-management.scm (guix): Update to ce92d26. Ludovic Courtès
2017-05-16scripts: system: Display bootloader name in "list-generations"....* guix/scripts/system.scm (display-system-generation): Display bootloader name. Mathieu Othacehe
2017-05-16scripts: system: Adapt "switch-generation" to new bootloader API....* guix/scripts/system.scm (reinstall-grub): Rename to reinstall-bootloader. Read boot-device and boot-type from parameters file to be able to restore the correct bootloader on specified device. Factorize bootloader installation code by calling install-bootloader. (system-bootloader-name): New procedure. (switch-to-system-generation): Adapt. Mathieu Othacehe
2017-05-16scripts: system: Adapt "init" to new bootloader API....* guix/scripts/system.scm (install): Pass installer a new argument. Rename other arguments. Call install-bootloader instead of install-grub*. (perform-action): Adapt. Mathieu Othacehe
2017-05-16scripts: system: Adapt "reconfigure" to new bootloader API....* guix/scripts/system.scm (install-grub*): Rename to install-bootloader. Use keys to pass arguments. Pass a new argument, "installer-drv" which is a script in store dealing with bootloader-specific install actions. Also call "install-boot-config" to install the bootloader config file. (install-bootloader-derivation): New procedure. It returns a derivation that builds a file containing "install-procedure" gexp. (perform-action): Build install-proc derivation and call install-bootloader with the resulting file. Stop adding GRUB to PATH as bootloaders are called in install-proc with direct store paths. Mathieu Othacehe
2017-05-16bootloader: Add bootloader name to boot-parameters record....* gnu/system.scm (<boot-parameters>)[name]: New field. (boot-parameters-boot-name): Ditto. (operating-system-boot-parameters-file): Add new field. (operating-system-boot-parameters): Ditto. (read-boot-parameters): Ditto. Mathieu Othacehe
2017-05-16bootloader: Adapt vm to new bootloader API....* gnu/build/install.scm (install-boot-config): New procedure. (install-grub): Move to (gnu bootloader grub). * gnu/build/vm.scm (register-bootcfg-root): Rename register-grub.cfg-root and adjust accordingly. (initialize-hard-disk): Takes a bootloader-package, bootcfg, bootcfg-location and bootloader-installer procedure. Adjust accordingly. * gnu/system/vm.scm (qemu-image): Adjust to initialize-hard-disk. (system-disk-image, system-qemu-image, system-qemu-image/shared-store): Adjust to qemu-image. Mathieu Othacehe
2017-05-16bootloader: Add extlinux support....* gnu/bootloader.scm: New file. * gnu/bootloader/extlinux.scm: New file. * gnu/bootloader/grub.scm: New file. * gnu/local.mk: Build new files. * gnu/system.scm: Adapt to new bootloader api. * gnu/scripts/system.scm: Adapt to new bootloader api. * gnu.scm: Remove (gnu system grub) and replace by (gnu bootloader) and (gnu bootloader grub) modules. * gnu/system/grub.scm: Moved content to gnu/bootloader/grub.scm. * gnu/system/vm: Replace (gnu system grub) module by (gnu bootloader). * gnu/tests.scm: Ditto. * gnu/tests/nfs.scm: Ditto. Mathieu Othacehe
2017-05-16ui: Disable Guile deprecation warnings by default....* guix/ui.scm (initialize-guix): Call (debug-disable 'warn-deprecated) when "GUILE_WARN_DEPRECATED" is not set. Ludovic Courtès
2017-05-16gnu: guile-ssh: Fix bug in 'node-guile-version'....* gnu/packages/patches/guile-ssh-rexec-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (guile-ssh)[source](patches): New field. Ludovic Courtès
2017-05-16hydra: Cross-build Guile 2.2....* build-aux/hydra/gnu-system.scm (%core-packages): Add GUILE-2.2. Ludovic Courtès
2017-05-15gnu: khard: Update to 0.11.4....* gnu/packages/mail.scm (khard): Update to 0.11.4. Leo Famulari
2017-05-16gnu: bind: Rename variable to 'isc-bind'....Reported by Leo Famulari. * gnu/packages/dns.scm (bind): Rename to... (isc-bind): ... this. * gnu/packages/sssd.scm (sssd)[inputs]: Adjust accordingly. Ludovic Courtès
2017-05-15doc: Mention 'sync' after 'dd'....Suggested by librenoob on #guix. * doc/guix.texi (USB Stick Installation): Add 'sync' invocation. Ludovic Courtès
2017-05-15services: guix: Authorize the key for bayfront.guixsd.org....* gnu/services/base.scm (%default-authorized-guix-keys): Add "bayfront.guixsd.org". Ludovic Courtès
2017-05-15doc: Mention 'GUIX_PACKAGE_PATH' in "Defining Packages"....* doc/guix.texi (Defining Packages): Mention 'GUIX_PACKAGE_PATH'. Ludovic Courtès
2017-05-15utils: 'compressed-file?' matches ".lzma" files....* guix/utils.scm (compressed-file?): Add "lzma" to the list. Ludovic Courtès
2017-05-15gnu: antlr2: Minor stylistic changes....* gnu/packages/java.scm (antlr2)[source]: Fix indentation; end snippet on #t; add comment next to disabled tests. Ricardo Wurmus
2017-05-15gnu: antlr2: Simplify build phases....* gnu/packages/java.scm (antl2)[arguments]: Simplify build phases. Ricardo Wurmus
2017-05-15gnu: Add non-timeline....* gnu/packages/music.scm (non-timeline): New variable. Ricardo Wurmus
2017-05-15gnu: Add non-mixer....* gnu/packages/music.scm (non-mixer): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-javax-mail....* gnu/packages/java.scm (java-javax-mail): New variable. Ricardo Wurmus
2017-05-15licenses: Add EDL 1.0....* guix/licenses.scm (edl1.0): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-log4j-api....* gnu/packages/java.scm (java-log4j-api): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-jdt-core....* gnu/packages/java.scm (java-eclipse-jdt-core): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-text....* gnu/packages/java.scm (java-eclipse-text): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-core-commands....* gnu/packages/java.scm (java-eclipse-core-commands): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-team-core....* gnu/packages/java.scm (java-eclipse-team-core): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-compare-core....* gnu/packages/java.scm (java-eclipse-compare-core): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-icu4j....* gnu/packages/icu4c.scm (java-icu4j): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-core-resources....* gnu/packages/java.scm (java-eclipse-core-resources): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-ant-core....* gnu/packages/java.scm (java-eclipse-ant-core): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-core-variables....* gnu/packages/java.scm (java-eclipse-core-variables): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-core-expressions....* gnu/packages/java.scm (java-eclipse-core-expressions): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-core-filesystem....* gnu/packages/java.scm (java-eclipse-core-filesystem): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-core-runtime....* gnu/packages/java.scm (java-eclipse-core-runtime): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-core-contenttype....* gnu/packages/java.scm (java-eclipse-core-contenttype): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-equinox-preferences....* gnu/packages/java.scm (java-eclipse-equinox-preferences): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-equinox-app....* gnu/packages/java.scm (java-eclipse-equinox-app): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-equinox-registry....* gnu/packages/java.scm (java-eclipse-equinox-registry): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-core-jobs....* gnu/packages/java.scm (java-eclipse-core-jobs): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-osgi-service-event....* gnu/packages/java.scm (java-osgi-service-event): New variable. Ricardo Wurmus
2017-05-15gnu: Add java-eclipse-equinox-common....* gnu/packages/java.scm (java-eclipse-equinox-common): New variable. Ricardo Wurmus