vim: Properly categorize pkgconfig dependency
This commit is contained in:
parent
6c74ee68b9
commit
100db4fa3b
@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
inherit (common) version src postPatch hardeningDisable enableParallelBuilding meta;
|
||||
|
||||
buildInputs = [ ncurses pkgconfig ]
|
||||
nativeBuildInputs = [ gettext pkgconfig ];
|
||||
buildInputs = [ ncurses ]
|
||||
++ stdenv.lib.optionals hostPlatform.isDarwin [ Carbon Cocoa ];
|
||||
nativeBuildInputs = [ gettext ];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-multibyte"
|
||||
|
Loading…
Reference in New Issue
Block a user