summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAge
* Add (guix nar) and (guix serialization).Ludovic Courtès2013-04-12
| | | | | | | | | | | * 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.
* Add preliminary binary substituter.Ludovic Courtès2013-04-12
| | | | | | | | | | | | | | | | | | * 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.
* gnu: Add libphidget.Ludovic Courtès2013-04-12
| | | | | * gnu/packages/libphidget.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add dwm.Cyril Roelandt2013-04-11
| | | | | * gnu/packages/dwm.scm: New file. * Makefile.am: Add it.
* Merge branch 'xorg' into core-updatesAndreas Enge2013-04-04
|\
| * gnu: Add xpdf.Andreas Enge2013-03-31
| | | | | | | | | | | | * gnu/packages/pdf.scm (xpdf): New variable. * gnu/packages/patches/xpdf-constchar.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
| * gnu: Really add lesstif.Andreas Enge2013-03-29
| | | | | | | | * Makefile.am (MODULES): Commit the module addition.
| * gnu: xorg: Initial import from nix.Andreas Enge2013-03-06
| | | | | | | | | | * gnu/packages/xorg.scm: New module. * Makefile.am: Add it.
* | Merge branch 'master' into core-updatesLudovic Courtès2013-03-29
|\ \ | |/ |/| | | | | | | Conflicts: Makefile.am gnu/packages/base.scm
| * Add (guix build-system cmake).Cyril Roelandt2013-03-28
| | | | | | | | | | * guix/build/cmake-build-system.scm, guix/build-system/cmake.scm: New files. * Makefile.am (MODULES): Add them.
| * gnu: Move GCC to its own module.Ludovic Courtès2013-03-27
| | | | | | | | | | | | * gnu/packages/base.scm (gcc-4.7): Move to... * gnu/packages/gcc.scm: ... here. New file. * Makefile.am (MODULES): Add it.
| * glib: Patch around prlimit(2) failure.Ludovic Courtès2013-03-27
| | | | | | | | | | | | | | | | * 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.
| * gnu: Add GNU cflow.Ludovic Courtès2013-03-26
| | | | | | | | | | * gnu/packages/cflow.scm: New file. * Makefile.am (MODULES): Add it.
| * gnu: Add GNU cppi.Ludovic Courtès2013-03-26
| | | | | | | | | | * gnu/packages/cppi.scm: New file. * Makefile.am (MODULES): Add it.
| * gnu: Add cmake.Cyril Roelandt2013-03-21
| | | | | | | | | | | | * gnu/packages/cmake.scm: New file. * gnu/packages/patches/cmake-fix-tests.patch: New file. * Makefile.am: Add them.
| * gnu: Add lua.Cyril Roelandt2013-03-19
| | | | | | | | | | * gnu/packages/lua.scm: New file. * Makefile.am: add it.
| * gnu: Add GNU Fdisk.Nikita Karetnikov2013-03-06
| | | | | | | | | | * gnu/packages/fdisk.scm: New file. * Makefile.am (MODULES): Add it.
| * gnu: Add w3m.Nikita Karetnikov2013-03-06
| | | | | | | | | | | | | | * 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'.
| * gnu: Add Avahi.Ludovic Courtès2013-03-05
| | | | | | | | | | * gnu/packages/avahi.scm: New file. * Makefile.am (MODULES): Add it.
| * gnu: Add lsof.Andreas Enge2013-03-05
| | | | | | | | | | * gnu/packages/lsof.scm: New file. * Makefile.am (MODULES): Add it.
* | Merge branch 'master' into core-updatesLudovic Courtès2013-03-04
|\| | | | | | | | | | | | | | | | | Conflicts: Makefile.am guix/scripts/gc.scm guix/scripts/package.scm guix/ui.scm tests/guix-package.sh
| * Add (guix build-system perl).Ludovic Courtès2013-03-04
| | | | | | | | | | | | * 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.
| * gnu: Add vpnc.Andreas Enge2013-03-03
| | | | | | | | | | | | | | * 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.
| * gnu: Add libdaemon.Ludovic Courtès2013-03-02
| | | | | | | | | | * gnu/packages/libdaemon.scm: New file. * Makefile.am (MODULES): Add it.
| * Add "guix pull".Ludovic Courtès2013-02-20
| | | | | | | | | | | | | | | | | | | | | | * 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.
| * build: Build guix/scripts/download.go after guix/build/download.go.Ludovic Courtès2013-02-17
| | | | | | | | | | | | * Makefile.am (guix/scripts/download.go): Add dependency on `guix/build/download.go'. Reported by Nikita Karetnikov <nikita@karetnikov.org>.
| * Replace individual scripts with master 'guix' script.Mark H Weaver2013-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * Add (gnu system vm).Ludovic Courtès2013-02-16
| | | | | | | | | | * gnu/system/vm.scm: New file. * Makefile.am (MODULES): Add it.
| * gnu: Add support for Guile in Linux initrd.Ludovic Courtès2013-02-16
| | | | | | | | * gnu/packages/linux-initrd.scm: New file.
| * gnu: qemu-kvm: Add patch to have multiple SMB shares.Ludovic Courtès2013-02-16
| | | | | | | | | | | | * 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.
| * gnu: Add GNU Parted.Nikita Karetnikov2013-02-15
| | | | | | | | | | * gnu/packages/parted.scm: New file. * Makefile.am (MODULES): Add it.
| * gnu: guile-static: Add bindings for low-level Linux syscalls.Ludovic Courtès2013-02-15
| | | | | | | | | | | | | | * 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.
| * gnu: Add vim.Cyril Roelandt2013-02-14
| | | | | | | | | | * gnu/packages/vim.scm: New file. * Makefile.am (MODULES): Add it.
| * gnu: Add missing patch for mcron.Ludovic Courtès2013-02-14
| | | | | | | | | | * gnu/packages/patches/mcron-install.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
| * gnu: Add GNU Wdiff.Nikita Karetnikov2013-02-13
| | | | | | | | | | * gnu/packages/wdiff.scm: New file. * Makefile.am (MODULES): Add it.
* | gnu: Add cross tool chain.Ludovic Courtès2013-02-27
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cross-base.scm: New file. * gnu/packages/patches/gcc-cross-environment-variables.patch: New file. * Makefile.am (MODULES): Add cross-base.scm. (dist_patch_DATA): Add gcc-cross-environment-variables.patch. * gnu/packages/base.scm (gcc-4.7): Use `LDFLAGS_FOR_TARGET' instead of `LDFLAGS_FOR_BUILD', and use `-B' instead of `-L'. * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for "mips64el-linux".
* | Add "guix pull".Ludovic Courtès2013-02-27
| | | | | | | | | | | | | | | | | | | | | | * 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.
* | build: Build guix/scripts/download.go after guix/build/download.go.Ludovic Courtès2013-02-27
| | | | | | | | | | | | * Makefile.am (guix/scripts/download.go): Add dependency on `guix/build/download.go'. Reported by Nikita Karetnikov <nikita@karetnikov.org>.
* | Replace individual scripts with master 'guix' script.Mark H Weaver2013-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Add (gnu system vm).Ludovic Courtès2013-02-27
| | | | | | | | | | * gnu/system/vm.scm: New file. * Makefile.am (MODULES): Add it.
* | gnu: Add support for Guile in Linux initrd.Ludovic Courtès2013-02-27
| | | | | | | | * gnu/packages/linux-initrd.scm: New file.
* | gnu: qemu-kvm: Add patch to have multiple SMB shares.Ludovic Courtès2013-02-27
| | | | | | | | | | | | * 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.
* | gnu: Add GNU Parted.Nikita Karetnikov2013-02-27
| | | | | | | | | | * gnu/packages/parted.scm: New file. * Makefile.am (MODULES): Add it.
* | gnu: guile-static: Add bindings for low-level Linux syscalls.Ludovic Courtès2013-02-27
| | | | | | | | | | | | | | * 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.
* | gnu: Add vim.Cyril Roelandt2013-02-27
| | | | | | | | | | * gnu/packages/vim.scm: New file. * Makefile.am (MODULES): Add it.
* | gnu: Add missing patch for mcron.Ludovic Courtès2013-02-27
| | | | | | | | | | * gnu/packages/patches/mcron-install.patch: New file. * Makefile.am (dist_patch_DATA): Add it.
* | gnu: Add GNU Wdiff.Nikita Karetnikov2013-02-27
|/ | | | | * gnu/packages/wdiff.scm: New file. * Makefile.am (MODULES): Add it.
* Add pre-inst-env and test-env to nodist_noinst_SCRIPTS in Makefile.am.Mark H Weaver2013-02-12
| | | | * Makefile.am: Add nodist_noinst_SCRIPTS = pre-inst-env test-env.
* gnu: Add Samba and iniparser.Ludovic Courtès2013-02-12
| | | | | * gnu/packages/samba.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Rename module 'freetype' to the more general 'fontutils'.Andreas Enge2013-02-12
| | | | | | | * 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.