gtksourceview3: drop updateScript
this is frozen
This commit is contained in:
parent
d048c43ccd
commit
da420c0c9b
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk3, pango, vala
|
{ stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk3, pango, vala
|
||||||
, libxml2, perl, intltool, gettext, gnome3, gobject-introspection, dbus, xvfb_run, shared-mime-info }:
|
, libxml2, perl, intltool, gettext, gobject-introspection, dbus, xvfb_run, shared-mime-info }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gtksourceview";
|
pname = "gtksourceview";
|
||||||
@ -42,13 +42,6 @@ stdenv.mkDerivation rec {
|
|||||||
make check
|
make check
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
|
||||||
updateScript = gnome3.updateScript {
|
|
||||||
packageName = "gtksourceview";
|
|
||||||
attrPath = "gtksourceview3";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://wiki.gnome.org/Projects/GtkSourceView";
|
homepage = "https://wiki.gnome.org/Projects/GtkSourceView";
|
||||||
platforms = with platforms; linux ++ darwin;
|
platforms = with platforms; linux ++ darwin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user