diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-14 00:20:31 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-26 12:08:13 +0900 |
| commit | bbc8792e1845e3cc05c42e6c67677dbd9f7944dc (patch) | |
| tree | 0ee8b7d0e737f6f5bade6248e5f2386ea70fecec | |
| parent | c64f6657305a35ff8e451ecb986bdae3afa0563b (diff) | |
gnu: flycast: Move pkg-config to native inputs.
* gnu/packages/emulators.scm (flycast) [inputs]: Move pkg-config to...
[native-inputs]: ... here.
Change-Id: I561fc17dde83c2a3fb6bc3d409dbe2871932e9cf
| -rw-r--r-- | gnu/packages/emulators.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index dfca09baaa..e274a41ada 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -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, |
