misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1faldxnh9dld5k0vxckwpqw241ya1r2zv286l6rpgqr500zqw7r1";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig glib gtk2 popt babeltrace ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ glib gtk2 popt babeltrace ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Graphical trace viewer for LTTng trace files";
|
||||
|
||||
Reference in New Issue
Block a user