Separate nativeBuildInputs where maintainers |= nckx
This commit is contained in:
@@ -11,7 +11,8 @@ stdenv.mkDerivation {
|
||||
owner = "clbr";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig gettext ncurses libdrm libpciaccess ];
|
||||
buildInputs = [ ncurses libdrm libpciaccess ];
|
||||
nativeBuildInputs = [ pkgconfig gettext ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user