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:
parent
74914dd075
commit
6b72364289
|
@ -9,7 +9,7 @@ mkXfceDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
propagatedNativeBuildInputs = [
|
||||
propagatedBuildInputs = [
|
||||
autoconf
|
||||
automake
|
||||
glib
|
||||
|
|
Loading…
Reference in a new issue