summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2013-04-25web: Factorize `http-get' hackery....This should fix `substitute-binary --query' on Guile 2.0.5. * guix/web.scm: New file. * Makefile.am (MODULES): Add it. * po/POTFILES.in: Add it. * guix/gnu-maintenance.scm (http-fetch): Remove. (%package-list-url): Turn into a URI. (official-gnu-packages): Add #:text? #t to `http-fetch' call. * guix/scripts/substitute-binary.scm (fetch): Remove `http' case, and use `http-fetch' instead. Ludovic Courtès
2013-04-25Add `guix refresh' and related auto-update tools....* guix/gnu-maintenance.scm (ftp-server/directory)[quirks]: Add glib. (package-update-path, download-tarball, package-update, update-package-source): New procedures. * guix/gnupg.scm, guix/scripts/refresh.scm: New files. * Makefile.am (MODULES): Add them. * guix/utils.scm (file-extension): New procedure. Ludovic Courtès
2013-04-21Add 'guix hash'....* guix/scripts/hash.scm: New file. * Makefile.am (MODULES): Add it. * po/POTFILES.in: Add it. * doc/guix.texi (Invoking guix hash): New node. (Defining Packages): Add a cross-reference to the 'Invoking guix hash' node. Nikita Karetnikov
2013-04-17build: Add `sync-synopses.scm'....* build-aux/sync-synopses.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (dist-hook): New target. Ludovic Courtès
2013-04-16gnu: Python: bump to version 2.7.4....* gnu/packages/python.scm: bump to version 2.7.4, remove references to python-fix-dbm.patch. * Makefile.am: remove references to python-fix-dbm.patch * gnu/packages/patches/python-fix-dbm.patch: remove it. Cyril Roelandt
2013-04-08nar: Implement restoration from Nar....* guix/nar.scm (&nar-error, &nar-read-error): New condition types. (dump): New procedure. (write-contents)[dump]: Remove. Use the one above instead. (read-contents, write-file, restore-file): New procedures. (%archive-version-1): New variable. Ludovic Courtès
2013-04-08gnu: shishi: Update to 1.0.2....* gnu/packages/shishi.scm (shishi): Update to 1.0.2. * gnu/packages/patches/shishi-gets-undeclared.patch: Remove it. * Makefile.am (dist_patch_DATA): Adjust accordingly. Nikita Karetnikov
2013-04-07gnu: Python: fix the compilation of some modules from the standard library....This commit enables the bz2, dbm, readline, ssl and zlib modules. * gnu/packages/gdbm.scm: Enable the compatibility mode. * gnu/packages/python.scm: Enable a few modules from the standard library. * gnu/packages/patches/python-fix-dbm.patch: New file. * Makefile.am: Add it. Cyril Roelandt
2013-04-04Add (guix nar) and (guix serialization)....* guix/store.scm (write-int, read-int, write-long-long, read-long-long, write-padding, write-string, read-string, read-latin1-string, write-string-list, read-string-list, write-store-path, read-store-path, write-store-path-list, read-store-path-list): Move to serialization.scm. (write-contents, write-file): Move to nar.scm. * guix/nar.scm, guix/serialization.scm: New files. * Makefile.am (MODULES): Add them. Ludovic Courtès
2013-04-03Add preliminary binary substituter....* guix/scripts/substitute-binary.scm: New file. * Makefile.am (MODULES): Add it. * nix/scripts/substitute-binary.in: New file. * config-daemon.ac: Produce nix/scripts/substitute-binary. * daemon.am (nodist_pkglibexec_SCRIPTS): Add nix/scripts/substitute-binary. * guix/store.scm (substitutable-path-info): Use the `query-substitutable-path-infos' RPC. * nix/nix-daemon/guix-daemon.cc (main): Honor `NIX_SUBSTITUTERS'. * pre-inst-env.in: Set `NIX_SUBSTITUTERS'. * test-env.in: Leave `NIX_SUBSTITUTERS' unchanged. Set `GUIX_BINARY_SUBSTITUTE_URL, and create $NIX_STATE_DIR/substituter-data. Run `guix-daemon' within `./pre-inst-env'. * tests/store.scm ("substitute query"): New test. Ludovic Courtès
2013-04-02gnu: Add libphidget....* gnu/packages/libphidget.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-03-28Add (guix build-system cmake)....* guix/build/cmake-build-system.scm, guix/build-system/cmake.scm: New files. * Makefile.am (MODULES): Add them. Cyril Roelandt
2013-03-27gnu: Move GCC to its own module....* gnu/packages/base.scm (gcc-4.7): Move to... * gnu/packages/gcc.scm: ... here. New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-03-27glib: Patch around prlimit(2) failure....* gnu/packages/glib.scm (glib)[source]: Switch to mirror://gnome. [inputs]: Add `patch/tests-prlimit'. [arguments]: Add it. * gnu/packages/patches/glib-tests-prlimit.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès
2013-03-26gnu: Add GNU cflow....* gnu/packages/cflow.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-03-26gnu: Add GNU cppi....* gnu/packages/cppi.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-03-21gnu: Add cmake....* gnu/packages/cmake.scm: New file. * gnu/packages/patches/cmake-fix-tests.patch: New file. * Makefile.am: Add them. Cyril Roelandt
2013-03-19gnu: Add lua....* gnu/packages/lua.scm: New file. * Makefile.am: add it. Cyril Roelandt
2013-03-06gnu: Add GNU Fdisk....* gnu/packages/fdisk.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2013-03-06gnu: Add w3m....* gnu/packages/w3m.scm, gnu/packages/patches/w3m-fix-compile.patch: New files. * Makefile.am (MODULES): Add 'w3m.scm'. (dist_patch_DATA): Add 'w3m-fix-compile.patch'. Nikita Karetnikov
2013-03-05gnu: Add Avahi....* gnu/packages/avahi.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-03-05gnu: Add lsof....* gnu/packages/lsof.scm: New file. * Makefile.am (MODULES): Add it. Andreas Enge
2013-03-04Add (guix build-system perl)....* guix/build-system/perl.scm, guix/build/perl-build-system.scm: New files. * Makefile.am (MODULES): Add them. * guix/build-system/gnu.scm (standard-inputs): Make public. Ludovic Courtès
2013-03-03gnu: Add vpnc....* gnu/packages/vpn.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages/patches/vpnc-script.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Andreas Enge
2013-03-02gnu: Add libdaemon....* gnu/packages/libdaemon.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-02-20Add "guix pull"....* guix/scripts/pull.scm: New file. * Makefile.am (MODULES): Add it. * doc/guix.texi (Invoking guix pull): New node. (Invoking guix package): Add cross-ref to it. * guix/ui.scm (config-directory): New procedure. * scripts/guix.in: When `GUIX_UNINSTALLED' is undefined, add $XDG_CONFIG_HOME/guix/latest to the search path. * po/POTFILES.in: Add guix/scripts/pull.scm. Ludovic Courtès
2013-02-17build: Build guix/scripts/download.go after guix/build/download.go....* Makefile.am (guix/scripts/download.go): Add dependency on `guix/build/download.go'. Reported by Nikita Karetnikov <nikita@karetnikov.org>. Ludovic Courtès
2013-02-16Replace individual scripts with master 'guix' script....* scripts/guix.in: New script. * Makefile.am (bin_SCRIPTS): Add 'scripts/guix'. Remove 'guix-build', 'guix-download', 'guix-import', 'guix-package', and 'guix-gc'. (MODULES): Add 'guix/scripts/build.scm', 'guix/scripts/download.scm', 'guix/scripts/import.scm', 'guix/scripts/package.scm', and 'guix/scripts/gc.scm'. * configure.ac (AC_CONFIG_FILES): Add 'scripts/guix'. Remove 'guix-build', 'guix-download', 'guix-import', 'guix-package', and 'guix-gc'. * guix-build.in, guix-download.in, guix-gc.in, guix-import.in, guix-package.in: Remove shell script boilerplate. Move to guix-COMMAND.in to guix/scripts/COMMAND.scm. Rename module from (guix-COMMAND) to (guix scripts COMMAND). Change "guix-COMMAND" to "guix COMMAND" in usage help string. * pre-inst-env.in: Add "@abs_top_builddir@/scripts" to the front of $PATH. Export $GUIX_UNINSTALLED. * tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh, tests/guix-gc.sh, tests/guix-package.sh: Use "guix COMMAND" instead of "guix-COMMAND". * doc/guix.texi: Replace all occurrences of "guix-COMMAND" with "guix COMMAND". * po/POTFILES.in: Update. Mark H Weaver
2013-02-16Add (gnu system vm)....* gnu/system/vm.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-02-16gnu: Add support for Guile in Linux initrd....* gnu/packages/linux-initrd.scm: New file. Ludovic Courtès
2013-02-16gnu: qemu-kvm: Add patch to have multiple SMB shares....* gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable. * gnu/packages/patches/qemu-multiple-smb-shares.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès
2013-02-15gnu: Add GNU Parted....* gnu/packages/parted.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2013-02-15gnu: guile-static: Add bindings for low-level Linux syscalls....* gnu/packages/make-bootstrap.scm (%guile-static): Add `guile-linux-syscalls.patch' as an input, and use it. * gnu/packages/patches/guile-linux-syscalls.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès
2013-02-14gnu: Add vim....* gnu/packages/vim.scm: New file. * Makefile.am (MODULES): Add it. Cyril Roelandt
2013-02-14gnu: Add missing patch for mcron....* gnu/packages/patches/mcron-install.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès
2013-02-13gnu: Add GNU Wdiff....* gnu/packages/wdiff.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2013-02-12Add pre-inst-env and test-env to nodist_noinst_SCRIPTS in Makefile.am....* Makefile.am: Add nodist_noinst_SCRIPTS = pre-inst-env test-env. Mark H Weaver
2013-02-12gnu: Add Samba and iniparser....* gnu/packages/samba.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-02-12gnu: Rename module 'freetype' to the more general 'fontutils'....* gnu/packages/freetype.scm: Rename file to... * gnu/packages/fontutils.scm: ...this. * Makefile.am (MODULES): Rename module. * gnu/packages/{ghostscript,grub,pdf,texlive}.scm: Rename dependency. Andreas Enge
2013-02-12gnu: Add popt....* gnu/packages/popt.scm (popt): New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-02-12gnu: Add libunwind....* gnu/packages/libunwind.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-02-11gnu: Add tmux. licenses: add ISC....* gnu/packages/tmux.scm: New file. * Makefile.am (MODULES): Use it. * guix/licenses.scm: add ISC. Cyril Roelandt
2013-02-10gnu: Add tcsh....* gnu/packages/tcsh.scm: New file. * gnu/packages/patches/tcsh-fix-autotest.patch: New file * Makefile.am: Add them. Cyril Roelandt
2013-02-10gnu: Add GNU GRUB....* gnu/packages/grub.scm, gnu/packages/patches/grub-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add grub.scm. (dist_patch_DATA): Add grub-gets-undeclared.patch. Ludovic Courtès
2013-02-10gnu: Add libcddb, GNU libcdio, and GNU xorriso....* gnu/packages/cdrom.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-02-09gnu: Add QEMU-KVM....* gnu/packages/qemu.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-02-09build: Run `guild compile' under the C locale....* Makefile.am (.scm.go): Set LC_ALL=C. Ludovic Courtès
2013-02-09gnu: Add GNU Smalltalk....* gnu/packages/smalltalk.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2013-02-08gnu: Add PatchELF....* gnu/packages/patchelf.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-02-06gnu: Add TeXLive....* gnu/packages/texlive.scm: New file. * Makefile.am (MODULES): Add it. Andreas Enge