[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: polkit-qt: Build with qt-5.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: polkit-qt: Build with qt-5. |
Date: |
Mon, 15 Feb 2016 20:57:34 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 7fe8ad7616dc996b57e72426e813a36d9ed201b1
Author: Efraim Flashner <address@hidden>
Date: Mon Feb 15 20:22:28 2016 +0200
gnu: polkit-qt: Build with qt-5.
*gnu/packages/polkit.scm (polkit-qt)[propagated-inputs]: Use qt.
---
gnu/packages/polkit.scm | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm
index 4cafb45..8f08291 100644
--- a/gnu/packages/polkit.scm
+++ b/gnu/packages/polkit.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2014 Andreas Enge <address@hidden>
;;; Copyright © 2015 Andy Wingo <address@hidden>
;;; Copyright © 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -139,11 +140,11 @@ for unprivileged applications.")
"1ip78x20hjqvm08kxhp6gb8hf6k5n6sxyx6kk2yvvq53djzh7yv7"))))
(build-system cmake-build-system)
(inputs
- `(("polkit" ,polkit)))
+ `(("polkit" ,polkit)))
(propagated-inputs
- `(("qt" ,qt-4))) ; according to the pkg-config files
+ `(("qt" ,qt))) ; qt-4 according to the pkg-config files
(native-inputs
- `(("pkg-config", pkg-config)))
+ `(("pkg-config", pkg-config)))
(arguments
`(#:configure-flags (list (string-append "-DCMAKE_INSTALL_RPATH="
(assoc-ref %outputs "out")