mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gtksourceview: propagate gtk3
This commit is contained in:
parent
f2f826e97a
commit
dda963caf1
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1xzmw9n9zbkaasl8xi7s5h49wiv5dq4qf8hr2pzjkack3ai5j6gk";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig atk cairo glib gtk3 pango
|
||||
propagatedBuildInputs = [ gtk3 ];
|
||||
|
||||
buildInputs = [ pkgconfig atk cairo glib pango
|
||||
libxml2Python perl intltool gettext ];
|
||||
|
||||
preBuild = ''
|
||||
|
|
Loading…
Reference in a new issue