me
/
guix
Archived
1
0
Fork 0

gnu: libxscrnsaver: Propagate libx11 and libxext, as per pkg-config file.

* gnu/packages/xorg.scm (libxscrnsaver)[inputs]: Move libx11 and libxext to ...
[propagated-inputs]: ... here.
master
Raghav Gururajan 2021-07-18 21:29:01 -04:00
parent 2fbffcf575
commit 53e445c463
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 3 additions and 4 deletions

View File

@ -1517,11 +1517,10 @@ treat it as part of their software base when porting.")
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(inputs
`(("libxext" ,libxext)
("libx11" ,libx11)))
(propagated-inputs
`(("xorgproto" ,xorgproto)))
`(("libx11" ,libx11)
("libxext" ,libxext)
("xorgproto" ,xorgproto)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")