1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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