deepin.deepin-terminal: 3.2.6 -> 5.0.0
This commit is contained in:
parent
bc3c069fa6
commit
fa1ce74af2
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, cmake, ninja, vala_0_44,
|
{ stdenv, fetchFromGitHub, pkgconfig, cmake, ninja, vala_0_40,
|
||||||
gettext, at-spi2-core, dbus, epoxy, expect, gtk3, json-glib,
|
gettext, at-spi2-core, dbus, epoxy, expect, gtk3, json-glib,
|
||||||
libXdmcp, libgee, libpthreadstubs, librsvg, libsecret, libtasn1,
|
libXdmcp, libgee, libpthreadstubs, librsvg, libsecret, libtasn1,
|
||||||
libxcb, libxkbcommon, p11-kit, pcre, vte, wnck, libselinux, gnutls, pcre2,
|
libxcb, libxkbcommon, p11-kit, pcre, vte, wnck, libselinux, gnutls, pcre2,
|
||||||
@ -6,20 +6,20 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "deepin-terminal";
|
pname = "deepin-terminal";
|
||||||
version = "3.2.6";
|
version = "5.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linuxdeepin";
|
owner = "linuxdeepin";
|
||||||
repo = "deepin-terminal";
|
repo = "deepin-terminal";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "09s5gvzfxfb353kb61x1b6z3h2aqgln3s3mah3f3zkf5y8hrp2pj";
|
sha256 = "1929saj828b438d07caw3cjhqq60v6gni7mi3fqrg9wdjz81xwv7";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig
|
pkgconfig
|
||||||
cmake
|
cmake
|
||||||
ninja
|
ninja
|
||||||
vala_0_44 # xcb.vapi:411.3-411.48: error: missing return statement at end of subroutine body
|
vala_0_40 # xcb.vapi:411.3-411.48: error: missing return statement at end of subroutine body
|
||||||
gettext
|
gettext
|
||||||
libselinux libsepol utillinux # required by gio
|
libselinux libsepol utillinux # required by gio
|
||||||
deepin.setupHook
|
deepin.setupHook
|
||||||
|
Loading…
x
Reference in New Issue
Block a user