gnome3.gtksourceview: clean up
This commit is contained in:
parent
00d379a873
commit
c2de94d7f3
@ -1,14 +1,13 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk3, pango
|
{ stdenv, fetchurl, pkgconfig, atk, cairo, glib, gtk3, pango
|
||||||
, libxml2Python, perl, intltool, gettext, gnome3 }:
|
, libxml2, perl, intltool, gettext, gnome3 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
inherit (import ./src.nix fetchurl) name src;
|
inherit (import ./src.nix fetchurl) name src;
|
||||||
|
|
||||||
propagatedBuildInputs = [ gtk3 ];
|
propagatedBuildInputs = [ gtk3 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig intltool gettext perl ];
|
||||||
buildInputs = [ atk cairo glib pango
|
buildInputs = [ atk cairo glib pango libxml2 ];
|
||||||
libxml2Python perl intltool gettext ];
|
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
substituteInPlace gtksourceview/gtksourceview-utils.c --replace "@NIX_SHARE_PATH@" "$out/share"
|
substituteInPlace gtksourceview/gtksourceview-utils.c --replace "@NIX_SHARE_PATH@" "$out/share"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user