mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #109018 from 06kellyjac/exodus
exodus: 20.12.4 -> 21.1.7
This commit is contained in:
commit
10c8ab5e23
1 changed files with 5 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, lib, fetchurl, unzip, glib, systemd, nss, nspr, gtk3-x11, pango,
|
||||
atk, cairo, gdk-pixbuf, xorg, xorg_sys_opengl, util-linux, alsaLib, dbus, at-spi2-atk,
|
||||
cups, vivaldi-ffmpeg-codecs, libpulseaudio, at-spi2-core }:
|
||||
cups, vivaldi-ffmpeg-codecs, libpulseaudio, at-spi2-core, libxkbcommon, mesa }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "exodus";
|
||||
version = "20.12.4";
|
||||
version = "21.1.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://downloads.exodus.io/releases/${pname}-linux-x64-${version}.zip";
|
||||
sha256 = "1j1iqmcbwfj72l7g83ah701bipas9cqwazyhh0af5hp2ckj9nmmf";
|
||||
sha256 = "sha256-im0z3g225EhboJFoHBweHefn2QAKvYGSAP7e4Mz6Jm8=";
|
||||
};
|
||||
|
||||
sourceRoot = ".";
|
||||
|
@ -62,6 +62,8 @@ stdenv.mkDerivation rec {
|
|||
libpulseaudio
|
||||
systemd
|
||||
vivaldi-ffmpeg-codecs
|
||||
libxkbcommon
|
||||
mesa
|
||||
];
|
||||
in ''
|
||||
patchelf \
|
||||
|
|
Loading…
Reference in a new issue