mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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
|
||||
, 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"
|
||||
|
Loading…
Reference in New Issue
Block a user