misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -13,7 +13,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [ "--enable-video-sixel" ];
|
||||
|
||||
buildInputs = [ pkgconfig libsixel ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libsixel ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A cross-platform multimedia library, that supports sixel graphics on consoles";
|
||||
|
||||
Reference in New Issue
Block a user