mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: kwave: Build with librsvg-for-system.
* gnu/packages/kde-multimedia.scm (kwave)[native-inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
bfe6d6ea66
commit
35b4926799
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2017, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||
;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si>
|
||||
;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2022 Vinicius Monego <monego@posteo.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
|
@ -658,7 +658,7 @@ (define-public kwave
|
|||
(base32 "0ysa873pc2gip95cxr8yv7ifd9qql5zg6h67i9n9q3iqa6v58iyw"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules librsvg pkg-config kdoctools))
|
||||
(list extra-cmake-modules (librsvg-for-system) pkg-config kdoctools))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
audiofile
|
||||
|
|
Loading…
Reference in a new issue