[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (882cacc1bb -> 313ae43f51)
From: |
guix-commits |
Subject: |
branch master updated (882cacc1bb -> 313ae43f51) |
Date: |
Thu, 28 Apr 2022 18:43:29 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 882cacc1bb gnu: Add r-guix-install.
new b01622f57d gnu: flatpak: Use G-expressions.
new f785299af1 gnu: flatpak: Do not leak GDK_PIXBUF_MODULE_FILE into the
sandbox.
new 09fcd191e1 gnu: rust-pyo3: Allow compilation with Criterion 0.3.5.
new f2eb0d3922 home: services: fish: Fix incorrect ".config" file name.
new 4d3c142e0b gnu: openssh: Trust Guix store directory
new 313ae43f51 gnu: Add Avizo.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/home/services/shells.scm | 2 +-
gnu/local.mk | 2 +
gnu/packages/crates-io.scm | 9 +-
gnu/packages/package-management.scm | 189 +++++++++++----------
.../flatpak-unset-gdk-pixbuf-for-sandbox.patch | 19 +++
.../openssh-trust-guix-store-directory.patch | 40 +++++
gnu/packages/ssh.scm | 8 +-
gnu/packages/wm.scm | 30 ++++
gnu/packages/xdisorg.scm | 1 +
9 files changed, 204 insertions(+), 96 deletions(-)
create mode 100644
gnu/packages/patches/flatpak-unset-gdk-pixbuf-for-sandbox.patch
create mode 100644
gnu/packages/patches/openssh-trust-guix-store-directory.patch
- branch master updated (882cacc1bb -> 313ae43f51),
guix-commits <=
- 02/06: gnu: flatpak: Do not leak GDK_PIXBUF_MODULE_FILE into the sandbox., guix-commits, 2022/04/28
- 04/06: home: services: fish: Fix incorrect ".config" file name., guix-commits, 2022/04/28
- 06/06: gnu: Add Avizo., guix-commits, 2022/04/28
- 01/06: gnu: flatpak: Use G-expressions., guix-commits, 2022/04/28
- 03/06: gnu: rust-pyo3: Allow compilation with Criterion 0.3.5., guix-commits, 2022/04/28
- 05/06: gnu: openssh: Trust Guix store directory, guix-commits, 2022/04/28