diff options
author | Liliana Marie Prikler <[email protected]> | 2024-03-02 12:22:34 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2024-03-02 12:22:34 +0100 |
commit | 25c14c893f05019d746321285acf55d1aa65b943 (patch) | |
tree | 9c0a728b3c723fd171668713e0755a79a2034098 /gnu/packages/freedesktop.scm | |
parent | 71a3dca25cd25f63c8fc17498a9a729e545f1890 (diff) | |
parent | 4a0549be52f3f46fbce61342d8de30f7b83130c5 (diff) |
Merge branch 'master' into gnome-team
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index a934b3ac17..dd4bf9d49e 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2015-2017, 2019, 2021-2022 Ludovic Courtès <[email protected]> ;;; Copyright © 2015, 2017, 2018, 2019, 2021, 2022, 2023 Ricardo Wurmus <[email protected]> ;;; Copyright © 2015 David Hashe <[email protected]> -;;; Copyright © 2016, 2017, 2019, 2021-2023 Efraim Flashner <[email protected]> +;;; Copyright © 2016, 2017, 2019, 2021-2024 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; Copyright © 2017 Nikita <[email protected]> ;;; Copyright © 2017, 2018 Mark H Weaver <[email protected]> @@ -3111,7 +3111,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 |