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: obs: Fix missing icons. 45cad97d9ee15a4b43e83d735185ff633a95cc09 Oleg Pykhalov 2020-10-10 19:50:26
gnu; sudo: Remove 'groff' input when building for the Hurd. e42765b675d5f3fced0720c1a66350c635fd8643 Jan (janneke) Nieuwenhuizen 2020-10-10 16:22:22
gnu: acl: Disable tests for the Hurd. 6693eac6eb9e13852f2b4156f1e9ebcd70ec43b6 Jan (janneke) Nieuwenhuizen 2020-10-10 16:20:09
gnu: Add nmrpflash. 93d3cfec32bbbe1dfbe0be686b371973545b35b8 Danny Milosavljevic 2020-10-10 16:13:51
gnu: Add perl-opengl. 4ec2190b9f3d111e3be0d69679f8d5ff05f59926 Andreas Enge 2020-10-05 22:43:45
gnu: stumpwm: Fix the Texinfo manual. afed1b94f7902d3bd2cb2f49f6d2a6e9118cd345 Tobias Geerinckx-Rice 2020-10-10 12:01:36
services: hurd-vm: Add 'gdb-minimal' to the default OS. cf197bff6ae1aec76ca05288a09a3631e46077e7 Ludovic Courtès 2020-10-09 21:57:31
gnu: source-highlight: Allow cross-compilation. 2f4b51ab22b312b11656f70e2dd08290592358d3 Ludovic Courtès 2020-10-09 21:31:18
gnu: boost: Allow compilation on/to GNU/Hurd. 7b7b468ea401caca306f01c679d39ee09ef99be7 Ludovic Courtès 2020-10-09 21:18:09
Revert "gnu: guix: Update to commit 5918cb5." a279f7c61c61d821d481c6c241372bd5bd1dcf67 Maxim Cournoyer 2020-10-09 21:54:21
system: hurd: Add diffutils, patch, gawk, tar, gzip, bzip2, xz, and lzip. d56d79b17630aa6849503db6c6f3a2a649c6ca33 Jan (janneke) Nieuwenhuizen 2020-10-09 21:12:43
system: hurd: Include 'guile-3.0-latest' in '%base-packages/hurd'. 1103f878054a3da5c579b1144defd0014abff775 Jan (janneke) Nieuwenhuizen 2020-10-09 21:02:52
system: hurd: Add PAM support with shadow and sudo. 16f8ea064cde3ee4ef36212cdbdef90e98ba6914 Jan (janneke) Nieuwenhuizen 2020-10-09 20:55:46
gnu: guix: Update to commit 5918cb5. f08587682a631d3fe30159af838c6766dd65205b Maxim Cournoyer 2020-10-09 21:23:22
doc: Sync the client and daemon --rounds options documentation. 5918cb5341ecd76304eef2cb529e20896b56f4e5 Maxim Cournoyer 2020-10-09 20:50:01
nix: Honor '--rounds' when also using '--check'. 0fa0e8df60b0b005a8d9499562464c5a66218a5b Maxim Cournoyer 2020-10-09 20:12:15
gnu: linux-libre 4.19: Update to 4.19.150. 7ee4d47d1ad0463f3d0e05505ad49f091101383e Leo Famulari 2020-10-08 17:36:04
gnu: linux-libre 5.4: Update to 5.4.70. d9dfa10acb8b543e75efcc7b180fd56d6b3ded60 Leo Famulari 2020-10-08 17:33:52
gnu: linux-libre: Update to 5.8.14. 06a796df30cdeb08dd4ce2f584430e2223ed7e70 Leo Famulari 2020-10-08 17:29:41
gnu: sudo: Remove support for Python plug-ins. 165e0918da54643bfaf9a6cb6b866f8692e9f8f9 Jan (janneke) Nieuwenhuizen 2020-10-07 16:49:29
Commit 45cad97d9ee15a4b43e83d735185ff633a95cc09 - gnu: obs: Fix missing icons.
Fixes <https://bugs.gnu.org/43556>.
Reported-by: bdju <bdju@tilde.team>.

* gnu/packages/video.scm
(obs)[arguments]<phases>: Add 'wrap-executable' which fixes missing icons.
Author: Oleg Pykhalov
Author date (UTC): 2020-10-10 19:50
Committer name: Oleg Pykhalov
Committer date (UTC): 2020-10-10 19:53
Parent(s): e42765b675d5f3fced0720c1a66350c635fd8643
Signer:
Signing key: 167F8EA5001AFA9C
Signing status: E
Tree: e808f3a7cd4c8fac4471b5d0fa74495926919b2a
File Lines added Lines deleted
gnu/packages/video.scm 10 1
File gnu/packages/video.scm changed (mode: 100644) (index b39bd7cada..93508910aa)
... ... be used for realtime video capture via Linux-specific APIs.")
3011 3011 (arguments (arguments
3012 3012 `(#:configure-flags `(#:configure-flags
3013 3013 (list (string-append "-DOBS_VERSION_OVERRIDE=" ,version) (list (string-append "-DOBS_VERSION_OVERRIDE=" ,version)
3014 "-DENABLE_UNIT_TESTS=TRUE")))
3014 "-DENABLE_UNIT_TESTS=TRUE")
3015 #:phases
3016 (modify-phases %standard-phases
3017 (add-after 'install 'wrap-executable
3018 (lambda* (#:key outputs #:allow-other-keys)
3019 (let ((out (assoc-ref outputs "out"))
3020 (plugin-path (getenv "QT_PLUGIN_PATH")))
3021 (wrap-program (string-append out "/bin/obs")
3022 `("QT_PLUGIN_PATH" ":" prefix (,plugin-path))))
3023 #t)))))
3015 3024 (native-inputs (native-inputs
3016 3025 `(("cmocka" ,cmocka) `(("cmocka" ,cmocka)
3017 3026 ("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
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