Skip to content
Snippets Groups Projects
  1. Feb 24, 2016
  2. Feb 23, 2016
  3. Feb 22, 2016
    • Christine Lemmer-Webber's avatar
      vm: Only pass "-enable-kvm" to qemu if /dev/kvm is present. · 944d2b17
      Christine Lemmer-Webber authored
      Fixes <http://bugs.gnu.org/22633>.
      
      * gnu/build/vm.scm (load-in-linux-vm): Only pass "-enable-kvm" flag to qemu
        if "/dev/kvm" is present.
      * gnu/system/vm.scm (common-kvm-options): Same as above.
      944d2b17
    • Ludovic Courtès's avatar
      gnu: pkg-config: Add non-HTTPS alternate URL. · 8b16a5e1
      Ludovic Courtès authored
      * gnu/packages/pkg-config.scm (%pkg-config)[source]: Add non-HTTPS URL.
      8b16a5e1
    • Ludovic Courtès's avatar
      grafts: 'name' parameter of 'graft-derivation' is now optional. · b0fef4d6
      Ludovic Courtès authored
      * guix/grafts.scm (graft-derivation): Name 'name' a keyword parameter.
      * guix/packages.scm (package-derivation, package-cross-derivation):
      Adjust accordingly.
      * tests/grafts.scm ("graft-derivation"): Likewise.
      * tests/packages.scm ("package-derivation, indirect grafts"): Likewise.
      b0fef4d6
    • Ludovic Courtès's avatar
      derivations: Move grafts to (guix grafts). · 7adf9b84
      Ludovic Courtès authored
      * guix/derivations.scm (<graft>, graft-derivation, %graft?)
      (set-grafting): Move to...
      * guix/grafts.scm: ... here.  New file.
      * guix/gexp.scm, guix/packages.scm, tests/packages.scm,
      guix/scripts/build.scm: Use it.
      * Makefile.am (MODULES): Add it.
      (SCM_TESTS): Add tests/grafts.scm.
      * tests/derivations.scm ("graft-derivation"): Move to...
      * tests/grafts.scm: ... here.  New file.
      7adf9b84
    • Andreas Enge's avatar
      gnu: Remove python2-pyqt-4. · 3297deed
      Andreas Enge authored
      * gnu/packages/qt.scm (python2-pyqt-4): Delete variable. It depends on Qt 4,
        which does not receive security updates any more.
      3297deed
    • Andreas Enge's avatar
      gnu: Remove KDE 4. · dbbb45dd
      Andreas Enge authored
      * gnu/packages/kde.scm (qjson): Move from here...
      * gnu/packages/qt.scm (qjson): ...to here.
      * gnu/packages/pumpio.scm: Drop inclusion of (gnu packages kde).
      * gnu/packages/kde.scm: Delete file.
      * gnu-system.am (GNU_SYSTEM_MODULES): Unregister it.
      * gnu/packages/rdf.scm (soprano): Delete variable.
      
      KDE 4 relies on Qt 4, which does not receive security updates any more.
      dbbb45dd
    • Efraim Flashner's avatar
      gnu: python-patsy: Define 'python2-variant'. · 5ad87e5b
      Efraim Flashner authored
      * gnu/packages/statistics.scm (python-patsy)[properties]: New field.
      (python2-patsy): Use 'strip-python2-variant'.
      5ad87e5b
    • Efraim Flashner's avatar
      gnu: python-patsy: Update to 0.4.1. · f4cd2cea
      Efraim Flashner authored
      * gnu/packages/statistics.scm (python-patsy, python2-patsy): Update to 0.4.1.
      f4cd2cea
    • Alex Kost's avatar
      emacs: Do not allow a user to modify system profiles. · 260795b7
      Alex Kost authored
      Fixes <http://bugs.gnu.org/22607>.
      Reported by myglc2 <myglc2@gmail.com>.
      
      Remove possibilities to install/delete packages to/from a system profile
      both for "Package List" and "Package Info" buffers.
      
      * emacs/guix-profiles.el (guix-system-profile-regexp): New variable.
      (guix-system-profile?): New procedure.
      * emacs/guix-ui-package.el (guix-package-info-insert-output): Do not
      display "Install"/"Delete" button for a system profile.
      (guix-package-assert-non-system-profile): New procedure.
      (guix-package-execute-actions): Use it.
      260795b7
Loading