misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -15,7 +15,8 @@ buildGoPackage rec {
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
buildInputs = [ pkgconfig libappindicator-gtk3 ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libappindicator-gtk3 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Simple application tray for syncthing";
|
||||
|
||||
Reference in New Issue
Block a user