misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "trayer-1.1.7";
|
||||
|
||||
buildInputs = [ pkgconfig gdk_pixbuf gtk2 ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gdk_pixbuf gtk2 ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sargon";
|
||||
|
||||
Reference in New Issue
Block a user