summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: ghc-tagsoup: Update to 0.14.6.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell-web.scm (ghc-tagsoup): Update to 0.14.6.
* gnu: ghc-hspec: Update to 2.5.5.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.5.5.
* gnu: ghc-hspec-expectations: Update to 0.8.2.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell-check.scm (ghc-hspec-expectations): Update to 0.8.2. [arguments]: Disable tests.
* gnu: ghc-hspec-contrib: Update to 0.5.0.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell-check.scm (ghc-hspec-contrib): Update to 0.5.0.
* gnu: ghc-hspec-meta: Update to 2.4.6.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.4.6.
* gnu: ghc-hspec-core: Update to 2.5.5.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell-check.scm (ghc-hspec-core): Update to 2.5.5. [inputs]: Add ghc-clock.
* gnu: hspec-discover: Update to 2.5.5.Ricardo Wurmus2018-08-16
| | | | | | | * gnu/packages/haskell-check.scm (hspec-discover): Update to 2.5.5. [arguments]: Enable haddock phase. [inputs]: Move ghc-hspec-meta from here... [native-inputs]: ...to here; add ghc-quickcheck.
* gnu: Add r-hash.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/cran.scm (r-hash): New variable.
* gnu: Add 389-ds-base.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/openldap.scm (389-ds-base): New variable.
* gnu: Add python-ldap.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/openldap.scm (python-ldap): New variable.
* gnu: Add python-argparse-manpage.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/python.scm (python-argparse-manpage): New variable.
* gnu: Add r-blockfest.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/cran.scm (r-blockfest): New variable.
* gnu: Add r-basix.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/cran.scm (r-basix): New variable.
* gnu: Add r-refgenome.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/cran.scm (r-refgenome): New variable.
* gnu: Add r-doby.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/cran.scm (r-doby): New variable.
* gnu: Add nudoku.Madalin Ionel-Patrascu2018-08-16
| | | | | | * gnu/packages/games.scm (nudoku): New variable. Signed-off-by: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
* gnu: Add lpd8editor.Leo Famulari2018-08-16
| | | | * gnu/packages/music.scm (lpd8editor): New variable.
* gnu: erlang: Update to 21.0.5.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/erlang.scm (erlang): Update to 21.0.5.
* gnu: ttf2eot: Update to 0.0.3.Tobias Geerinckx-Rice2018-08-16
| | | | | | | | | | The old project home page[0] links to this new one. [0]: <https://code.google.com/archive/p/ttf2eot/> * gnu/packages/fontutils.scm (ttf2eot): Update to 0.0.3. [source]: Use GIT-FETCH and GIT-FILE-NAME. [home-page]: Update.
* gnu: ttf2eot: Return #t from all phases.Tobias Geerinckx-Rice2018-08-16
| | | | | * gnu/packages/fontutils.scm (ttf2eot)[arguments]: Return #t rather than undefined from the ‘install’ phase.
* gnu: Use ©.Tobias Geerinckx-Rice2018-08-16
| | | | | | * gnu/packages/elixir.scm: Replace missing © with ©. * gnu/packages/erlang.scm: Likewise. * gnu/packages/marst.scm: Ditto.
* gnu: erlang: Don't use unstable tarball.Tobias Geerinckx-Rice2018-08-16
| | | | | * gnu/packages/erlang.scm (erlang)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: nnn: Update to 1.9.Tobias Geerinckx-Rice2018-08-16
| | | | | | | * gnu/packages/admin.scm (nnn): Update to 1.9. [source]: Switch to proper release tarball. [native-inputs]: Add pkg-config. [phases]: Remove ‘patch-curses-lib’ phase & ‘-Wl,-rpath=’ #:make-flags.
* gnu: abcde: Update to 2.9.2.Tobias Geerinckx-Rice2018-08-16
| | | | | * gnu/packages/cdrom.scm (abcde): Update to 2.9.2. [source]: Patch correct version number in snippet.
* gnu: xterm: Update to 335.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/xorg.scm (xterm): Update to 335.
* gnu: igt-gpu-tools: Order inputs.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/admin.scm (igt-gpu-tools)[inputs]: Order alphabetically.
* gnu: igt-gpu-tools: Update to 1.23.Tobias Geerinckx-Rice2018-08-16
| | | | | | | | * gnu/packages/admin.scm (intel-gpu-tools): Redefine using DEPRECATED-PACKAGE. Move the previous package definition from here... (igt-gpu-tools): ...to here, and update to 1.23. [name, source, description]: Adjust to new name. [inputs]: Add openssl.
* gnu: protobuf-c: Update to 1.3.1.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/protobuf.scm (protobuf-c): Update to 1.3.1.
* gnu: qemu: Update to 3.0.0 [mitigate CVE-2018-3639].Tobias Geerinckx-Rice2018-08-16
| | | | | | | * gnu/packages/virtualization.scm (qemu): Update to 3.0.0. [source]: Remove patch. * gnu/packages/patches/qemu-CVE-2018-11806.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: stellarium: Remove redundant FILE-NAME.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/astronomy.scm (stellarium)[source]: Remove FILE-NAME.
* gnu: stellarium: Use HTTPS home page.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/astronomy.scm (stellarium)[home-page]: Use HTTPS.
* gnu: armadillo: Update to 9.100.4.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/maths.scm (armadillo): Update to 9.100.4.
* gnu: s6-linux-utils: Update to 2.5.0.0.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.0.0.
* gnu: s6-linux-init: Remove superfluous spaces from description.Tobias Geerinckx-Rice2018-08-16
| | | | | * gnu/packages/skarnet.scm (s6-linux-init)[description]: Remove leading and trailing spaces.
* gnu: s6-linux-init: Update to 0.4.0.0.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/skarnet.scm (s6-linux-init): Update to 0.4.0.0.
* gnu: s6-portable-utils: Update to 2.2.1.2.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.1.2.
* gnu: s6-rc: Update to 0.4.1.0.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/skarnet.scm (s6-rc): Update to 0.4.1.0.
* gnu: s6-networking: Update to 2.3.0.3.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/skarnet.scm (s6-networking): Update to 2.3.0.3.
* gnu: s6-dns: Update to 2.3.0.1.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/skarnet.scm (s6-dns): Update to 2.3.0.1.
* gnu: s6: Update to 2.7.2.0.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/skarnet.scm (s6): Update to 2.7.2.0.
* gnu: execline: Update to 2.5.0.1.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/skarnet.scm (execline): Update to 2.5.0.1.
* gnu: skalibs: Update to 2.7.0.0.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/skarnet.scm (skalibs): Update to 2.7.0.0.
* gnu: mysql: Use HTTPS.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/databases.scm (mysql)[source, home-page]: Use HTTPS.
* gnu: services: Add pcscd service.Arun Isaac2018-08-16
| | | | | | | * gnu/services/security-token.scm: New file. * gnu/tests/security-token.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register new files. * doc/guix.texi (Miscellaneous Services): Document the service.
* gnu: tremc: Update URLs.Leo Famulari2018-08-15
| | | | * gnu/packages/bittorrent.scm (tremc)[source, home-page]: Update URLs.
* gnu: eyeD3: Update to 0.8.7.Leo Famulari2018-08-15
| | | | * gnu/packages/mp3.scm (eyed3): Update to 0.8.7.
* gnu: clementine: Build with relevant GStreamer plugins.Leo Famulari2018-08-15
| | | | | * gnu/packages/music.scm (clementine)[inputs]: Add gst-plugins-good and gst-libav.
* gnu: clementine: Fix creating initial database.Pierre Langlois2018-08-15
| | | | | | | | | | | | | | | | It seems a recent version of sqlite broke Clementine's first startup. It turns out we can patch clementine to fix the problem instead of providing a different sqlite package: <https://github.com/clementine-player/Clementine/pull/5669> * gnu/packages/databases.scm (sqlite-with-fts3): Remove. * gnu/packages/music.scm (clementine)[inputs]: Replace sqlite-with-fts3 with sqlite. [source]: Add clementine-fix-sqlite.patch. * gnu/packages/patches/clementine-fix-sqlite.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: clementine: Drop dependency on qtwebkit.Pierre Langlois2018-08-15
| | | | | | | | | QtWebkit is optionally included in CMakeList.txt but isn't actually used anywhere in the code. * gnu/packages/music.scm (clementine)[inputs]: Remove qtwebkit. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: aubio: Use HTTPS home page.Tobias Geerinckx-Rice2018-08-15
| | | | * gnu/packages/audio.scm (aubio)[source, home-page]: Use HTTPS.