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 = "samplicator-${version}";
|
||||
version = "1.3.8rc1";
|
||||
|
||||
buildInputs = [ autoreconfHook ];
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sleinen";
|
||||
|
||||
Reference in New Issue
Block a user