gnome3.gtksourceview: clean up

This commit is contained in:
Jan Tojnar 2017-12-13 06:31:28 +01:00
parent 00d379a873
commit c2de94d7f3
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,14 +1,13 @@
{ stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk3, pango
, libxml2Python, perl, intltool, gettext, gnome3 }:
, libxml2, perl, intltool, gettext, gnome3 }:
stdenv.mkDerivation rec {
inherit (import ./src.nix fetchurl) name src;
propagatedBuildInputs = [ gtk3 ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ atk cairo glib pango
libxml2Python perl intltool gettext ];
nativeBuildInputs = [ pkgconfig intltool gettext perl ];
buildInputs = [ atk cairo glib pango libxml2 ];
preBuild = ''
substituteInPlace gtksourceview/gtksourceview-utils.c --replace "@NIX_SHARE_PATH@" "$out/share"