me
/
guix
Archived
1
0
Fork 0

gnu: kguiaddons: Remove unused native input.

The xorg server is not required since change
1de5b667f8.

* gnu/packages/kde-frameworks.scm (kguiaddons)[native-inputs]: Remove
  xorg-server.
master
Hartmut Goebel 2017-05-15 18:12:20 +02:00
parent e7aab77362
commit 986447c8a6
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 1 additions and 2 deletions

View File

@ -641,8 +641,7 @@ infrastructure.")
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config)
("xorg-server" ,xorg-server)))
("pkg-config" ,pkg-config)))
(inputs
`(("qtbase" ,qtbase)
("qtx11extras" ,qtx11extras)))