summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* wip: add more python packagesadd-python-moleculeKenny Ballou2018-07-31
| | | | break these up...
* gnu: add python-pep8-naming.Kenny Ballou2018-07-31
| | | | | | * gnu/packages/check.scm: (python-pep8-naming): New Variable. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* gnu: add python-flake8-pyi.Kenny Ballou2018-07-31
| | | | | | * gnu/packages/python.scm: (python-flake8-pyi): New variable. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* gnu: add python-flake8-bugbear.Kenny Ballou2018-07-31
| | | | | | * gnu/packages/python.scm: (python-flake8-bugbear): New variable. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* gnu: add python-typed-ast.Kenny Ballou2018-07-31
| | | | | | * gnu/packages/python.scm: (python-typed-ast): New variable. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* gnu: add python-cerberus.Kenny Ballou2018-07-31
| | | | | | | * gnu/packages/python.scm: (python-cerberus, python2-cerberus): New variables. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* gnu: python: add python-toml.Kenny Ballou2018-07-31
| | | | | | * gnu/packages/python.scm (python-toml, python2-toml): New variables. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* gnu: lvm2: Fix static linking of dmeventd.Marius Bakke2018-07-31
| | | | | | | Fixes a regression introduced in a3ed69b694eab393129348bbabbed8c59bad3772 where dmeventd.static fails to link against libm and breaks "lvm2-static". * gnu/packages/patches/lvm2-static-link.patch: Patch make.tmpl.in.
* gnu: optipng: Use system libraries.Efraim Flashner2018-07-31
| | | | | | | * gnu/packages/image.scm (optipng)[source]: Add snippet to delete bundled libraries. [inputs]: Add libpng. [arguments]: Add configure-flag to use system libraries.
* gnu: python-pyqt: Add qtwebkit.Efraim Flashner2018-07-31
| | | | * gnu/packages/qt.scm (python-pyqt)[inputs]: Add qtwebkit.
* gnu: qtwebkit: Update to 5.212.0-alpha2.Andreas Enge2018-07-31
| | | | | | | | | | | | * gnu/packages/patches/qtwebkit-pbutils-include.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch. * gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha2. [source]: Use new upstream location. Add patch. [build-system]: Switch to cmake-build-system. [inputs]: Add glib, gst-plugins-base, qtlocation, qtsensors, qtwebchannel. [arguments]: Disable the tests. Add new configure flags. Remove all custom phases.
* gnu: Update udisks to 2.7.7.Pierre Neidhardt2018-07-30
| | | | | * gnu/package/freedesktop.scm (udisks): Update to 2.7.7. [inputs]: Replace parted with libblockdev.
* gnu: Add libblockdev.Pierre Neidhardt2018-07-30
| | | | * gnu/package/disk.scm (libblockdev): New variable.
* gnu: Add dmraid.Pierre Neidhardt2018-07-30
| | | | * gnu/package/disk.scm (dmraid): New variable.
* gnu: lvm2: Add device-mapper-event support.Pierre Neidhardt2018-07-30
| | | | * GNU/packages/linux.scm (lvm2)[configure-flags]: Build device-mapper-event.
* gnu: Add libbytesize.Pierre Neidhardt2018-07-30
| | | | * gnu/package/c.scm (libbytesize): New variable.
* gnu: Add ndctl.Pierre Neidhardt2018-07-30
| | | | * gnu/package/disk.scm (ndctl): New variable.
* gnu: Add volume-key.Pierre Neidhardt2018-07-30
| | | | * gnu/package/disk.scm (volume-key): New variable.
* doc: Fix Cuirass URL.Clément Lassieur2018-07-30
| | | | * doc/guix.texi (Continuous Integration): Fix Cuirass URL.
* gnu: minetest: Update to 0.4.17.1.Kei Kebreau2018-07-30
| | | | * gnu/packages/games.scm (minetest): Update to 0.4.17.1.
* gnu: retux: Return #t from all phases.Kei Kebreau2018-07-30
| | | | * gnu/packages/games.scm (retux)[arguments]: Return #t from the 'install' phase.
* gnu: gnubg: Update to 1.06.001.Kei Kebreau2018-07-30
| | | | * gnu/packages/games.scm (gnubg): Update to 1.06.001.
* gnu: golly: Update to 3.2.Kei Kebreau2018-07-30
| | | | * gnu/packages/games.scm (golly): Update to 3.2.
* gnu: warzone2100: Update to 3.2.3.Kei Kebreau2018-07-30
| | | | | | | | | * gnu/packages/games.scm (warzone2100): Update to 3.2.3. [arguments]: Add "--with-distributor=Guix" to #:configure-flags. Remove 'remove-reference-to-missing-file' and 'patch-for-qt5.8' phases. Add 'fix-ivis-linktest' phase. [native-inputs]: Add gettext-minimal. [inputs]: Add harfbuzz and remove quesoglc.
* gnu: parallel: Update to 20180722.Efraim Flashner2018-07-30
| | | | * gnu/packages/parallel.scm (parallel): Update to 20180722.
* gnu: openssh: Update home-page.Efraim Flashner2018-07-30
| | | | * gnu/packages/ssh.scm (openssh)[home-page]: Update to new home-page.
* gnu: tig: Update to 2.4.1.Efraim Flashner2018-07-30
| | | | | * gnu/packages/version-control.scm (tig): Update to 2.4.1. [description]: Fix texinfo markup.
* gnu: monero-gui: Build with modular qt.Efraim Flashner2018-07-30
| | | | | | | | | * gnu/packages/finance.scm (monero-gui)[inputs]: Remove qt, add qtbase, qtdeclarative, qtgraphicaleffects, qtquickcontrols. [native-inputs]: Add qttools. [arguments]: Add a custom phase to patch the absolute file-name of lrelease and lupdate. Add a custom phase to wrap the executable with QT environmental variables.
* gnu: youtube-dl: Update to 2018.07.29.Arun Isaac2018-07-30
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.07.29.
* gnu: cuirass: Update to 99241ef.Clément Lassieur2018-07-30
| | | | * gnu/packages/ci.scm (cuirass): Update to 99241ef.
* gnu: Add emacs-agda2-modeAlex ter Weele2018-07-29
| | | | | | * gnu/packages/agda.scm (emacs-agda2-mode): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: agda: Compile .agda files.Alex ter Weele2018-07-29
| | | | | | * gnu/packages/agda.scm: (agda)[arguments]: Compile .agda files. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: libreoffice: Fix build with newer GLM.Marius Bakke2018-07-29
| | | | | | * gnu/packages/patches/libreoffice-glm.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add it.
* gnu: libwps: Update to 0.4.9.Marius Bakke2018-07-29
| | | | * gnu/packages/libreoffice.scm (libwps): Update to 0.4.9.
* gnu: make-u-boot-package: Add missing module.Efraim Flashner2018-07-29
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add missing 'srfi srfi-1' module.
* gnu: Add fdroidserver.Efraim Flashner2018-07-29
| | | | * gnu/packages/android.scm (fdroidserver): New variable.
* gnu: python-docker-py: Update to 1.10.6.Efraim Flashner2018-07-29
| | | | * gnu/packages/docker.scm (python-docker-py): Update to 1.10.6.
* gnu: Add python-vagrant.Efraim Flashner2018-07-29
| | | | * gnu/packages/virtualization.scm (python-vagrant): New variable.
* gnu: virtualization.scm: Use license prefix.Efraim Flashner2018-07-29
| | | | | * gnu/packages/virtualization.scm: Replace all 'license' values with a 'license:' prefix.
* gnu: Add python-androguard.Efraim Flashner2018-07-29
| | | | * gnu/packages/android.scm (python-androguard): New variable.
* gnu: Add python-codecov.Efraim Flashner2018-07-29
| | | | * gnu/packages/check.scm (python-codecov): New variable.
* gnu: Add python-pyperclip.Efraim Flashner2018-07-29
| | | | * gnu/packages/xdisorg.scm (python-pyperclip): New variable.
* gnu: Add python-docker-pycreds.Efraim Flashner2018-07-29
| | | | * gnu/packages/docker.scm (python-docker-pycreds): New variable.
* gnu: quaternion: Build with modular qt.Efraim Flashner2018-07-29
| | | | | * gnu/packages/messaging.scm (quaternion)[inputs]: Remove qt, add qtbase, qtdeclarative.
* gnu: libqmatrixclient: Build with modular qt.Efraim Flashner2018-07-29
| | | | | * gnu/packages/messaging.scm (libqmatrixclient)[inputs]: Remove qt, add qtbase.
* gnu: quaternion: Don't use unstable tarball.Efraim Flashner2018-07-29
| | | | | * gnu/packages/messaging.scm (quaternion)[source]: Download using git reference and not autogenerated tarball.
* gnu: libqmatrixclient: Don't use unstable tarball.Efraim Flashner2018-07-29
| | | | | * gnu/packages/messaging.scm (libqmatrixclient)[source]: Download using git reference and not autogenerated tarball.
* gnu: monero-gui: Use git-file-name.Efraim Flashner2018-07-29
| | | | | * gnu/packages/finance.scm (monero-gui)[source]: Rename the downloaded source using 'git-file-name'.
* gnu: monero: Use git-file-name.Efraim Flashner2018-07-29
| | | | | * gnu/packages/finance.scm (monero)[source]: Rename the downloaded source using 'git-file-name'.
* gnu: mcrl2: Build with modular qt.Efraim Flashner2018-07-29
| | | | * gnu/packages/maths.scm (mcrl2)[inputs]: Replace qt with qtbase.