misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0c5rbkxbmy9k8vxjh4cv0bgnqd3wqc99yzw215vkyjslvbsq8z13";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libav libxslt ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libav libxslt ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.flameeyes.eu/projects/unpaper;
|
||||
|
||||
Reference in New Issue
Block a user