summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-10gnu: Add ghc-hslua.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-hslua): New variable.
2015-12-10gnu: Add ghc-sha.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-sha): New variable.
2015-12-10gnu: Add ghc-juicypixels.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-juicypixels): New variable.
2015-12-10gnu: Add ghc-mmap.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-mmap): New variable.
2015-12-10gnu: Add ghc-filemanip.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-filemanip): New variable.
2015-12-10gnu: Add ghc-yaml.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-yaml): New variable.
2015-12-10gnu: Add ghc-mockery.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-mockery): New variable.
2015-12-10gnu: Add ghc-logging-facade.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-logging-facade): New variable.
2015-12-10gnu: Add ghc-conduit.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-conduit): New variable.
2015-12-10gnu: Add ghc-hspec-contrib.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-hspec-contrib): New variable.
2015-12-10gnu: Add ghc-aeson-qq.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-aeson-qq): New variable.
2015-12-10gnu: Add ghc-haskell-src-meta.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-haskell-src-meta): New variable.
2015-12-10gnu: Add ghc-th-orphans.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-th-orphans): New variable.
2015-12-10gnu: Add ghc-th-reify-many.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-th-reify-many): New variable.
2015-12-10gnu: Add ghc-th-expand-syns.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-th-expand-syns): New variable.
2015-12-10gnu: Add ghc-th-lift.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-th-lift): New variable.
2015-12-10gnu: Add ghc-packedstring.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-packedstring): New variable.
2015-12-10gnu: Add ghc-enclosed-exceptions.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-enclosed-exceptions): New variable.
2015-12-10gnu: Add ghc-executable-path.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-executable-path): New variable.
2015-12-10gnu: Add ghc-cmark.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-cmark): New variable.
2015-12-10gnu: Add ghc-highlighting-kate.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-highlighting-kate): New variable.
2015-12-10gnu: Add ghc-diff.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-diff): Add variable.
2015-12-10gnu: Add ghc-regex-pcre-builtin.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-regex-pcre-builtin): New variable.
2015-12-10gnu: Add ghc-texmath.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-texmath): New variable.
2015-12-10gnu: Add ghc-pandoc-types.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-pandoc-types): New variable.
2015-12-10gnu: Add ghc-deepseq-generics.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-deepseq-generics): New variable.
2015-12-10gnu: ghc-aeson: Propagate input.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-aeson)[inputs]: Move "ghc-unordered-containers" from here ... [propagated-inputs]: ... to here.
2015-12-10gnu: ghc-haskell-src-exts: Propagate some inputs.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-haskell-src-exts)[inputs]: Remove field. [propagated-inputs]: Move "cpphs", "ghc-mtl", "ghc-happy", and "ghc-syb" from inputs field here. [native-inputs]: Move "ghc-smallcheck", "ghc-tasty", "ghc-tasty-smallcheck", and "ghc-tasty-golden" from inputs field here.
2015-12-10gnu: emacs-w3m: Update to 1.4.538+0.20141022.Alex Kost
* gnu/packages/emacs.scm (emacs-w3m): Update to 1.4.538+0.20141022. [arguments]: Use '--without-compress-install' configure flag.
2015-12-10gnu: emacs-w3m: Use 'modify-syntax'.Alex Kost
* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Use 'modify-syntax'.
2015-12-09doc: rephrase code of conduct.Alex Sassmannshausen
* doc/contributing.texi (Contributing): Rephrase 'code of conduct' section. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-12-09gnu-maintenance: Really find the latest GNOME releases.Ludovic Courtès
Reported by Efraim Flashner <efraim@flashner.co.il> at <https://lists.gnu.org/archive/html/guix-devel/2015-12/msg00202.html>. * guix/gnu-maintenance.scm (latest-ftp-release): Call KEEP-FILE? on directories too. (latest-gnome-release)[even-minor-version?]: Protect again MINOR being false; change pattern to match VERSION with two or more numbers. Remove use of 'version-major+minor'. [even-numbered-tarball?]: Rename to... [even-numbered?]: ... this. Use 'package-name->name+version'. When VERSION is #f, check NAME.
2015-12-09build: Always check for gzip/bzip2/xz.Ludovic Courtès
This allows (guix config) to contain valid values of %GZIP et al. even when configured with --disable-daemon. * config-daemon.ac: Move 'AC_PATH_PROG' invocations for gzip & co. to... * configure.ac: ... here.
2015-12-09gnu: youtube-dl: Update to 2015.12.09.Efraim Flashner
* gnu/packages/video.scm (youtube-dl): Update to 2015.12.09. [native-inputs]: Move python-setuptools here.
2015-12-09gnu: vte: Update to 0.42.1.Efraim Flashner
* gnu/packages/gnome.scm (vte): Update to 0.42.1.
2015-12-09gnu: libsecret: Update to 0.18.3.Efraim Flashner
* gnu/packages/gnome.scm (libsecret): Update to 0.18.3.
2015-12-09gnu: libgnome-keyring: Update to 3.12.0.Efraim Flashner
* gnu/packages/gnome.scm (libgnome-keyring): Update to 3.12.0.
2015-12-09emacs: Fix '--rounds' option in command popups.Alex Kost
* emacs/guix-command.el (guix-command-improve-common-build-argument): Use "R" key for '--rounds' option to avoid conflicts with "r" key in 'build' popup (--root) and 'package' popup (--remove).
2015-12-09emacs: Add 'guix-build-log-find-file'.Alex Kost
* emacs/guix-build-log.el (guix-build-log-find-file): New procedure. * emacs/guix-command.el (guix-run-view-build-log): Use it.
2015-12-09emacs: list: Fontify time stamps.Alex Kost
* emacs/guix-list.el (guix-list-time): New face. (guix-list-get-time): Use it.
2015-12-09emacs: info: Add 'guix-info-heading' face.Alex Kost
* emacs/guix-info.el (guix-info-heading): New face. (guix-package-info-heading): Inherit it.
2015-12-09Add "Contributor Covenant".Ludovic Courtès
* CODE-OF-CONDUCT: New file, adapted from <http://contributor-covenant.org/version/1/3/0/code_of_conduct.txt>. * doc/contributing.texi (Contributing): Mention it. * Makefile.am (EXTRA_DIST): Add it.
2015-12-09daemon: Use deterministic $TMPDIR in chroot.Eelco Dolstra
Rather than using $<host-TMPDIR>/nix-build-<drvname>-<number>, the temporary directory is now always /tmp/nix-build-<drvname>-0. This improves bitwise-exact reproducibility for builds that store $TMPDIR in their build output. (Of course, those should still be fixed...) * nix/libstore/build.cc (DerivationGoal)[tmpDirInSandbox]: New field. (DerivationGoal::startBuilder): Initialize 'useChroot' earlier. Compute 'tmpDirInSandbox', and use it when populating 'dirsInChroot'. * doc/guix.texi (Build Environment Setup): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2015-12-09guix build: Add '--check'.Ludovic Courtès
* guix/derivations.scm (build-derivations): Add optional 'mode' parameter. * guix/scripts/build.scm (%default-options): Add 'build-mode'. (show-help, %options): Add '--check'. (guix-build): Honor 'build-mode' key of OPTS. Pass it to 'show-what-to-build' and 'build-derivations'. * doc/guix.texi (Invoking guix build): Document it. (Substitutes): Mention it.
2015-12-09derivations: Determine what's built in 'check' mode.Ludovic Courtès
* guix/derivations.scm (substitution-oracle): Add #:mode parameter and honor it. (derivation-prerequisites-to-build): Likewise. [derivation-built?]: Take it into account. * guix/ui.scm (show-what-to-build): Add #:mode parameter. Pass it to 'substitute-oracle' and 'derivations-prerequisites-to-build'. * tests/derivations.scm ("derivation-prerequisites-to-build in 'check' mode"): New test.
2015-12-09gnu: gmime: Update to 2.6.20.Efraim Flashner
* gnu/packages/mail.scm (gmime): Update to 2.6.20. [arguments]: Use modify-phases syntax.
2015-12-08gnu: guile-sly: Use HTTPS URL.Ludovic Courtès
* gnu/packages/guile.scm (guile-sly)[source]: Use 'https'. Failing to do that, we get redirected to 'https', which fails because GnuTLS is missing.
2015-12-08guix build: Add '--rounds'.Ludovic Courtès
* guix/scripts/build.scm (show-build-options-help) (%standard-build-options): Add --rounds. (set-build-options-from-command-line): Honor it. * doc/guix.texi (Invoking guix build): Document it. * doc/contributing.texi (Submitting Patches): Mention it.
2015-12-08store: Allow clients to request multiple builds.Ludovic Courtès
* guix/store.scm (set-build-options): Add #:rounds parameter and honor it. * tests/store.scm ("build multiple times"): New test.
2015-12-08daemon: Allow builds to be repeated.Eelco Dolstra
This makes it easy to detect non-deterministic builds. * nix/libstore/build.cc (DerivationGoal): Remove 'InodesSeen'; add 'curRound', 'nrRound', and 'prevInfos'. (DerivationGoal::inputsRealised): Initialize 'nrRound'. (NotDeterministic): New error type. (DerivationGoal::buildDone): Check whether we need to repeat. (DerivationGoal::startBuilder): Adjust message. (DerivationGoal::registerOutputs): Check whether we get the same result. * nix/libstore/globals.cc (Settings::get(const string & name, int def)): New method. * nix/libstore/globals.hh (Settings): Add it. * nix/libstore/store-api.hh (ValidPathInfo): Add operator ==. * nix/nix-daemon/nix-daemon.cc (performOp): Allow "build-repeat" for "untrusted" users. Co-authored-by: Ludovic Courtès <ludo@gnu.org>