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 = "0m9sy61rsbw63xk05jrrmnyc3xda0c3m1s8pg3sf8ijbbdv9axcp";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libnfc ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libnfc ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "MiFare Classic Universal toolKit";
|
||||
|
||||
Reference in New Issue
Block a user