xfce4-13: fix build (propagatedNativeBuildInputs)

Closes #37991. Should investigate that further, there may be other packages that are affected.
This commit is contained in:
Yegor Timoshenko
2018-04-11 23:07:19 +00:00
committed by GitHub
parent 74914dd075
commit 6b72364289

View File

@@ -9,7 +9,7 @@ mkXfceDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
propagatedNativeBuildInputs = [
propagatedBuildInputs = [
autoconf
automake
glib