aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Break match, with some added debugging.gitolite-service-broken-matchChristopher Baines2018-07-31
| | | | | | | | | | | | | | Runinng this gives me: ;;; ("FORK" 273) ;;; ("PID SHOULD BE 0") ;;; ("FORK" 0) ;;; ("PID SHOULD BE 0") [ 3.380838] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000000
* services: Add Gitolite.Christopher Baines2018-07-31
| | | | | | | | | | | * gnu/services/version-control.scm (<gitolite-configuration>, <gitolite-rc-file>): New record types. (gitolite-accounts, gitolite-activation): New procedures. (gitolite-service-type): New variables. * gnu/tests/version-control.scm (%gitolite-test-admin-keypair, %gitolite-os, %test-gitolite): New variables. (run-gitolite-test): New procedure. * doc/guix.texi (Version Control): Document the gitolite service.
* gnu: Modify the gitolite package to support the Guix service.Christopher Baines2018-07-31
| | | | | | | | | | | | Previously the gitolite package worked, but there were problems using it for the service where you might have a minimal PATH. This commit patches the source and scripts where possible to use store paths, and also wraps the gitolite script to handle the harder dependencies. * gnu/packages/version-control.scm (gitolite)[arguments]: Add more patching to the patch-scripts phase, and add two new phases (patch-source and wrap-scripts). [inputs]: Add coreutils, findutils and inetutils.
* 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.
* gnu: Remove duplicated python-pafy.remove-duplicate-packagesChristopher Baines2018-07-29
| | | | | | | It was first added in 02f8f804f0242df885311715412a1e3ee5436f3b, then again in 2dd12924cf4a30a96262b6d392fcde58c9f10d4b. * gnu/packages/python.scm (python-pafy): Remove duplicated package definition.
* gnu: Remove duplicated perl-extutils-depends.Christopher Baines2018-07-29
| | | | | | | | This was first added in 84e8b19fe150ae843d63ca7343aa7172f35153f3, and then again in 017b014ce4a5defed12836886c4dfe2c5ae89d2d. * gnu/packages/perl.scm (perl-extutils-depends): Remove duplicated package definition.
* gnu: Remove duplicated ghc-time-locale-compat.Christopher Baines2018-07-29
| | | | | | | | It was first added in 5e51bcf7b38511d943f4d24621be5817144061cd, then again in c56a30b3ba3e1e93ced3c6ba2cfb4c738b805074. * gnu/packages/haskell.scm (ghc-time-locale-compat): Remove duplicated package definition.
* gnu: Remove duplicated ghc-th-lift-instances.Christopher Baines2018-07-29
| | | | | | | | It was first added in a6d1c4e75a76399c8d82a9570db5cd14351f661b, then again in ff7dd11f0a4fd6ca947cfa40cec42628fde44667. * gnu/packages/haskell.scm (ghc-th-lift-instances): Remove duplicated package definition.