misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -4,7 +4,8 @@ stdenv.mkDerivation rec {
|
||||
name = "chase-${version}";
|
||||
version = "0.5.2";
|
||||
|
||||
buildInputs = [ pkgconfig libatomic_ops boehmgc ] ;
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libatomic_ops boehmgc ] ;
|
||||
src = fetchurl {
|
||||
url = "mirror://debian/pool/main/c/chase/chase_${version}.orig.tar.gz";
|
||||
sha256 = "68d95c2d4dc45553b75790fcea4413b7204a2618dff148116ca9bdb0310d737f";
|
||||
|
||||
Reference in New Issue
Block a user