misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preConfigure = "./autogen.sh --with-gui=X11";
|
||||
|
||||
buildInputs = [ inputproto libXi autoconf automake libtool m4 xlibsWrapper pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ inputproto libXi autoconf automake libtool m4 xlibsWrapper ];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/tias/xinput_calibrator;
|
||||
|
||||
Reference in New Issue
Block a user