gnu: kconfig: Update to 5.27.0.

* gnu/packages/kde-frameworks.scm (kconfig): Update to 5.27.0 and fix
  indentation.
This commit is contained in:
David Craven 2016-10-29 18:48:28 +02:00
parent 78fc358f3e
commit a6fec16590
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 21 additions and 21 deletions

View File

@ -395,16 +395,16 @@ Internet).")
(define-public kconfig
(package
(name "kconfig")
(version "5.24.0")
(source
(origin
(version "5.27.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/"
(uri (string-append
"mirror://kde/stable/frameworks/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"1dc2i6icyigw1j6qxgdza6j2g8afh390qmxsa2a54mwl84fkfmxv"))))
"18dpm0r4nnvmxrask6rv5dkniwna9hh72ffdnvjgrh8p5djs9szi"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@ -417,7 +417,7 @@ Internet).")
`(#:phases
(modify-phases %standard-phases
(add-before 'check 'check-setup
(lambda* _
(lambda _
(setenv "HOME" (getcwd))
(setenv "TMPDIR" (getcwd))
#t))