aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* daemon: Add "builtin:download" derivation builder.Ludovic Courtès2016-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that 1) the derivation doesn't change when Guix changes; 2) the derivation closure doesn't contain Guix and its dependencies; 3) we don't have to rely on ugly chroot hacks. Adapted from Nix commit 0a2bee307b20411f5b0dda0c662b1f9bb9e0e131. * nix/libstore/build.cc (DerivationGoal::runChild): Add special case for 'isBuiltin(drv)'. Disable chroot when 'isBuiltin(drv)'. * nix/libstore/builtins.cc, nix/libstore/builtins.hh, nix/scripts/download.in, guix/scripts/perform-download.scm: New files. * guix/ui.scm (show-guix-help)[internal?]: Add 'perform-download'. * nix/local.mk (libstore_a_SOURCES): Add builtins.cc. (libstore_headers): Add builtins.hh. (nodist_pkglibexec_SCRIPTS): Add 'scripts/download'. * config-daemon.ac: Emit 'scripts/download'. * Makefile.am (MODULES): Add 'guix/scripts/perform-download.scm'. * tests/derivations.scm ("unknown built-in builder") ("'download' built-in builder") ("'download' built-in builder, invalid hash") ("'download' built-in builder, not found") ("'download' built-in builder, not fixed-output"): New tests. Co-authored-by: Eelco Dolstra <eelco.dolstra@logicblox.com>
* tests: Move HTTP server to (guix tests http).Ludovic Courtès2016-11-16
| | | | | | | | | | | | | * tests/lint.scm (%http-server-port, %local-url) (%http-server-socket, http-write, %http-server-lock) (%http-server-ready, http-open, stub-http-server) (call-with-http-server, with-http-server): Move to (guix tests http). Adjust tests for %HTTP-SERVER-SOCKET as a promise and %LOCAL-URL as a parameter. * guix/tests/http.scm: New file. * Makefile.am (dist_noinst_DATA): Add it. (GOBJECTS): Add .go files for all of $(dist_noinst_DATA). (make-go): Depend on $(dist_noinst_DATA).
* guix download: Add '-o' option.Ludovic Courtès2016-11-16
| | | | | | | | | | | * guix/scripts/download.scm (download-to-file, download-to-store*): New procedures. (%default-options): Add 'download-proc'. (show-help): Adjust description and document '-o'. (%options): Add '-o'. (guix-download): Remove 'store' variable. Add 'fetch' and define 'path' to as its result. * tests/guix-download.sh: Add test.
* gnu: opensmtpd: Update to 6.0.2p1.宋文武2016-11-16
| | | | | * gnu/packages/mail.scm (opensmtpd): Update to 6.0.2p1. [arguments]: Pass '--with-path-sock=/var/run' to #:configure-flags.
* gnu: linux-libre: Update to 4.8.8.Mark H Weaver2016-11-16
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.8.
* gnu: linux-libre@4.4: Update to 4.4.32.Mark H Weaver2016-11-16
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.32.
* gnu: Fix name for ng0.ng02016-11-15
| | | | * gnu/packages/gnupg.scm: Change name in copyright header.
* gnu: Add httptunnel.Tobias Geerinckx-Rice2016-11-15
| | | | * gnu/packages/web.scm (httptunnel): New variable.
* gnu: hisat: Fix typo.Ricardo Wurmus2016-11-15
| | | | | * gnu/packages/bioinformatics.scm (hisat)[arguments]: Fix directory name in install phase.
* gnu: Add pcb-rnd.Ricardo Wurmus2016-11-15
| | | | * gnu/packages/engineering.scm (pcb-rnd): New variable.
* gnu: libmicrohttpd: Update to 0.9.52.Efraim Flashner2016-11-15
| | | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.52. [home-page]: Use https.
* gnu: octave: Update to 4.2.0.Efraim Flashner2016-11-15
| | | | | | * gnu/packages/maths.scm (octave): Update to 4.2.0. [native-inputs]: Add lzip. [home-page]: Use https.
* gnu: parallel: Update to 20161022.Efraim Flashner2016-11-15
| | | | | * gnu/packages/parallel.scm (parallel): Update to 20161022. [home-page]: Use https.
* gnu: libcdio: Update to 0.94.Efraim Flashner2016-11-15
| | | | | * gnu/packages/cdrom.scm (libcdio): Update to 0.94. [home-page]: Use https.
* gnu: gvpe: Update to 3.0.Efraim Flashner2016-11-15
| | | | * gnu/packages/vpn.scm (gvpe): Update to 3.0.
* gnu: cryptsetup: Update to 1.7.3.Efraim Flashner2016-11-15
| | | | * gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.3.
* gnu: python-vcversioner: Update to 2.16.0.0.Efraim Flashner2016-11-15
| | | | | | | | * gnu/packages/python.scm (python-vcversioner): Update to 2.16.0.0. [inputs]: Remove python-setuptools. [properties]: New field. (python2-vcversioner): Use 'strip-python2-variant'. [native-inputs]: Add python2-setuptools.
* gnu: fish: Update to 2.4.0.Tobias Geerinckx-Rice2016-11-15
| | | | * gnu/packages/shells.scm (fish): Update to 2.4.0.
* services: Require wpa-supplicant-service for connman-service.Tomáš Čech2016-11-15
| | | | | * gnu/services/networking.scm (connman-shepherd-service): Add wpa-supplicant among list of requirements.
* services: Add wpa-supplicant-service.Tomáš Čech2016-11-15
| | | | | | * gnu/services/networking.scm (wpa-supplicant-service): New procedure. (wpa-supplicant-service-type): New variable. * doc/guix.texi (Networking Services): Document it.
* gnu: connman: Use localstatedir outside of store.Tomáš Čech2016-11-15
| | | | * gnu/packages/connman.scm (connman): Use localstatedir outside of store.
* gnu: python-jsonschema: Use 'nosetests'.Efraim Flashner2016-11-14
| | | | | | | | * gnu/packages/python.scm (python-jsonschema)[arguments]: Replace 'check phase with python nosetests. [native-inputs]: Add python-nose. [home-page]: Use https. (python2-jsonschema)[native-inputs]: Add python2-mock.
* gnu: accountsservice: Update to 0.6.43.Efraim Flashner2016-11-14
| | | | * gnu/packages/freedesktop.scm (accountsservice): Update to 0.6.43.
* gnu: guix-devel: Update development snapshot.Ludovic Courtès2016-11-14
| | | | | * gnu/packages/package-management.scm (guix-devel): Update to commit 7ca37da855fd921fa3925bb62f8015f770b7e784.
* gnu: guix: Really skip all the container tests.Ludovic Courtès2016-11-14
| | | | | * gnu/packages/package-management.scm (guix-0.11.0)[arguments]: Update pattern in 'disable-container-tests' to match 'test-equal'.
* gnu: libpsl: Update to 0.15.0.Tobias Geerinckx-Rice2016-11-14
| | | | * gnu/packages/web.scm (libpsl): Update to 0.15.0.
* gnu: libinput: Enable GUI event tool.Efraim Flashner2016-11-14
| | | | | | * gnu/packages/freedesktop.scm (libinput)[inputs]: Add glib. [native-inputs]: Add cairo, gtk+-3. (libinput-minimal)[native-inputs]: Only pkg-config.
* gnu: freedesktop.scm: Reorder modules alphabetically.Efraim Flashner2016-11-14
| | | | * gnu/packages/freedesktop.scm: Reorder modules alphabetically.
* gnu: libinput: Update to 1.5.1.Efraim Flashner2016-11-14
| | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.5.1.
* gnu: wayland-protocols: Update to 1.7.Efraim Flashner2016-11-14
| | | | * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.7.
* gnu: mpv: Use lua@5.2.Andy Patterson2016-11-14
| | | | * gnu/packages/video.scm (mpv)[inputs]: Change 'lua' to 'lua-5.2'.
* import/cpan: Maybe coerce version to string.Alex Sassmannshausen2016-11-14
| | | | | * guix/import/cpan.scm (cpan-module->sexp) <version>: Test if version in meta is string or number. If it is number, coerce to string.
* gnu: readline-6.2: Fix CVE-2014-2524.Leo Famulari2016-11-13
| | | | | | * gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/readline.scm (readline-6.2): Use it.
* gnu: signify: Update to 20.Leo Famulari2016-11-13
| | | | * gnu/packages/crypto.scm (signify): Update to 20.
* gnu: mailutils: Update to 3.0.Ludovic Courtès2016-11-13
| | | | | | | * gnu/packages/mail.scm (mailutils): Update to 3.0. [arguments]: Adjust 'pre-build' phase. * gnu/packages/patches/m4-gets-undeclared.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: guile-ncurses: Update to 2.1.Efraim Flashner2016-11-13
| | | | | * gnu/packages/guile.scm (guile-ncurses): Update to 2.1. [home-page]: Use https.
* gnu: btrfs-progs: Update to 4.8.3.Tobias Geerinckx-Rice2016-11-13
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.8.3.
* gnu: tidy: Use ‘modify-phases’.Tobias Geerinckx-Rice2016-11-13
| | | | * gnu/packages/web.scm (tidy)[arguments]: Use the ‘modify-phases’ syntax.
* gnu: protobuf: Replace dead Google Code home-page.Tobias Geerinckx-Rice2016-11-13
| | | | * gnu/packages/protobuf.scm (protobuf)[home-page]: Update it.
* gnu: exfat-utils: Update to 1.2.4.Tobias Geerinckx-Rice2016-11-13
| | | | | | * gnu/packages/mtools.scm (exfat-utils): Update to 1.2.4. [source, home-page]: Move away from dead Google Code project. [arguments, native-inputs]: Remove.
* tests: Don't check file-systems in container tests.Andy Patterson2016-11-13
| | | | | | | | | | | | | | | | | | | | | | Hello, The containers test was hanging for me, and this patch fixed the problem. -- Andy From 945ad44acf489b7f3a398d4ab739ec2b48477502 Mon Sep 17 00:00:00 2001 From: Andy Patterson <ajpatter@uwaterloo.ca> Date: Sat, 12 Nov 2016 22:10:01 -0500 Subject: [PATCH] tests: Don't check file-systems in container tests. * tests/containers.scm ("call-with-container, mnt namespace"): Don't check file-system in 'call-with-container' call. * tests/containers.scm ("call-with-container, mnt namespace, wrong bindmount"): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: clisp: Use readline@6.2.Andy Patterson2016-11-13
| | | | | | * gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Merge branch 'core-updates'Ludovic Courtès2016-11-13
|\
| * gnu: gnome-calculator: Update to 3.22.2.Ludovic Courtès2016-11-09
| | | | | | | | * gnu/packages/gnome.scm (gnome-calculator): Update to 3.22.2.
| * gnu: gcc-arm-none-eabi-4.9: Remove non-applicable patch.Ludovic Courtès2016-11-08
| | | | | | | | | | * gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[patches]: Remove "gcc-arm-bug-71399.patch" from XGCC's patches.
| * tests: Fix 'fold-packages' for hidden packages.Ludovic Courtès2016-11-08
| | | | | | | | | | | | * tests/packages.scm ("fold-packages, hidden package"): Expect GUILE-2.0, not GUILE-2.0/FIXED. This is a followup to c62a31ca802c2b225279c4b0360a4cfc2723ad28.
| * system: Reintroduce 'GUIX_LOCPATH', for compatibility with glibc@2.23.Ludovic Courtès2016-11-08
| | | | | | | | | | | | * gnu/system.scm (operating-system-environment-variables): Re-add 'GUIX_LOCPATH'. This reverts part of 9f58fe3d1c32e3f0ced065e286532a10cad1b5e3.
| * gnu: mate-themes: Update to 3.20.9.Efraim Flashner2016-11-08
| | | | | | | | | | | | | | * gnu/packages/mate.scm (mate-themes): Update to 3.20.9. [source]: Update package location. [inputs]: Remove gtk+-2, add gtk+-3. [description]: Add note about dual gtk+-2/gtk+-3 support.
| * gnu: mate-menus: Update to 1.16.0.Efraim Flashner2016-11-08
| | | | | | | | | | | | * gnu/packages/mate.scm (mate-menus): Update to 1.16.0. [propagated-inputs]: Move glib ... [inputs]: ... to here.
| * gnu: mate-desktop: Update to 1.16.1.Efraim Flashner2016-11-08
| | | | | | | | | | | | | | | | * gnu/packages/mate.scm (mate-desktop): Update to 1.16.1. [arguments]: Build with gtk+-3, enable mpaste. [propagated-inputs]: Remove gtk+-2, move libxrandr, startup-notification ... [inputs]: ... to here. Add gtk+-3, python-2.