mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
libxfce4ui: use nativeBuildInputs for dependencies not needed at runtime
This commit is contained in:
parent
186a6a207d
commit
370cc4f44f
@ -18,8 +18,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "dev" "out" "docdev" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig intltool ];
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig intltool gtk libxfce4util xfconf libglade
|
||||
[ gtk libxfce4util xfconf libglade
|
||||
libstartup_notification hicolor_icon_theme
|
||||
] ++ optional withGtk3 gtk3;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user