pinpoint: 0.1.6 -> 0.1.8
This commit is contained in:
parent
4fab7b32f0
commit
61f310cd4d
@ -1,15 +1,15 @@
|
||||
{ fetchurl, stdenv, pkgconfig, autoconf, automake, clutter, clutter-gst
|
||||
, gdk_pixbuf, cairo }:
|
||||
, gdk_pixbuf, cairo, clutter_gtk }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pinpoint-${version}";
|
||||
version = "0.1.6";
|
||||
version = "0.1.8";
|
||||
src = fetchurl {
|
||||
url = "http://ftp.gnome.org/pub/GNOME/sources/pinpoint/0.1/${name}.tar.xz";
|
||||
sha256 = "0jzkf74w75paflnvsil2y6qsyaqgxf6akz97176xdg6qri4nwal1";
|
||||
sha256 = "1jp8chr9vjlpb5lybwp5cg6g90ak5jdzz9baiqkbg0anlg8ps82s";
|
||||
};
|
||||
buildInputs = [ pkgconfig autoconf automake clutter clutter-gst gdk_pixbuf
|
||||
cairo ];
|
||||
cairo clutter_gtk ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://wiki.gnome.org/action/show/Apps/Pinpoint;
|
||||
|
@ -12699,7 +12699,10 @@ let
|
||||
|
||||
pinfo = callPackage ../applications/misc/pinfo { };
|
||||
|
||||
pinpoint = callPackage ../applications/office/pinpoint {};
|
||||
pinpoint = callPackage ../applications/office/pinpoint {
|
||||
clutter = clutter_1_24;
|
||||
clutter_gtk = clutter_gtk_1_6;
|
||||
};
|
||||
|
||||
pinta = callPackage ../applications/graphics/pinta {
|
||||
gtksharp = gtk-sharp;
|
||||
|
Loading…
Reference in New Issue
Block a user