startup-notification-0.12 (works with xcb-util-0.3.8)
svn path=/nixpkgs/trunk/; revision=31172
This commit is contained in:
parent
251d42d03f
commit
096d86bfb1
@ -1,13 +1,13 @@
|
|||||||
{stdenv, fetchurl, libX11, libxcb, pkgconfig, xcbutil}:
|
{stdenv, fetchurl, libX11, libxcb, pkgconfig, xcbutil}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.10";
|
version = "0.12";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libstartup-notification-${version}";
|
name = "libstartup-notification-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-${version}.tar.gz";
|
url = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-${version}.tar.gz";
|
||||||
sha256 = "0nalaay0yj3gq85insp9l31hsv5zp390m4nn37y235v151ffpfv4";
|
sha256 = "3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libX11 libxcb pkgconfig xcbutil ];
|
buildInputs = [ libX11 libxcb pkgconfig xcbutil ];
|
||||||
|
Loading…
Reference in New Issue
Block a user