pantheon.elementary-terminal: fix build with vte-2.91
This commit is contained in:
parent
385f8189a8
commit
04dbbfc2c2
@ -1,5 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, fetchpatch
|
||||||
, pantheon
|
, pantheon
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, meson
|
, meson
|
||||||
@ -37,6 +38,14 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# fix build with vte-2.91 https://github.com/elementary/terminal/pull/488
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/elementary/terminal/commit/48da5328cefdc481a3ac76fbdd771096f542d55a.patch";
|
||||||
|
sha256 = "1y4043jxb0qzd3pp28kdij2yj1p9pg158il7q3aq1sf7c474gz4d";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
appstream
|
appstream
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
@ -72,7 +81,7 @@ stdenv.mkDerivation rec {
|
|||||||
A super lightweight, beautiful, and simple terminal. Comes with sane defaults, browser-class tabs, sudo paste protection,
|
A super lightweight, beautiful, and simple terminal. Comes with sane defaults, browser-class tabs, sudo paste protection,
|
||||||
smart copy/paste, and little to no configuration.
|
smart copy/paste, and little to no configuration.
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/elementary/terminal;
|
homepage = "https://github.com/elementary/terminal";
|
||||||
license = licenses.lgpl3;
|
license = licenses.lgpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = pantheon.maintainers;
|
maintainers = pantheon.maintainers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user