misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "davix-0.6.4";
|
||||
buildInputs = [ stdenv pkgconfig cmake openssl libxml2 boost ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ stdenv cmake openssl libxml2 boost ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cern-it-sdc-id";
|
||||
|
||||
Reference in New Issue
Block a user