misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs

Only acts on one-line dependency lists.
This commit is contained in:
John Ericson
2017-09-21 15:49:53 -04:00
parent fd9c7eb2e8
commit 531e4b80c9
932 changed files with 2320 additions and 1149 deletions
@@ -10,7 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "0ckglwy95qgqvl2l6yd8ilwpd6qs7yzmj8g7lnxb50d12115s5n0";
};
buildInputs = [ cmake pkgconfig qt4 taglib chromaprint ffmpeg ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ cmake qt4 taglib chromaprint ffmpeg ];
cmakeFlags = [ "-DTAGLIB_MIN_VERSION=${(builtins.parseDrvName taglib.name).version}" ];
+2 -1
View File
@@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
intltoolize -f
'';
buildInputs = [ intltool autoreconfHook pythonPackages.wrapPython ];
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ intltool pythonPackages.wrapPython ];
propagatedBuildInputs = with pythonPackages; [ python pygtk dbus-python ];
pythonPath = with pythonPackages; [ mpd pygtk dbus-python notify mutagen ];
postInstall = "wrapPythonPrograms";
+2 -1
View File
@@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
sha256 = "0k13s7pmz5ks3kli8pwhzd47hcjwv46gd2fgk7i4fbkfwf3z279h";
};
buildInputs = [ autoconf automake makeWrapper pkgconfig
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ autoconf automake makeWrapper
gnome3.defaultIconTheme
avahi gtk3 libnotify libpulseaudio xlibsWrapper ];
+2 -1
View File
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "182xl2w8syv6ky2h2bc9imc6ap8pzh0p7rp63hh8nw0xm38c3f14";
};
buildInputs = [ gtk3 pkgconfig intltool alsaLib ];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk3 intltool alsaLib ];
meta = with stdenv.lib; {
description = "A lightweight volume control that sits in your systray";