aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | gnu: xorg: Uncomment dependencies on libxcb.•••* gnu/packages/xorg.scm (xbacklight, xdpyinfo, xlsatoms, xlsclients, xwininfo): Uncomment dependency on libxcb. Andreas Enge2013-03-06
| | * | gnu: xorg: Add home-page, synopsis and description.•••* gnu/packages/xorg.scm: Add home-page and (generic) synopsis and description. Andreas Enge2013-03-06
| | * | gnu: xorg: Fix http mirror and uncomment xcb packages.•••* guix/download.scm (%mirrors): Fix main http mirror address. * gnu/packages/xorg.scm (libpthread-stubs, libxcb, xcb-proto): Uncomment and add licenses. Andreas Enge2013-03-06
| | * | gnu: xorg: Downgrade package versions to those present in X11R7.7•••* gnu/packages/xorg.scm (dri2proto, libxcb, libxrandr, randrproto, xbacklight, xcb-proto, xorg-server): Use the versions present in X11R7.7. Andreas Enge2013-03-06
| | * | gnu: xorg: Add licenses.••• Comment out packages with non-free license, without license, or not available on the ftp servers. Remove package not present in the distribution. * gnu/packages/xorg.scm (*): Add licenses. * gnu/packages/xorg.scm (libxp): Remove variable of package that is not present in the R7.7 distribution. * gnu/packages/xorg.scm (libpthread, libxcb): Comment out variables, which are referenced, but not present on the ftp servers. * gnu/packages/xorg.scm (font-adobe-utopia-100dpi, font-adobe-utopia-75dpi, font-adobe-utopia-type1, font-bh-100dpi, font-bh-75dpi, font-bh-lucidatypewriter-100dpi, font-bh-lucidatypewriter-75dpi, font-bh-type1, font-bitstream-100dpi, font-bitstream-75dpi, font-daewoo-misc, font-ibm-type1, font-jis-misc, font-misc-meltho, xf86-video-dummy): Comment out variables, packages have non-free licenses. * gnu/packages/xorg.scm (font-cursor-misc, xf86-video-v4l, xorg-docs): Comment out variables, packages have no license. Andreas Enge2013-03-06
| | * | gnu: xorg: Add missing hashes.•••* gnu/packages/xorg.scm: Add hashes to all packages. Andreas Enge2013-03-06
| | * | gnu: xorg: Transform propagated into normal inputs.•••* gnu/packages/xorg.scm: Transform propagated into normal inputs; allows to keep packages in alphabetical order. Andreas Enge2013-03-06
| | * | gnu: xorg: Add and remove packages to mirror X11R7.7/src/everything•••* gnu/packages/xorg.scm: Remove packages not from ftp://ftp.freedesktop.org/pub/xorg/X11R7.7/src/everything/ . Add missing packages, for the time being with a 0 hash and without dependencies. Correct spelling (all lower case for package names). Andreas Enge2013-03-06
| | * | gnu: xorg: Initial import from nix.•••* gnu/packages/xorg.scm: New module. * Makefile.am: Add it. Andreas Enge2013-03-06
| * | | gnu: Define `native-search-paths' for Automake, Guile, and Python.•••* gnu/packages/autotools.scm (automake)[native-search-paths]: New field. * gnu/packages/guile.scm (guile-1.8)[native-search-paths]: New field. (guile-2.0)[native-search-paths]: New field. * gnu/packages/python.scm (python)[native-search-paths]: New field. Ludovic Courtès2013-03-30
| * | | packages: Add `native-search-paths' field and honor it.•••* guix/packages.scm (<search-path-specification>): New record type. (search-path-specification->sexp): New procedure. (<package>)[native-search-paths]: New field. (package-derivation): Accumulate the search paths, and pass them as #:search-paths toe BUILDER. * guix/build-system/gnu.scm (gnu-build): Add #:search-paths. Compute `implicit-search-paths'. Pass #:search-paths in BUILDER. * guix/build-system/perl.scm (perl-build): Add #:search-paths, pass it to BUILDER with the search paths of PERL. * guix/build-system/cmake.scm (cmake-build): Add #:search-paths, pass it to BUILDER. * guix/build-system/trivial.scm (trivial-build): Add #:search-paths, ignore it. * guix/build/gnu-build-system.scm (set-paths): Add #:search-paths. Remove explicit settings of CPATH, LIBRARY_PATH, and PKG_CONFIG_PATH. Instead, walk SEARCH-PATHS and call `set-path-environment-variable' for them. * guix/build/perl-build-system.scm (perl-build): Remove PERL5LIB setting. * tests/packages.scm ("search paths"): New test. * gnu/packages/bootstrap.scm (%bootstrap-guile)[raw]: Add #:search-paths. (%bootstrap-gcc): Add `native-search-paths' field. * gnu/packages/perl.scm (perl): Likewise. * gnu/packages/pkg-config.scm (pkg-config): Likewise. * gnu/packages/glib.scm (intltool): Remove `arguments'. * gnu/packages/avahi.scm (avahi): Remove #:phases. Ludovic Courtès2013-03-30
| * | | build: Pass the appropriate flags when building `libstore.a'.•••* daemon.am (libstore_a_CFLAGS): Rename to... (libstore_a_CXXFLAGS): ... this. Ludovic Courtès2013-03-30
| * | | build-system/gnu: Remove #:path-exclusions parameter.•••* guix/build/gnu-build-system.scm (set-paths): Remove `path-exclusions' parameter. Replace `relevant-input-directories' by `input-directories'. * guix/build-system/gnu.scm (gnu-build): Remove `path-exclusions' parameter; don't pass it in BUILDER. * guix/build-system/cmake.scm (cmake-build): Likewise. Ludovic Courtès2013-03-30
| * | | Merge branch 'master' into core-updates•••Conflicts: Makefile.am gnu/packages/base.scm Ludovic Courtès2013-03-29
| |\ \ \
| * | | | gnu: Update mpfr to 3.1.2.•••* gnu/packages/multiprecision.scm (mpfr): Update to 3.1.2. Andreas Enge2013-03-22
| * | | | gnu: coreutils, sed: Update.•••* gnu/packages/base.scm (sed): Update to 4.2.2. (coreutils): Update to 8.21. Ludovic Courtès2013-03-15
| * | | | gnu: binutils: Update to 2.23.1.•••* gnu/packages/base.scm (binutils): Update to 2.23.1. Add `--disable-werror'. (binutils-boot0): Augment BINUTILS's configure flags. Ludovic Courtès2013-03-15
| * | | | utils: Add 'wrap-program'.•••* guix/build/utils.scm (wrap-program): New procedure. Nikita Karetnikov2013-03-07
| | |/ / | |/| |
| * | | Update TODO.Ludovic Courtès2013-03-05
| * | | utils: Add a #:follow-symlinks? parameter to `copy-recursively'.•••* guix/build/utils.scm (copy-recursively): Turn `log' into a keyword parameter. Add the `follow-symlinks?' parameter and honor it. Ludovic Courtès2013-03-05
| * | | utils: Add `delete-file-recursively'.•••* guix/build/utils.scm (delete-file-recursively): New procedure. Ludovic Courtès2013-03-05
| * | | gnu: glibc: Install locale data.•••* gnu/packages/base.scm (glibc): Add `outputs' field. Pass `--localedir' and set `libc_cv_localedir'. Add `install-locales' phase. Ludovic Courtès2013-03-05
| * | | Merge branch 'master' into core-updates•••Conflicts: Makefile.am guix/scripts/gc.scm guix/scripts/package.scm guix/ui.scm tests/guix-package.sh Ludovic Courtès2013-03-04
| |\ \ \
| * | | | guix: build: Add "share/pkgconfig" to PKG_CONFIG_PATH, as used by xorg.•••* guix/build/gnu-build-system.scm (set-paths): Add "share/pkgconfig" to PKG_CONFIG_PATH. Andreas Enge2013-03-04
| * | | | gnu: Add cross tool chain.•••* 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". Ludovic Courtès2013-02-27
| * | | | gnu: linux: Make `system->linux-architecture' public, and add ARM.•••* gnu/packages/linux.scm (system->linux-architecture): Make public. Add "arm". Ludovic Courtès2013-02-27
| * | | | gnu: linux-libre-headers: Set 'ARCH' to 'mips'.•••* gnu/packages/linux.scm (system->linux-architecture): New procedure. (linux-libre-headers): Adjust accordingly. Nikita Karetnikov2013-02-27
| * | | | gnu: gcc: Remove extraneous newline in 'LIB_SPEC'.•••* gnu/packages/base.scm (gcc-4.7): Remove trailing newline when patching 'LIB_SPEC'. Nikita Karetnikov2013-02-27
| * | | | pull: Distinguish "already up to date" from "updated".•••* guix/ui.scm (show-what-to-build): Return (length req*). * guix/scripts/pull.scm (guix-pull): Print an "already up to date" message when there's nothing to build. Ludovic Courtès2013-02-27
| * | | | pull: Build (guix build download) first, because of the (gnutls) autoload.•••* guix/scripts/pull.scm (unpack): Build (guix build download) first, as done in 855a8ad71def2ebc594ed32c57bda0ca4e13d91c. Reported by Andreas Enge <andreas@enge.fr>. Ludovic Courtès2013-02-27
| * | | | guix: Make sure UPDATES-DIR is valid.•••* scripts/guix.in: Make sure UPDATES-DIR is not #f. Ludovic Courtès2013-02-27
| * | | | Add "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ès2013-02-27
| * | | | ui: Factorize `show-what-to-build'.•••* guix/scripts/package.scm (guix-package)[show-what-to-build]: Move to.. * guix/ui.scm (show-what-to-build): ... here. Add a `store' parameter'. Adjust callers. * guix/scripts/build.scm (guix-build): Use it. Remove `req' and `req*' variables. Ludovic Courtès2013-02-27
| * | | | build: Adjust guix.texi to Texinfo 5.0.•••* doc/guix.texi: Change @title and @subtitle syntax to please Texinfo 5.0. Ludovic Courtès2013-02-27
| * | | | ui: Add temporary file handling and atomic symlink switch.•••* guix/scripts/download.scm (call-with-temporary-output-file): Move to ui.scm. * guix/scripts/package.scm (switch-symlinks): Likewise. * guix/ui.scm (call-with-temporary-output-file, switch-symlinks): New procedures. Ludovic Courtès2013-02-27
| * | | | download: Adjust to `http-get*' deprecation.•••* guix/build/download.scm (http-fetch): Adjust to use #:streaming? when using Guile 2.0.8+. Ludovic Courtès2013-02-27
| * | | | derivations: Add a search path parameter for module derivations.•••* guix/derivations.scm (imported-modules, compiled-modules): Add a `module-path' parameter. Use it instead of %LOAD-PATH. Ludovic Courtès2013-02-27
| * | | | gnu: texinfo: Make Perl a propagated input.•••* gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input. Ludovic Courtès2013-02-27
| * | | | build: Add missing -I flag for the daemon.•••* daemon.am (libstore_a_CPPFLAGS): Add missing -I, for schema.sql.hh. Ludovic Courtès2013-02-27
| * | | | daemon: Add `--listen'.•••* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_LISTEN): New macro. (options): Add `--listen'. (parse_opt): Handle it. * doc/guix.texi (Invoking guix-daemon): Mention it. Ludovic Courtès2013-02-27
| * | | | Update from upstream Nix.Ludovic Courtès2013-02-27
| * | | | store: Add the `%daemon-socket-file' parameter.•••* guix/store.scm (%daemon-socket-file): New variable. (open-connection): Use it as the default value for FILE. Ludovic Courtès2013-02-27
| * | | | Add Mark to `AUTHORS'.Ludovic Courtès2013-02-27
| * | | | build: 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ès2013-02-27
| * | | | scripts: Remove hyphen in the command name shown by `--version'.•••* guix/scripts/build.scm (%options): Remove hyphen from the name passed to `show-version-and-exit'. * guix/scripts/download.scm (%options): Likewise. * guix/scripts/gc.scm (%options): Likewise. * guix/scripts/import.scm (%options): Likewise. * guix/scripts/package.scm (%options): Likewise. Ludovic Courtès2013-02-27
| * | | | gnu: guile-reader: Rename packages to avoid version number confusion.•••* gnu/packages/guile.scm (guile-reader): Change the character preceding the guile version number from '-' to '_' so that it will not be misinterpreted as the package version number. Mark H Weaver2013-02-27
| * | | | Update `TODO'.Mark H Weaver2013-02-27
| * | | | scripts: Remove initialization now redundant with `initialize-guix'.•••* guix/scripts/build.scm (guix-build): Remove calls to `install-locale', `textdomain', etc., now redundant with `initialize-guix'. * guix/scripts/download.scm (guix-download): Likewise. * guix/scripts/import.scm (guix-import): Likewise. * guix/scripts/package.scm (guix-package): Likewise. * guix/ui.scm: Remove export of `install-locale' and `initialize-guix'. (initialize-guix): Add docstring. Ludovic Courtès2013-02-27
| * | | | gnu: texinfo: Update to 5.0.•••* gnu/packages/texinfo.scm (texinfo): Update to 5.0. Ludovic Courtès2013-02-27
| * | | | Replace 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 Weaver2013-02-27