gnu: KDE Plasma: Remove unused properties.

* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker)[properties]: Remove.
This commit is contained in:
Marius Bakke 2019-02-13 17:35:50 +01:00
parent d3065c8785
commit 9047603c2e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -44,7 +44,6 @@ (define-public kdecoration
(sha256
(base32
"115pli0qpa8lx0jasg1886fcg7gb2kk8v6k8r8l8c820l97sq7in"))))
(properties `((tags . '("Desktop" "KDE" "Plasma"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
@ -74,7 +73,6 @@ (define-public kscreenlocker
(sha256
(base32
"16amr7pz0k6w5vkk1dwn2qi3s1mln0jypwmjazqq2lbwimn8k56m"))))
(properties `((tags . '("Desktop" "KDE" "Plasma"))))
(build-system cmake-build-system)
(arguments
`(#:phases