Merge pull request #122679 from jnetod/zhf-ted

ted: move pkg-config to nativeBuildInputs
This commit is contained in:
Maximilian Bosch 2021-05-12 09:12:30 +02:00 committed by GitHub
commit a19cc1ad5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,8 +58,8 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ pkg-config zlib pcre xorg.xlibsWrapper xorg.libXpm libjpeg libtiff libpng gtk2 libpaper ];
nativeBuildInputs = [ pkg-config makeWrapper ];
buildInputs = [ zlib pcre xorg.xlibsWrapper xorg.libXpm libjpeg libtiff libpng gtk2 libpaper ];
meta = with lib; {
description = "An easy rich text processor";