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: dmidecode: Update to 3.3. 6f19c32b0eeeb6b6647ef75c4c8b9e390d41fcd9 Tobias Geerinckx-Rice 2020-10-15 21:37:28
gnu: chirp: Update to 20201014. 6688aed40869567ef0d37a5165e7870afea87087 Tobias Geerinckx-Rice 2020-10-15 21:05:01
gnu: xterm: Update to 361. d605f58de5be0395b44a5989763f7e9ad81056ca Tobias Geerinckx-Rice 2020-10-15 19:43:56
gnu: praat: Update to 6.1.27. 16b0aa429ed065350180b5039937cf4d227e243d Tobias Geerinckx-Rice 2020-10-15 19:35:32
gnu: perl-email-sender: Update to 1.300035. 532db12edb6734dcd7cdfbb59a537c7921d53733 Tobias Geerinckx-Rice 2020-10-15 19:34:46
gnu: swaks: Update to 20201014.0. f04a7ef5b6265a7c84aa41386fb99fe83ad024cb Tobias Geerinckx-Rice 2020-10-15 18:58:42
gnu: swaks: Use git source. ad8cdc7b89d8f2d4406c70d3833f77f2f4cb20e4 Tobias Geerinckx-Rice 2020-10-15 18:46:57
gnu: fakeroot: Update to 1.25.3. 7f4a81540acb58edf740841addcbe07bf3b1f904 Tobias Geerinckx-Rice 2020-10-15 18:20:40
gnu: asunder: Update to 2.9.7. 25bc6ffdd06521702094bb799dd300090ac0bc52 Tobias Geerinckx-Rice 2020-10-15 17:52:26
gnu: knot-resolver: Build with only knot:lib. a97ea4ff2a407ec4c5bd3ffe55c9c59a1e8c37ea Tobias Geerinckx-Rice 2020-10-15 00:40:38
gnu: knot: Build separate outputs. 8154df5307bc3d27326e4a94c5b505a18c2723eb Tobias Geerinckx-Rice 2020-10-15 00:36:02
gnu: emacs-with-editor: Update to 2.9.4-1. 4caa84e29927d0ae225860ef0027359f2aa8d56a Michael Rohleder 2020-10-15 21:58:26
doc: cookbook: Clarify what keywords are. c0001b8bfca3409e25bd0e7d8925df2132e91d06 Ludovic Courtès 2020-10-15 21:50:11
gnu: synapse: Update to 1.20.1. 850a2f7417468b8894d17a5659fac83d06fcce41 Michael Rohleder 2020-10-12 12:34:51
gnu: go-ipfs: Update to 0.7.0. 58f0bd2468c6de7f350aaaecbeb51021e77913c3 Michael Rohleder 2020-10-12 09:16:59
gnu: zathura: Update to 0.4.7. 2266f16296c4fdf67458bac1e5a96aff5c0bca9b Michael Rohleder 2020-10-11 15:25:32
doc: Improve "Build Utilities". 699f1de7218421b9ab6752fef7a7109dca6ff7fc Ludovic Courtès 2020-10-15 21:32:47
gnu: mdk: Sort inputs alphabetically. 0ea23218ad5a625400fc478e24408e9fd1aec94a Efraim Flashner 2020-10-15 21:07:10
gnu: mdk: Fix indentation. 40541eaa0657785f27e6595e4e1b7a2ba4a1afde Efraim Flashner 2020-10-15 21:06:01
gnu: mdk: Update to 1.2.11. 62a7f3b84cec377a1359aeba0be6d1bf3e3123bb Efraim Flashner 2020-10-15 21:02:13
Commit 6f19c32b0eeeb6b6647ef75c4c8b9e390d41fcd9 - gnu: dmidecode: Update to 3.3.
* gnu/packages/admin.scm (dmidecode): Update to 3.3.
[arguments]: Restructure. Add CC to #:make-flags.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-15 21:37
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-16 00:03
Parent(s): 6688aed40869567ef0d37a5165e7870afea87087
Signer:
Signing key: 0DB0FF884F556D79
Signing status: E
Tree: 65bd983ab024157e47f95f59cea330a9d8a4e62c
File Lines added Lines deleted
gnu/packages/admin.scm 16 13
File gnu/packages/admin.scm changed (mode: 100644) (index 1b80eb8ab7..93430dceb7)
... ... network, which causes enabled computers to power on.")
1809 1809 (define-public dmidecode (define-public dmidecode
1810 1810 (package (package
1811 1811 (name "dmidecode") (name "dmidecode")
1812 (version "3.2")
1813 (source (origin
1814 (method url-fetch)
1815 (uri (string-append
1816 "mirror://savannah/dmidecode/dmidecode-"
1817 version ".tar.xz"))
1818 (sha256
1819 (base32
1820 "1pcfhcgs2ifdjwp7amnsr3lq95pgxpr150bjhdinvl505px0cw07"))))
1812 (version "3.3")
1813 (source
1814 (origin
1815 (method url-fetch)
1816 (uri (string-append "mirror://savannah/dmidecode/dmidecode-"
1817 version ".tar.xz"))
1818 (sha256
1819 (base32 "0m8lzg9rf1qssasiix672bxk5qwms90561g8hfkkhk31h2kkgiw2"))))
1821 1820 (build-system gnu-build-system) (build-system gnu-build-system)
1822 1821 (arguments (arguments
1823 '(#:phases (modify-phases %standard-phases (delete 'configure))
1824 #:tests? #f ; no 'check' target
1825 #:make-flags (list (string-append "prefix="
1826 (assoc-ref %outputs "out")))))
1822 `(#:tests? #f ; no 'check' target
1823 #:make-flags
1824 (list (string-append "CC=" ,(cc-for-target))
1825 (string-append "prefix="
1826 (assoc-ref %outputs "out")))
1827 #:phases
1828 (modify-phases %standard-phases
1829 (delete 'configure)))) ; no configure script
1827 1830 (home-page "https://www.nongnu.org/dmidecode/") (home-page "https://www.nongnu.org/dmidecode/")
1828 1831 (synopsis "Read hardware information from the BIOS") (synopsis "Read hardware information from the BIOS")
1829 1832 (description (description
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