gnu: kde-frameworks: Remove kde-frameworks-version.

* gnu/packages/kde-frameworks (kde-frameworks-version): Delete variable.
  (kwindowsystem)[version]: Replace kde-frameworks-version with version string.
  (oxygen-icons)[version]: Replace kde-frameworks-version with version string.
This commit is contained in:
David Craven 2016-08-01 16:39:00 +02:00
parent 8f9d70fcb9
commit d26e2b9f30
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 2 additions and 4 deletions

View File

@ -27,8 +27,6 @@
#:use-module (gnu packages qt)
#:use-module (gnu packages xorg))
(define kde-frameworks-version "5.21.0")
(define-public extra-cmake-modules
(package
(name "extra-cmake-modules")
@ -57,7 +55,7 @@ common build settings used in software produced by the KDE community.")
(define-public kwindowsystem
(package
(name "kwindowsystem")
(version kde-frameworks-version)
(version "5.24.0")
(source
(origin
(method url-fetch)
@ -95,7 +93,7 @@ lower level classes for interaction with the X Windowing System.")
(define-public oxygen-icons
(package
(name "oxygen-icons")
(version kde-frameworks-version)
(version "5.24.0")
(source
(origin
(method url-fetch)