Merge pull request #81507 from AndersonTorres/update/mgba
mgba: 0.8.0 -> 0.8.1
This commit is contained in:
commit
5a8c89406a
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, makeDesktopItem, wrapQtAppsHook, pkgconfig
|
{ stdenv, fetchFromGitHub, makeDesktopItem, wrapQtAppsHook, pkgconfig
|
||||||
, cmake, epoxy, libzip, ffmpeg, imagemagick, SDL2, qtbase, qtmultimedia, libedit
|
, cmake, epoxy, libzip, libelf, libedit, ffmpeg, SDL2, imagemagick
|
||||||
, qttools, minizip }:
|
, qtbase, qtmultimedia, qttools, minizip }:
|
||||||
|
|
||||||
let
|
let
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
@ -15,21 +15,21 @@ let
|
|||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "mgba";
|
pname = "mgba";
|
||||||
version = "0.8.0";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mgba-emu";
|
owner = "mgba-emu";
|
||||||
repo = "mgba";
|
repo = "mgba";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0m3rgcdv32ms98j7rrmk2hphvn462bwsd6xfz2ssy05398pj4ljh";
|
sha256 = "1if82mfaak3696w5d5yshynpzywrxgvg3ifdfi2rwlpvq1gpd429";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
nativeBuildInputs = [ wrapQtAppsHook pkgconfig cmake ];
|
nativeBuildInputs = [ wrapQtAppsHook pkgconfig cmake ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libzip epoxy ffmpeg imagemagick SDL2 qtbase qtmultimedia libedit minizip
|
epoxy libzip libelf libedit ffmpeg SDL2 imagemagick
|
||||||
qttools
|
qtbase qtmultimedia qttools minizip
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user