gtksourceview: cleanup
This commit is contained in:
parent
bb509ab087
commit
750c27f432
@ -1,9 +1,7 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk3, pango, vala_0_40
|
{ stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk3, pango, vala_0_40
|
||||||
, libxml2, perl, intltool, gettext, gnome3, gobject-introspection, dbus, xvfb_run, shared-mime-info }:
|
, libxml2, perl, intltool, gettext, gnome3, gobject-introspection, dbus, xvfb_run, shared-mime-info }:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
checkInputs = [ xvfb_run dbus ];
|
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
name = "gtksourceview-${version}";
|
name = "gtksourceview-${version}";
|
||||||
version = "3.24.9";
|
version = "3.24.9";
|
||||||
|
|
||||||
@ -21,8 +19,9 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool perl gobject-introspection vala_0_40 ]
|
nativeBuildInputs = [ pkgconfig intltool perl gobject-introspection vala_0_40 ];
|
||||||
++ stdenv.lib.optionals doCheck checkInputs;
|
|
||||||
|
checkInputs = [ xvfb_run dbus ];
|
||||||
|
|
||||||
buildInputs = [ atk cairo glib pango libxml2 gettext ];
|
buildInputs = [ atk cairo glib pango libxml2 gettext ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user