trayer: update trayer from 1.1.5 to 1.1.6 and adpot it
This commit is contained in:
parent
e9f0315a24
commit
35fe93797e
@ -1,26 +1,25 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gdk_pixbuf, gtk, libXmu }:
|
{ stdenv, fetchFromGitHub, pkgconfig, gdk_pixbuf, gtk, libXmu }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "trayer-1.1.5";
|
name = "trayer-1.1.6";
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gdk_pixbuf gtk libXmu ];
|
buildInputs = [ pkgconfig gdk_pixbuf gtk libXmu ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/sargon/trayer-srg/tarball/${name}";
|
owner = "sargon";
|
||||||
name = "${name}.tar.gz";
|
repo = "trayer-srg";
|
||||||
sha256 = "98804500188c0bb99c7389ebea4b2e4dfffa2f3d06dc97e633b4934cf7c29757";
|
rev = name;
|
||||||
};
|
sha256 = "0mmya7a1qh3zyqgvcx5fz2lvr9n0ilr490l1j3z4myahi4snk2mg";
|
||||||
|
};
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://github.com/sargon/trayer-srg;
|
homepage = http://github.com/sargon/trayer-srg;
|
||||||
|
license = licenses.mit;
|
||||||
license = "bsd";
|
|
||||||
|
|
||||||
description = "A lightweight GTK2-based systray for UNIX desktop";
|
description = "A lightweight GTK2-based systray for UNIX desktop";
|
||||||
|
platforms = platforms.linux;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
maintainer = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user