maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: newsboat: Update to 2.21. 3cdcdcf539827819dfb6357e47404cdb4bec268a Efraim Flashner 2020-10-13 06:28:30
gnu: rust-unicode-width-0.1: Update to 0.1.8. 673de819ff31ef7837753fbc83176233f668ae83 Efraim Flashner 2020-10-13 06:05:54
gnu: Add emacs-py-isort. ddd61916ce864b473a115d39d73b233978914c3d Joseph LaFreniere 2020-10-13 07:21:56
gnu: libcanberra: Fix crashes on wayland. ec82d58526c27a9ca26f6c5e39cec90a48cbc1cc Julien Lepiller 2020-10-11 01:58:50
news: Add entry for '--with-c-toolchain'. a2ed00f79fd5bf69c6cca3fa7bdc62726bf848fa Ludovic Courtès 2020-10-12 16:22:17
guix build: Add '--with-c-toolchain'. abd7a474615353149a44f4504f0b4b248dcc0716 Ludovic Courtès 2020-09-28 16:56:00
packages: Add 'package-with-c-toolchain'. 46135ce4cefab9e164d75697d7ea0c8359b842e4 Ludovic Courtès 2020-09-28 15:36:42
gnu: clang-toolchain: Create 'cc' and 'c++' symlinks. b668450716f0949e6a66550c38b6ba738f66bba7 Ludovic Courtès 2020-09-28 19:09:50
gnu: clang-toolchain: Add 'GUIX_LOCPATH' to the search paths. 61a5380bfd89c77bb45c9b77203ddfbe27eb0865 Ludovic Courtès 2020-09-28 19:19:32
gnu: gcc-toolchain: Add 'GUIX_LOCPATH' to the search paths. f848c276f0be22e66b661fe45d60d53fc0013172 Ludovic Courtès 2020-09-28 19:07:09
substitute: Reduce default narinfo negative TTL to 1h. 099d709caf55db44414475c27b7b39f8becb0d64 Ludovic Courtès 2020-10-12 15:30:35
tests: Add missing copyright line. d3162b98a824a32ce955de18b9b891fbc4342d44 Ludovic Courtès 2020-10-12 09:51:13
upgrade: Mention '--do-not-upgrade' in '--help' output. 75e72dd34ef7001ac16e1abfd117672378326aad Ludovic Courtès 2020-10-12 09:48:45
gnu: rust-clang-sys: Fix package references. 51d36964800013b679a499927208444cf1374ba1 Efraim Flashner 2020-10-12 10:22:04
gnu: rust-core-foundation-0.7: Downgrade to 0.7.0. 8bcfd15c2abd6b7d7d82ab3260df06379febff1f Efraim Flashner 2020-10-12 10:12:39
gnu: rust-tokio-util-0.3: Skip tests. af211eb5209bf031d1846743cc15667349fd6bb2 Efraim Flashner 2020-10-12 10:08:32
gnu: rust-xml-rs-0.7: Downgrade to 0.7.0. 1bea13cbd5cc9251d4b1d9040032ff1235c672a4 Efraim Flashner 2020-10-12 10:03:30
gnu: rust-syn-0.11: Skip tests. b01644cf5363431f13a5b54070c970b69a74a344 Efraim Flashner 2020-10-12 09:53:39
gnu: rust-fluid-attributes-0.4: Skip tests. d94a56d52e10ab41fbec2c75359e9c5b526622c7 Efraim Flashner 2020-10-12 09:49:03
gnu: r-rgdal: Update to 1.5-17. 328cf4e9a90cf98eb126eec35c17c020590be422 Arun Isaac 2020-10-12 10:15:40
Commit 3cdcdcf539827819dfb6357e47404cdb4bec268a - gnu: newsboat: Update to 2.21.
* gnu/packages/syndication.scm (newsboat): Update to 2.21.
[source]: Remove snippet.
[inputs]: Replace json-c-0.13 with json-c.
[arguments]: In cargo-inputs replace rust-gettext-rs-0.4 with 0.5,
rust-rand-0.6 with 0.7. Remove rust-dirs-2.0, rust-libz-1,
rust-percent-encoding-2, rust-smallvec-0.6. Add rust-lazy-static-1.
Add new phase to patch the source slightly.
Author: Efraim Flashner
Author date (UTC): 2020-10-13 06:28
Committer name: Efraim Flashner
Committer date (UTC): 2020-10-13 07:46
Parent(s): 673de819ff31ef7837753fbc83176233f668ae83
Signer:
Signing key: 41AAE7DCCA3D8351
Signing status: E
Tree: 2077125727d058965f4656a3c6cc8be545840d19
File Lines added Lines deleted
gnu/packages/syndication.scm 11 15
File gnu/packages/syndication.scm changed (mode: 100644) (index ba626593a7..e174df0d9e)
53 53 (define-public newsboat (define-public newsboat
54 54 (package (package
55 55 (name "newsboat") (name "newsboat")
56 (version "2.20.1")
56 (version "2.21")
57 57 (source (source
58 58 (origin (origin
59 59 (method url-fetch) (method url-fetch)
 
61 61 "/newsboat-" version ".tar.xz")) "/newsboat-" version ".tar.xz"))
62 62 (sha256 (sha256
63 63 (base32 (base32
64 "0rimjikni96m52vhymgsg1b9g99af6ggyzd1lpvhgqsznxwj0y42"))
65 (modules '((guix build utils)))
66 (snippet
67 '(begin
68 (substitute* "rust/libnewsboat/Cargo.toml"
69 (("= 1.0.17") "1.0.17"))
70 #t))))
64 "0ccwbb3maini18453wjqn8m3bd7zzm6dn5a9vpb8smxv8vfv6ihc"))))
71 65 (build-system cargo-build-system) (build-system cargo-build-system)
72 66 (native-inputs (native-inputs
73 67 `(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)
 
77 71 ("asciidoctor" ,ruby-asciidoctor))) ("asciidoctor" ,ruby-asciidoctor)))
78 72 (inputs (inputs
79 73 `(("curl" ,curl) `(("curl" ,curl)
80 ("json-c" ,json-c-0.13)
74 ("json-c" ,json-c)
81 75 ("libxml2" ,libxml2) ("libxml2" ,libxml2)
82 76 ("ncurses" ,ncurses) ("ncurses" ,ncurses)
83 77 ("stfl" ,stfl) ("stfl" ,stfl)
 
93 87 ("rust-chrono" ,rust-chrono-0.4) ("rust-chrono" ,rust-chrono-0.4)
94 88 ("rust-clap" ,rust-clap-2) ("rust-clap" ,rust-clap-2)
95 89 ("rust-curl-sys" ,rust-curl-sys-0.4) ("rust-curl-sys" ,rust-curl-sys-0.4)
96 ("rust-dirs" ,rust-dirs-2.0)
97 ("rust-gettext-rs" ,rust-gettext-rs-0.4)
90 ("rust-gettext-rs" ,rust-gettext-rs-0.5)
98 91 ("rust-gettext-sys" ,rust-gettext-sys-0.19) ("rust-gettext-sys" ,rust-gettext-sys-0.19)
92 ("rust-lazy-static" ,rust-lazy-static-1)
99 93 ("rust-libc" ,rust-libc-0.2) ("rust-libc" ,rust-libc-0.2)
100 ("rust-libz-sys" ,rust-libz-sys-1)
101 94 ("rust-natord" ,rust-natord-1.0) ("rust-natord" ,rust-natord-1.0)
102 95 ("rust-nom" ,rust-nom-5) ("rust-nom" ,rust-nom-5)
103 96 ("rust-once-cell" ,rust-once-cell-1) ("rust-once-cell" ,rust-once-cell-1)
104 ("rust-percent-encoding" ,rust-percent-encoding-2)
105 ("rust-rand" ,rust-rand-0.6)
106 ("rust-smallvec" ,rust-smallvec-0.6)
97 ("rust-rand" ,rust-rand-0.7)
107 98 ("rust-url" ,rust-url-2) ("rust-url" ,rust-url-2)
108 99 ("rust-unicode-width" ,rust-unicode-width-0.1) ("rust-unicode-width" ,rust-unicode-width-0.1)
109 100 ("rust-xdg" ,rust-xdg-2.2)) ("rust-xdg" ,rust-xdg-2.2))
 
119 110 (delete-file-recursively (delete-file-recursively
120 111 (string-append vendor-dir "/" ,name "-" ,version ".tar.xz")) (string-append vendor-dir "/" ,name "-" ,version ".tar.xz"))
121 112 #t)) #t))
113 (add-after 'unpack 'patch-source
114 (lambda _
115 (substitute* "Makefile"
116 (("Cargo.lock") ""))
117 #t))
122 118 (replace 'build (replace 'build
123 119 (lambda* args (lambda* args
124 120 ((assoc-ref gnu:%standard-phases 'build) ((assoc-ref gnu:%standard-phases 'build)
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main