Age | Commit message (Expand) | Author |
2019-12-03 | gnu: mtr: Don't use NAME in source URI....* gnu/packages/networking.scm (mtr)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: mtr: Update to 0.93....* gnu/packages/networking.scm (mtr): Update to 0.93.
[native-inputs]: Remove now-unnecessary autoconf.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: microcom: Use HTTPS home page....* gnu/packages/microcom.scm (microcom)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: microcom: Update to 2017.03.0....* gnu/packages/microcom.scm (microcom): Update to 2017.03.0.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: microcom: Use GIT-FILE-NAME....* gnu/packages/microcom.scm (microcom)[source]: Use GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: less: Update to 551....* gnu/packages/less.scm (less): Update to 551.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: less: Add upstream source URI....* gnu/packages/less.scm (less)[source]: Add the author's site.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: nsd: Update to 4.2.3....* gnu/packages/dns.scm (nsd): Update to 4.2.3.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: pugixml: Update to 1.10....* gnu/packages/xml.scm (pugixml): Update to 1.10.
[source]: Remove obsolete patch.
* gnu/packages/patches/pugixml-versioned-libdir.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: eid-mw: Update to 4.4.23....* gnu/packages/security-token.scm (eid-mw): Update to 4.4.23.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: console-setup: Update to 1.194....* gnu/packages/xorg.scm (console-setup): Update to 1.194.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: xclock: Don't use NAME in source URI....* gnu/packages/xorg.scm (xclock)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: xclock: Update to 1.0.9....* gnu/packages/xorg.scm (xclock): Update to 1.0.9.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: soundtouch: Use HTTPS home page....* gnu/packages/audio.scm (soundtouch)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2019-12-03 | gnu: snd: Update to 19.9....* gnu/packages/audio.scm (snd): Update to 19.9.
| Tobias Geerinckx-Rice |
2019-12-02 | gnu: Remove python2-socksipychain....* gnu/packages/python-xyz.scm (python2-socksipychain): Remove variable.
| Alex Griffin |
2019-12-02 | gnu: pagekite: Update to 1.5.0.191126....* gnu/packages/networking.scm (pagekite): Update to 1.5.0.191126.
[source]: Fetch from GitHub.
[arguments]: Build with Python 3.
[inputs]: Add python-six.
| Alex Griffin |
2019-12-02 | gnu: python-socksipychain: Update to 2.1.0....* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.0.
| Alex Griffin |
2019-12-02 | gnu: python-scipy: Move to (gnu packages python-science)....* gnu/packages/python-xyz.scm (python-scipy, python2-scipy): Move these from
here...
* gnu/packages/python-science.scm (python-scipy, python2-scipy): ...to here.
* gnu/packages/bioinformatics.scm, gnu/packages/machine-learning.scm,
gnu/packages/statistics.scm: Adjust module imports.
| Ricardo Wurmus |
2019-12-02 | gnu: python-scikit-image: Move to (gnu packages python-science)....* gnu/packages/python-xyz.scm (python-scikit-image, python2-scikit-image):
Move these two from here...
* gnu/packages/python-science.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus |
2019-12-02 | gnu: python-pillow: Update to 6.2.1....* gnu/packages/python-xyz.scm (python-pillow): Update to 6.2.1.
| Efraim Flashner |
2019-12-02 | gnu: python-pillow: Sort inputs alphabetically....* gnu/packages/python-xyz.scm (python-pillow)[inputs]: Sort
alphabetically.
| Efraim Flashner |
2019-12-02 | gnu: python-pillow: Make check phase conditional....* gnu/packages/python-xyz.scm (python-pillow)[arguments]: Wrap custom
'check phase in check for 'tests?'.
| Efraim Flashner |
2019-12-02 | gnu: python-pillow: Replace check phase....* gnu/packages/python-xyz.scm (python-pillow)[arguments]: Since 'check
always come after 'install, replace 'check phase rather than recreate it.
| Efraim Flashner |
2019-12-02 | gnu: Add emacs-telega....* gnu/packages/emacs-xyz.scm (emacs-telega): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brett Gilio |
2019-12-02 | gnu: android-libselinux: Avoid top-level references to 'libsellinux'....* gnu/packages/android.scm (android-libselinux)[synopsis]
[description, license]: Remove references to 'libsellinux'.
| Ludovic Courtès |
2019-12-02 | gnu: 0ad-data: Avoid top-level references to 'font-bitstream-vera'....* gnu/packages/games.scm (0ad-data)[license]: Avoid references to
'font-bitstream-vera'.
| Ludovic Courtès |
2019-12-02 | gnu: stress-make: Avoid top-level reference to 'gnu-make'....* gnu/packages/debug.scm (stress-make)[license]: Hard-code GPL3+ instead
of referring to 'gnu-make'.
| Ludovic Courtès |
2019-12-02 | gnu: gajim: Avoid top-level reference to 'python'....This fixes a circular dependency due to this top-level reference to
'python' as discussed in <https://bugs.gnu.org/38326>.
* gnu/packages/messaging.scm (gajim)[native-search-paths]: Remove
reference to 'python'. Hard-code the Python version instead.
| Ludovic Courtès |
2019-12-02 | gnu: Add q5go....* gnu/packages/games.scm (q5go): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Guillaume Le Vaillant |
2019-12-02 | gnu: Add emacs-org-present....* gnu/packages/emacs-xyz.scm (emacs-org-present): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brett Gilio |
2019-12-02 | gnu: Add emacs-doom-modeline....* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brett Gilio |
2019-12-02 | gnu: Add emacs-shrink-path....* gnu/packages/emacs-xyz.scm (emacs-shrink-path): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brett Gilio |
2019-12-02 | gnu: ccls: Update to 0.20190823.5....* gnu/packages/cpp.scm (ccls): Update to 0.20190823.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brett Gilio |
2019-12-02 | gnu: Add ipcalc....* gnu/packages/networking.scm (ipcalc): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Daniel Schäfer |
2019-12-01 | gnu: linux-libre@4.19: Update to 4.19.87....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.87.
(linux-libre-4.19-pristine-source): Update hash.
| Mark H Weaver |
2019-12-01 | gnu: linux-libre@4.14: Update to 4.14.157....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.157.
(linux-libre-4.14-pristine-source): Update hash.
| Mark H Weaver |
2019-12-01 | install: Pass 'local-file' literal strings for proper resolution....This is a followup to 99c45877a984dd0148151b2e304afef6fb04f1a5, which
introduced a regression: "guix system build gnu/system/install.scm"
would fail to find the .tmpl files.
* gnu/system/install.scm (/etc/configuration-files)[file]: Remove.
[directory]: Use 'local-file' with a literal string.
| Ludovic Courtès |
2019-12-01 | gnu: scummvm: Update to 2.1.0....* gnu/packages/emulators.scm (scummvm): Update to 2.1.0.
| Nicolas Goaziou |
2019-12-01 | gnu: snap: Update to 5.3.8....* gnu/packages/education.scm (snap): Update to 5.3.8.
| Nicolas Goaziou |
2019-12-01 | gnu: mame: Update to 0.216....* gnu/packages/emulators.scm (mame): Update to 0.216.
| Nicolas Goaziou |
2019-12-01 | gnu: WireGuard: Update to 0.0.20191127....* gnu/packages/vpn.scm (wireguard): Update to 0.0.20191127.
| Leo Famulari |
2019-12-01 | gnu: giac: Update to 1.5.0-75....* gnu/packages/algebra.scm (giac): Update to 1.5.0-75.
| Nicolas Goaziou |
2019-12-01 | gnu: grammalecte: Update to 1.6.0....* gnu/packages/dictionaries.scm (grammalecte): Update to 1.6.0.
| Nicolas Goaziou |
2019-12-01 | gnu: fet: Update to 5.41.0....* gnu/packages/education.scm (fet): Update to 5.41.0.
| Nicolas Goaziou |
2019-12-01 | gnu: asymptote: Update to 2.61....* gnu/packages/plotutils.scm (asymptote): Update to 2.61.
| Nicolas Goaziou |
2019-12-01 | gnu: quaternion: Use qt-build-system....* gnu/packages/display-managers.scm (quaternion): Use qt-build-sytem.
[arguments]<modules, imported-modules, phases>: Remove.
| Hartmut Goebel |
2019-12-01 | gnu: kdeconnect: Use qt-build-system....* gnu/packages/display-managers.scm (kdeconnect): Use qt-build-sytem.
[arguments]<modules, imported-modules>: Remove. <phases>: Base
on phases from qt-build-system. {wrap-executable}: Remove.
| Hartmut Goebel |
2019-12-01 | gnu: ktouch: Use qt-build-system....* gnu/packages/display-managers.scm (ktouch): Use qt-build-sytem.
[arguments]<modules, imported-modules>: Remove. <phases>: Base
on phases from qt-build-system. {wrap-executables}: Remove.
| Hartmut Goebel |
2019-12-01 | gnu: sddm: Use qt-build-system....* gnu/packages/display-managers.scm (sddm): Use qt-build-sytem.
[arguments]<modules, imported-modules>: Remove. <phases>: Base
on phases from qt-build-system. {wrap-programs}: Remove.
| Hartmut Goebel |