mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
vice: 3.8 -> 3.9 (#386439)
This commit is contained in:
@@ -23,15 +23,16 @@
|
||||
file,
|
||||
wrapGAppsHook3,
|
||||
xdg-utils,
|
||||
libevdev,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "vice";
|
||||
version = "3.8";
|
||||
version = "3.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/vice-emu/vice-${version}.tar.gz";
|
||||
sha256 = "sha256-HX3E0PK7zCqHG7lU/0pd9jBI3qnBb18em8gmD6QaEAQ=";
|
||||
sha256 = "sha256-QCArY0VeJrh+zGPrWlIyLG+j9XyrEqzwwifPn02uw3A=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -58,6 +59,7 @@ stdenv.mkDerivation rec {
|
||||
SDL_image
|
||||
xa
|
||||
xdg-utils
|
||||
libevdev
|
||||
];
|
||||
dontDisableStatic = true;
|
||||
configureFlags = [
|
||||
|
||||
Reference in New Issue
Block a user