pantheon.pantheon_terminal: 0.3.1.3 → 0.4.3
This commit is contained in:
parent
aa0b3b60c0
commit
f9c9c08165
@ -1,8 +1,8 @@
|
|||||||
{ stdenv, fetchurl, perl, cmake, vala_0_23, pkgconfig, glib, gtk3, granite, gnome3, libnotify, gettext, makeWrapper }:
|
{ stdenv, fetchurl, perl, cmake, vala_0_38, pkgconfig, glib, gtk3, granite, gnome3, libnotify, gettext, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
majorVersion = "0.3";
|
majorVersion = "0.4";
|
||||||
minorVersion = "1.3";
|
minorVersion = "3";
|
||||||
name = "pantheon-terminal-${majorVersion}.${minorVersion}";
|
name = "pantheon-terminal-${majorVersion}.${minorVersion}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://launchpad.net/pantheon-terminal/${majorVersion}.x/${majorVersion}.${minorVersion}/+download/${name}.tgz";
|
url = "https://launchpad.net/pantheon-terminal/${majorVersion}.x/${majorVersion}.${minorVersion}/+download/${name}.tgz";
|
||||||
@ -20,9 +20,10 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
nativeBuildInputs = [ perl cmake vala_0_38 pkgconfig makeWrapper ];
|
||||||
buildInputs = with gnome3; [
|
buildInputs = with gnome3; [
|
||||||
perl cmake vala_0_23 pkgconfig glib gtk3 granite libnotify gettext makeWrapper
|
glib gtk3 granite libnotify gettext vte_290 libgee
|
||||||
vte_290 libgee gsettings_desktop_schemas defaultIconTheme
|
gsettings_desktop_schemas defaultIconTheme
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Elementary OS's terminal";
|
description = "Elementary OS's terminal";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user