Skip to content

Commit

Permalink
xfce4-13: fix build (propagatedNativeBuildInputs)
Browse files Browse the repository at this point in the history
Closes #37991. Should investigate that further, there may be other packages that are affected.
  • Loading branch information
lukateras authored Apr 11, 2018
1 parent 74914dd commit 6b72364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/desktops/xfce4-13/xfce4-dev-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkXfceDerivation rec {

nativeBuildInputs = [ autoreconfHook ];

propagatedNativeBuildInputs = [
propagatedBuildInputs = [
autoconf
automake
glib
Expand Down

0 comments on commit 6b72364

Please sign in to comment.