summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: perl-dbix-class-cursor-cached: Update to 1.001004.Efraim Flashner2016-11-30
| | | | | * gnu/packages/databases.scm (perl-dbix-class-cursor-cached): Update to 1.001004.
* gnu: perl-dbix-class: Update to 0.082840.Efraim Flashner2016-11-30
| | | | * gnu/packages/databases.scm (perl-dbix-class): Update to 0.082840.
* gnu: perl-email-simple: Update to 2.211.Efraim Flashner2016-11-30
| | | | * gnu/packages/mail.scm (perl-email-simple): Update to 2.211.
* gnu: perl-namespace-autoclean: Update to 0.28.Efraim Flashner2016-11-30
| | | | * gnu/packages/perl.scm (perl-namespace-autoclean): Update to 0.28.
* gnu: perl-class-method-modifiers: Update to 2.12.Efraim Flashner2016-11-30
| | | | * gnu/packages/perl.scm (perl-class-method-modifiers): Update to 2.12.
* gnu: perl-email-mime-contenttype: Update to 1.018.Efraim Flashner2016-11-30
| | | | * gnu/packages/mail.scm (perl-email-mime-contenttype): Update to 1.018.
* gnu: perl-email-mime: Update to 1.937.Efraim Flashner2016-11-30
| | | | * gnu/packages/mail.scm (perl-email-mime): Update to 1.937.
* gnu: perl-email-messageid: Update to 1.406.Efraim Flashner2016-11-30
| | | | * gnu/packages/mail.scm (perl-email-messageid): Update to 1.406.
* gnu: perl-email-address: Update to 1.908.Efraim Flashner2016-11-30
| | | | * gnu/packages/mail.scm (perl-email-address): Update to 1.908.
* gnu: iw: Update to 4.9.Ludovic Courtès2016-11-30
| | | | * gnu/packages/linux.scm (iw): Update to 4.9.
* gnu: pciutils: Update to 3.5.2.Ludovic Courtès2016-11-30
| | | | * gnu/packages/pciutils.scm (pciutils): Update to 3.5.2.
* tests: Create a copy-on-write image instead of copying eagerly.Ludovic Courtès2016-11-30
| | | | | * gnu/tests/install.scm (qemu-command/writable-image): Invoke 'qemu-img -o backing_file' instead of calling 'copy-file'.
* gnu: hdf5: Update to 1.8.18 [fixes CVE-2016-{4330,4331,4332,4333}].Leo Famulari2016-11-30
| | | | | * gnu/packages/maths.scm (hdf5): Update to 1.8.18. [source]: Add alternate URL.
* services: nginx: Join strings with spaces.Ricardo Wurmus2016-11-30
| | | | | * gnu/services/web.scm (config-domain-strings, config-index-strings): Use "string-join" to join strings with spaces.
* gnu: gcj: Conditionally apply patch for armhf.Ricardo Wurmus2016-11-30
| | | | | | * gnu/packages/gcc.scm (gcj)[source]: Inherit from "gcc" package. [native-inputs]: Conditionally add arm-patch. [arguments]: Conditionally add phase "apply-arm-patch".
* gnu: borg: Fix the test suite.Leo Famulari2016-11-30
| | | | | * gnu/packages/backup.scm (borg)[arguments]: Use add-installed-pythonpath and disable tests related to FUSE.
* gnu: git: Update to 2.11.0.Leo Famulari2016-11-29
| | | | * gnu/packages/version-control.scm (git): Update to 2.11.0.
* services: Add 'cuirass-service'.Mathieu Lirzin2016-11-29
| | | | | | * gnu/services/cuirass.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Continuous integration): New node.
* gnu: Add Cuirass.Mathieu Lirzin2016-11-29
| | | | | | * gnu/packages/ci.scm (cuirass): New variable. Co-authored-by: Jan Nieuwenhuizen <janneke@gnu.org>
* gnu: guix-0.11.0: Add guile-ssh to inputs.David Craven2016-11-29
| | | | | | * gnu/packages/package-management.scm (guile-ssh)[inputs]: Add guile-ssh. [arguments]: Add guile-ssh to GUILE_LOAD_PATH.
* gnu: frescobaldi: Disable tests.Ricardo Wurmus2016-11-29
| | | | * gnu/packages/music.scm (frescobaldi)[arguments]: Disable tests.
* gnu: Add zzufJohn Darrington2016-11-29
| | | | * gnu/packages/debug.scm (zzuf): New variable.
* gnu: libxfont: Update to 1.5.2.Tobias Geerinckx-Rice2016-11-29
| | | | * gnu/packages/xorg.scm (libxfont): Update to 1.5.2.
* gnu: gphoto2, libgphoto2: Use libjpeg-turbo.Tobias Geerinckx-Rice2016-11-29
| | | | * gnu/packages/photo.scm (gphoto2, libgphoto2)[inputs]: Add libjpeg-turbo.
* gnu: spice: Use libjpeg-turbo instead of libjpeg.Tobias Geerinckx-Rice2016-11-29
| | | | | * gnu/packages/spice.scm (spice)[inputs]: Use libjpeg-turbo as suggested during the build.
* gnu: icecat: Use libjpeg-turbo instead of bundled libjpeg.Tobias Geerinckx-Rice2016-11-29
| | | | | | | * gnu/packages/gnuzilla.scm (icecat)[source]: Remove bundled libjpeg, which is actually libjpeg-turbo. [inputs]: Add libjpeg-turbo. [arguments]: Use it.
* gnu: Add libjpeg-turbo.Tobias Geerinckx-Rice2016-11-29
| | | | * gnu/packages/image.scm (libjpeg-turbo): New variable.
* gnu: kauth: Fix cmake macros to be used by other packages.Hartmut Goebel2016-11-29
| | | | | * gnu/packages/kde-framework.scm (kauth)[phases]: New phase fix-cmake-install-paths.
* gnu: extra-cmake-modules: Always install into /lib and not into /lib64.Hartmut Goebel2016-11-29
| | | | | * gnu/packages/kde-frameworks.scm (extra-cmake-modules)[phases]: New phase fix-lib-path.
* gnu: Add ksyntaxhighlighting.Hartmut Goebel2016-11-29
| | | | * gnu/packages/kde-frameworks.scm (ksyntaxhighlighting): New variable.
* gnu: Update kde-frameworks to 5.28.Hartmut Goebel2016-11-29
| | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (kpackage): Update to 5.28.1 (extra-cmake-modules, attica, bluez-qt, breeze-icons, kapidox, karchive, kcodecs, kconfig, kcoreaddons, kdbusaddons, kdnssd, kguiaddons, ki18n, kidletime, kitemmodels, kitemviews, kplotting, kwayland, kwidgetsaddons, kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, solid, sonnet, threadweaver, kauth, kcompletion, kcrash, kdoctools, kfilemetadata, kimageformats, kjobwidgets, knotifications, kpty, kunitconversion, baloo, kactivities, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets, kdeclarative, kded, kdesignerplugin, kdesu, kemoticons, kglobalaccel, kiconthemes, kinit, kio, knewstuff, knotifyconfig, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, plasma-framework, frameworkintegration): Update to 5.28.0
* Merge branch 'python-build-system'.Hartmut Goebel2016-11-29
|\
| * gnu: python2-discogs-client: Remove python2-setuptools from inputs.Hartmut Goebel2016-11-29
| | | | | | | | | | | | | | | | | | * gnu/packages/music.scm (python2-discogs-client): Use simply "package-with-python2". Remove inheriting from python-discogs-client since adding python2-setuptools to [native-inputs] has been the sole reason for inheriting. (python-discogs-client) Remove the now needless [properties] "python2-variant".
| * Merge branch 'master' into python-build-systemHartmut Goebel2016-11-29
| |\
| * | gnu: wicd: Fix build.Hartmut Goebel2016-11-29
| | | | | | | | | | | | | | | * gnu/packages/wicd.scm (wicd) [arguments]: Disable installation via setuptools (and --single-version-externally-managed).
| * | gnu: wxPython: Remove useless inputs.Hartmut Goebel2016-11-29
| | | | | | | | | | | | | | | * gnu/packages/wxwidgets.scm (python2-wxpython) [native-inputs]: Remove setuptools, which is already included in python.
| * | gnu: wxPython: Fix build.Hartmut Goebel2016-11-29
| | | | | | | | | | | | | | | * gnu/packages/wxwidgets.scm (python2-wxpython) [arguments]: Disable installation via setuptools (and --single-version-externally-managed).
| * | gnu: python-betamax: Fix typo.Leo Famulari2016-11-25
| | | | | | | | | | | | * gnu/packages/python.scm (python-betamax): Fix typo.
| * | Merge branch 'master' into python-build-systemLeo Famulari2016-11-25
| |\ \
| * | | gnu: python-awscli: fix inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-awscli): [inputs] change to [native-inputs].
| * | | gnu: python-botocore: fix inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-botocore): [inputs] change to [native-inputs].
| * | | gnu: python-pip: fix inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pip): [inputs] change to [native-inputs].
| * | | gnu: python2-ipython: fix inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python2-ipython): [inputs] change to [native-inputs].
| * | | gnu: python-betamax: fix inputs.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-betamax): [inputs] change to [propagated-inputs].
| * | | gnu: python-scikit-learn: Remove useless property "python2-variant".Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Python 2 packages does not change the definition, thus the propery is useless. * gnu/packages/python.scm (python-scikit-learn): [properties]: Remove "python2-variant". (python2-scikit-learn): Remove now needless "strip-python2-variant".
| * | | gnu: python-tables: Remove python byte-code files from source.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-tables)[source]: Add snippet.
| * | | gnu: python-flake8-2.2.4: Remove python byte-code files from source.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-flake8-2.2.4)[source]: Add snippet.
| * | | gnu: python-flake8: Remove python byte-code files from source.Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-flake8)[source]: Add snippet.
| * | | gnu: python-pytest-django: Remove needless propagated input "python-py".Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is already propagated by python-pytest. * gnu/packages/python.scm (python-pytest-django) [propagated-inputs]: Remove python-py.
| * | | gnu: python2-pbcore: Fix inputs:Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (python2-pbcore) [inputs] change to [propagated-inputs]. [native-inputs]: Remove python-docutils, which comes with sphinx. [former propagated-inputs]: move all (which is only pyxb) to [inputs].