Age | Commit message (Collapse) | Author |
|
* gnu/packages/kde-frameworks.scm (oxygen-icons): Update to 5.27.0.
[native-inputs]: Add fdupes.
|
|
* gnu/packages/kde-frameworks.scm (networkmanager-qt): Update to 5.27.0
and fix indentation.
|
|
* gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 5.27.0
and fix indentation.
|
|
* gnu/packages/kde-frameworks.scm (kwindowsystem): Update to 5.27.0 and
fix indentation.
|
|
* gnu/packages/kde-frameworks.scm (kwidgetsaddons): Update to 5.27.0 and
fix indentation.
|
|
* gnu/packages/kde-frameworks.scm (kwayland): Update to 5.27.0 and fix
indentation.
|
|
* gnu/packages/kde-frameworks.scm (kplotting): Update to 5.27.0 and fix
indentation.
|
|
* gnu/packages/kde-frameworks.scm (kitemviews): Update to 5.27.0 and fix
indentation.
|
|
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 5.27.0 and
fix indentation.
|
|
* gnu/packages/kde-frameworks.scm (kidletime): Update to 5.27.0.
|
|
* gnu/packages/kde-frameworks.scm (ki18n): Update to 5.27.0 and fix
indentation.
|
|
* gnu/packages/kde-frameworks.scm (kguiaddons): Update to 5.27.0 and fix
indentation.
|
|
* gnu/packages/kde-frameworks.scm (kdnssd): Update to 5.27.0.
|
|
* gnu/packages/kde-frameworks.scm (kdbusaddons): Update to 5.27.0 and
fix indentation.
|
|
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 5.27.0 and
fix indentation.
|
|
* gnu/packages/kde-frameworks.scm (kconfig): Update to 5.27.0 and fix
indentation.
|
|
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 5.27.0.
|
|
* gnu/packages/kde-frameworks.scm (karchive): Update to 5.27.0.
|
|
* gnu/packages/kde-frameworks.scm (kapidox): Update to 5.27.0 and fix
indentation.
|
|
* gnu/packages/kde-frameworks.scm (breeze-icons): Update to 5.27.0.
[native-inputs]: Add fduptes and libxml2.
[arguments]: Disable tests.
|
|
* gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.27.0 and
fix indentation.
|
|
* gnu/packages/kde-frameworks.scm (attica): Update to 5.27.0.
|
|
* gnu/packages/kde-frameworks.scm (phonon): Fix indentation.
|
|
* gnu/packages/kde-frameworks.scm (kpmcore): Fix indentation.
|
|
* gnu/packages/kde-frameworks (gpgmepp): Update to 16.08.2.
|
|
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to
5.27.0.
|
|
* gnu/packages/flex.scm (flex-2.6.1): New variable.
|
|
* gnu/packages/python.scm (python2-rpython): New variable.
|
|
* gnu/packages/ccache.scm (ccache): Update to 3.3.3.
|
|
* gnu/packages/python.scm (python-waf): Update to 1.9.5.
[arguments]: Shorten custom build phase.
[source]: Use http.
[home-page]: Use http.
|
|
* gnu/packages/video.scm (ffmpeg): Update to 3.2.
|
|
* gnu/packages/video.scm (vapoursynth): Update to 35.
|
|
* gnu/packages/mail.scm (offlineimap): Update to 7.0.9.
|
|
* gnu/packages/games.scm (chess): Update to 6.2.4.
[home-page]: Use https.
|
|
* gnu/packages/vim.scm (vim): Update to 8.0.0054.
|
|
* gnu/packages/backup.scm (borg): Update to 1.0.8.
|
|
* gnu/packages/linux.scm (radeontop): New variable.
|
|
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.8.5.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.28.
|
|
* gnu/packages/maths.scm (mumps): Upgrade to 5.0.2.
[arguments]: Properly return boolean from install phase.
|
|
* guix/scripts/hash.scm (guix-hash)[file-hash]: Special-case "-".
* tests/guix-hash.sh: Add test.
* doc/guix.texi (Invoking guix hash): Document it.
|
|
This solves a problem whereby if /gnu/store/.links had enough entries,
ext4's directory index would be full, leading to link(2) returning
ENOSPC.
* nix/libstore/optimise-store.cc (LocalStore::optimisePath_): Upon
ENOSPC from link(2), print a message and return instead of throwing a
'SysError'.
|
|
In particular, this eliminates a bunch of boilerplate code.
Also integrates these Nix commits:
80da7a6 Probably fix SQLITE_BUSY errors
37a337b throwSQLiteError(): Check for SIGINT so we don't loop forever
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* nix/libstore/local-store.cc: Move SQLite code to...
* nix/libstore/sqlite.cc, nix/libstore/sqlite.hh: ... here. New files.
* nix/local.mk (libstore_a_SOURCES): Add sqlite.cc.
(libstore_headers): Add sqlite.hh.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* nix/libstore/local-store.cc (retry_sqlite, end_retry_sqlite): Remove.
(retrySQLite): New template.
(LocalStore::registerFailedPath, LocalStore::hasPathFailed)
(LocalStore::queryFailedPaths, LocalStore::clearFailedPaths)
(LocalStore::queryPathInfo, LocalStore::isValidPath_)
(LocalStore::queryValidPaths, LocalStore::queryAllValidPaths)
(LocalStore::queryReferrers, LocalStore::queryValidDerivers)
(LocalStore::queryDerivationOutputs)
(LocalStore::queryDerivationOutputNames)
(LocalStore::queryPathFromHashPart, LocalStore::registerValidPaths)
(LocalStore::invalidatePathChecked): Use it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/vim.scm (vim): Update to 8.0.0051.
[source]: Change to github release archive.
|
|
* gnu/packages/bioinformatics.scm (python-twobitreader, python2-twobitreader):
Update to 3.1.4.
|
|
The tests were silently skipped with Python 3.4. With Python 3.5, this caused
the build of python-twobitreader to fail.
* gnu/packages/bioinformatics.scm (python-twobitreader,
python2-twobitreader)[arguments]: Disable the tests.
|
|
* gnu/packages/emacs.scm (emacs-org-trello): New variable.
|
|
* gnu/packages/python.scm (python-wsgiproxy2, python2-wsgiproxy2)[arguments]:
Disable the tests.
|