···36363737 propagatedBuildInputs = [ zlib bzip2 libpng ]; # needed when linking against freetype
3838 # dependence on harfbuzz is looser than the reverse dependence
3939- buildInputs = [ stdenv.hookLib.multiout pkgconfig which ]
3939+ buildInputs = [ pkgconfig which ]
4040 # FreeType requires GNU Make, which is not part of stdenv on FreeBSD.
4141 ++ optional (!stdenv.isLinux) gnumake;
4242
···3333 ''; # ^ sh on darwin seems not to expand globs in redirects, and I don't want to rebuild all again elsewhere
34343535 outputs = [ "dev" "out" "bin" "doc" ];
3636- buildInputs = [ stdenv.hookLib.multiout ];
37363837 nativeBuildInputs = [ pkgconfig ];
3938
···10101111 outputs = [ "dev" "out" "doc" ];
12121313- buildInputs = [ stdenv.hookLib.multiout gmp ];
1313+ buildInputs = [ gmp ];
14141515 configureFlags =
1616 /* Work around a FreeBSD bug that otherwise leads to segfaults in the test suite:
···1313 };
14141515 outputs = [ "dev" "out" "bin" "doc" "man" ];
1616- buildInputs = [ stdenv.hookLib.multiout ];
17161817 # The compiler on Darwin crashes with an internal error while building the
1918 # C++ interface. Disabling optimizations on that platform remedies the
···4444 ../../build-support/setup-hooks/compress-man-pages.sh
4545 ../../build-support/setup-hooks/strip.sh
4646 ../../build-support/setup-hooks/patch-shebangs.sh
4747+ ../../build-support/setup-hooks/multiple-outputs.sh
4748 gcc
4849 ];
4950···206207 inherit overrides;
207208208209 inherit gcc;
209209-210210- # extra useful hooks, so we do not need to pass them as package arguments
211211- hookLib = {
212212- multiout = ../../build-support/setup-hooks/multiple-outputs.sh; #ToDo: propagated-native-build-inputs
213213- #ToDo: add also autoreconf = pkgs.autoreconfHook
214214- };
215210 }
216211217212 # Propagate any extra attributes. For instance, we use this to
+1-1
pkgs/tools/archivers/gnutar/default.nix
···1010 };
11111212 outputs = [ "out" "info" ];
1313- buildInputs = [ stdenv.hookLib.multiout acl ];
1313+ buildInputs = [ acl ];
14141515 # May have some issues with root compilation because the bootstrap tool
1616 # cannot be used as a login shell for now.
···99 };
10101111 outputs = [ "out" "info" ];
1212- buildInputs = [ stdenv.hookLib.multiout ];
13121413 /* If no explicit coreutils is given, use the one from stdenv. */
1514 nativeBuildInputs = [ coreutils ];