From b94cf24739818e5aff397e0a83b19ea32dc81f42 Mon Sep 17 00:00:00 2001 From: Louis Gesbert Date: Tue, 6 Feb 2018 10:15:45 +0100 Subject: [PATCH 3/3] Add "unix" as dependency to dose3.common in META.in --- META.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META.in b/META.in index aa2cd8d..0f9d337 100644 --- a/META.in +++ b/META.in @@ -8,7 +8,7 @@ package "common" ( version = "@PACKAGE_VERSION@" archive(byte) = "common.cma" archive(native) = "common.cmxa" -requires = "extlib, re.pcre, cudf, @ZIP@, @BZ2@" +requires = "extlib, re.pcre, cudf, unix, @ZIP@, @BZ2@" ) package "algo" ( -- 2.11.0 e='id' value='a44569899a54d18a70b62498bec3774f0be3f66b'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/polkit-disable-systemd.patch
AgeCommit message (Expand)Author
2022-09-06gnu: polkit: Look up polkit rules under /etc, and enable session tracking....This is a follow-up to commit 290ac5cd1e67d99b4d704603c1559dfb72f542c2. * gnu/packages/polkit.scm (polkit-mozjs)[source](snippet): Add substitutions. [source](patches): New field. [arguments]: Pass --sysconfdir and -Dsession_tracking in #:configure-flags. * gnu/packages/patches/polkit-disable-systemd.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke