[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: xdg-desktop-portal-wlr: Build with cmake-minimal.
From: |
guix-commits |
Subject: |
02/02: gnu: xdg-desktop-portal-wlr: Build with cmake-minimal. |
Date: |
Thu, 29 Feb 2024 01:15:39 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit bb2703194e1e18e6513472742fdc9b2781b72729
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 28 13:10:40 2024 +0200
gnu: xdg-desktop-portal-wlr: Build with cmake-minimal.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr)[native-inputs]:
Replace cmake with cmake-minimal.
Change-Id: I661131ab7df3e136a54b71715c3aee392fb59447
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 648ebad408..7b5d2dbbf2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2015-2017, 2019, 2021-2022 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015, 2017, 2018, 2019, 2021, 2022, 2023 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com>
-;;; Copyright © 2016, 2017, 2019, 2021-2023 Efraim Flashner
<efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2019, 2021-2024 Efraim Flashner
<efraim@flashner.co.il>
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2017 Nikita <nikita@n0.is>
;;; Copyright © 2017, 2018 Mark H Weaver <mhw@netris.org>
@@ -3002,7 +3002,7 @@ for xdg-desktop-portal that is using Qt/KF5.")
(string-append (assoc-ref outputs "out")
"/share/doc/" ,name)))))))
(native-inputs
- (list cmake pkg-config))
+ (list cmake-minimal pkg-config))
(inputs (list elogind
bash-minimal
grim