qt54.qtbase: don't propagate makeWrapper dependency

I have no idea how it even got here; it's certainly not necessary!
This commit is contained in:
Thomas Tuegel 2016-01-23 10:53:41 -06:00
parent 4ed8d5d125
commit 67d5a026ca

View file

@ -197,8 +197,6 @@ stdenv.mkDerivation {
nativeBuildInputs = [ python perl pkgconfig ];
propagatedNativeBuildInputs = [ makeWrapper ];
# freetype-2.5.4 changed signedness of some struct fields
NIX_CFLAGS_COMPILE = "-Wno-error=sign-compare";