mgba: reword input set
This commit is contained in:
parent
8196d39d7a
commit
407cc93a73
1 changed files with 18 additions and 17 deletions
|
@ -1,20 +1,21 @@
|
|||
{ lib
|
||||
, SDL2
|
||||
, cmake
|
||||
, fetchFromGitHub
|
||||
, ffmpeg
|
||||
, discord-rpc
|
||||
, libedit
|
||||
, elfutils
|
||||
, libepoxy
|
||||
, libsForQt5
|
||||
, libzip
|
||||
, lua
|
||||
, minizip
|
||||
, pkg-config
|
||||
, stdenv
|
||||
, wrapGAppsHook
|
||||
, enableDiscordRpc ? false
|
||||
{
|
||||
lib,
|
||||
SDL2,
|
||||
cmake,
|
||||
fetchFromGitHub,
|
||||
ffmpeg,
|
||||
discord-rpc,
|
||||
libedit,
|
||||
elfutils,
|
||||
libepoxy,
|
||||
libsForQt5,
|
||||
libzip,
|
||||
lua,
|
||||
minizip,
|
||||
pkg-config,
|
||||
stdenv,
|
||||
wrapGAppsHook,
|
||||
enableDiscordRpc ? false,
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue