mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: flycast: Move pkg-config to native inputs.
* gnu/packages/emulators.scm (flycast) [inputs]: Move pkg-config to... [native-inputs]: ... here. Change-Id: I561fc17dde83c2a3fb6bc3d409dbe2871932e9cf
This commit is contained in:
parent
c64f665730
commit
bbc8792e18
1 changed files with 2 additions and 1 deletions
|
@ -4410,6 +4410,7 @@ on a Commodore C64, C128 etc.")
|
|||
"-DUSE_LUA=ON"
|
||||
"-DUSE_PULSEAUDIO=ON"
|
||||
"-DUSE_VULKAN=ON")))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list alsa-lib
|
||||
ao
|
||||
curl
|
||||
|
@ -4424,7 +4425,7 @@ on a Commodore C64, C128 etc.")
|
|||
;; TODO: Uncomment after vulkan-headers
|
||||
;; is updated to 1.3.261.0 or newer.
|
||||
;;vulkan-headers
|
||||
pkg-config))
|
||||
))
|
||||
(home-page "https://github.com/flyinghead/flycast")
|
||||
(synopsis "Sega Dreamcast, Naomi, Naomi 2, and Atomiswave emulator")
|
||||
(description "Flycast is a multi-platform Sega Dreamcast, Naomi, Naomi 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue