mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Move pkg-config to 'native-inputs' in various places.
* gnu/packages/glib.scm (libsigc++): Move pkg-config to 'native-inputs'. (glibmm): Likewise. * gnu/packages/mpd.scm (mpd): Likewise. * gnu/packages/package-management.scm (guix-0.7): Likewise. * gnu/packages/sdl.scm (sdl-net): Likewise. (sdl-ttf): Likewise. * gnu/packages/xiph.scm (vorbis-tools): Likewise.
This commit is contained in:
parent
9a130e19fc
commit
41eb11988e
5 changed files with 10 additions and 10 deletions
|
@ -212,7 +212,7 @@ MIDI, Ogg Vorbis, and MP3.")
|
|||
"1d5c9xqlf4s1c01gzv6cxmg0r621pq9kfgxcg3197xw4p25pljjz"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs `(("sdl" ,sdl)))
|
||||
(inputs `(("pkg-config" ,pkg-config)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(synopsis "SDL networking library")
|
||||
(description "SDL_net is a small, cross-platform networking library for
|
||||
SDL.")
|
||||
|
@ -234,8 +234,8 @@ SDL.")
|
|||
(build-system gnu-build-system)
|
||||
(propagated-inputs `(("sdl" ,sdl)))
|
||||
(inputs `(("freetype" ,font:freetype)
|
||||
("mesa" ,mesa)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("mesa" ,mesa)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(synopsis "SDL TrueType font library")
|
||||
(description "SDL_ttf is a TrueType font rendering library for SDL.")
|
||||
(home-page "http://www.libsdl.org/projects/SDL_ttf/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue