mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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}:
|
||||
|
||||
let
|
||||
version = "0.10";
|
||||
version = "0.12";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "libstartup-notification-${version}";
|
||||
src = fetchurl {
|
||||
url = "http://www.freedesktop.org/software/startup-notification/releases/startup-notification-${version}.tar.gz";
|
||||
sha256 = "0nalaay0yj3gq85insp9l31hsv5zp390m4nn37y235v151ffpfv4";
|
||||
sha256 = "3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a";
|
||||
};
|
||||
|
||||
buildInputs = [ libX11 libxcb pkgconfig xcbutil ];
|
||||
|
Loading…
Reference in New Issue
Block a user