summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: beep: Update to 1.4.4.Tobias Geerinckx-Rice2019-04-11
| | | | * gnu/packages/terminals.scm (beep): Update to 1.4.4.
* gnu: noice: Update to 0.8.Tobias Geerinckx-Rice2019-04-11
| | | | * gnu/packages/suckless.scm (noice): Update to 0.8.
* gnu: noice: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-04-11
| | | | * gnu/packages/suckless.scm (noice)[source]: Hard-code NAME.
* gnu: autojump: Update to 22.5.3.Tobias Geerinckx-Rice2019-04-11
| | | | * gnu/packages/admin.scm (autojump): Update to 22.5.3.
* gnu: autojump: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-11
| | | | | | * gnu/packages/admin.scm (autojump)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add ‘make-git-checkout-writable’ phase.
* gnu: acpica: Update to 20190405.Tobias Geerinckx-Rice2019-04-11
| | | | * gnu/packages/admin.scm (acpica): Update to 20190405.
* gnu: nestopia-ue: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-11
| | | | | * gnu/packages/emulators.scm (nestopia-ue)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mupen64plus-ui-console: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-11
| | | | | * gnu/packages/emulators.scm (mupen64plus-ui-console)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mupen64plus-video-rice: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-11
| | | | | * gnu/packages/emulators.scm (mupen64plus-video-rice)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mupen64plus-video-glide64mk2: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-11
| | | | | * gnu/packages/emulators.scm (mupen64plus-video-glide64mk2)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mupen64plus-video-glide64: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-11
| | | | | * gnu/packages/emulators.scm (mupen64plus-video-glide64)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mupen64plus-video-arachnoid: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-11
| | | | | * gnu/packages/emulators.scm (mupen64plus-video-arachnoid)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mupen64plus-rsp-z64: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-11
| | | | | * gnu/packages/emulators.scm (mupen64plus-rsp-z64)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mupen64plus-rsp-hle: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-11
| | | | | * gnu/packages/emulators.scm (mupen64plus-rsp-hle)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mupen64plus-input-sdl: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-11
| | | | | * gnu/packages/emulators.scm (mupen64plus-input-sdl)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mupen64plus-audio-sdl: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-11
| | | | | * gnu/packages/emulators.scm (mupen64plus-audio-sdl)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: dovecot-trees: Fix typo.Leo Famulari2019-04-10
| | | | * gnu/packages/mail.scm (dovecot-trees)[description]: Fix typo.
* gnu: opam: Unbundle dependencies.Julien Lepiller2019-04-10
| | | | | | | * gnu/packages/ocaml.scm (opam)[build-system]: Use ocaml-build-system. [source]: Use unbundled sources. [arguments]: Update. [inputs, native-inputs, propagated-inputs]: Add missing dependencies.
* gnu: Add ocaml-dose3.Julien Lepiller2019-04-10
| | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-dose3): New variable. * gnu/packages/patches/ocaml-dose3-Add-unix-as-dependency-to-dose3.common-in-META.in.patch: New file. * gnu/packages/patches/ocaml-dose3-Fix-for-ocaml-4.06.patch: New file. * gnu/packages/patches/ocaml-dose3-dont-make-printconf.patch: New file. * gnu/packages/patches/ocaml-dose3-Install-mli-cmx-etc.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: Add ocaml-mccs.Julien Lepiller2019-04-10
| | | | * gnu/packages/ocaml.scm (ocaml-mccs): New variable.
* gnu: Add ocaml-cudf.Julien Lepiller2019-04-10
| | | | * gnu/packages/ocaml.scm (ocaml-cudf): New variable.
* gnu: Add ocaml-extlib.Julien Lepiller2019-04-10
| | | | * gnu/packages/ocaml.scm (ocaml-extlib): New variable.
* gnu: ocaml-cmdliner: Update to 1.0.3.Julien Lepiller2019-04-10
| | | | * gnu/packages/ocaml.scm (ocaml-cmdliner): Update to 1.0.3.
* gnu: Add ocaml-opam-file-format.Julien Lepiller2019-04-10
| | | | * gnu/packages/ocaml.scm (ocaml-opam-file-format): New variable.
* import: opam: Use dune-build-system when possible.Julien Lepiller2019-04-10
| | | | * guix/import/opam.scm (opam->guix-package): Detect when dune can be used.
* import: opam: Add more patterns to opam file parser.Julien Lepiller2019-04-10
| | | | | | * guix/import/opam.scm: Add more patterns to peg parser. (choice-pat choice condition-not condition-paren): New patterns. (ground-value condition-content condition-var): Update patterns.
* gnu: emacs-nix-mode: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-nix-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-helm-mu: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-helm-mu)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-helm-exwm: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-helm-exwm)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-zotxt: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-zotxt)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-dumb-jump: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-dumb-jump)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-company-restclient: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-company-restclient)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-git-auto-commit-mode: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-slime-company: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-slime-company)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-dashboard: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-dashboard)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-wordgen: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-wordgen)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-ido-vertical-mode: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-ido-vertical-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-parinfer-mode: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-parinfer-mode)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-highlight-defined: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-highlight-defined)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-visual-regexp: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-visual-regexp)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-highlight-numbers: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-highlight-numbers)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-f3: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-f3)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-benchmark-init: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-benchmark-init)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-strace-mode: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-strace-mode)[source]: Use GIT-FILE-NAME.
* gnu: emacs-logview: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-logview)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-helpful: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-helpful)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-org-ref: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-04-10
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-ref)[source]: Use GIT-FILE-NAME.
* gnu: emacs-know-your-http-well: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-know-your-http-well)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-fancy-narrow: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-fancy-narrow)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: emacs-add-hooks: Don't use unstable tarball.Tobias Geerinckx-Rice2019-04-10
| | | | | * gnu/packages/emacs-xyz.scm (emacs-add-hooks)[source]: Use GIT-FETCH and GIT-FILE-NAME.