Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
propagatedBuildInputs = [ glib libxml2 sqlite zlib sg3_utils
|
||||
gdk_pixbuf taglib libimobiledevice python pygobject mutagen ];
|
||||
|
||||
buildNativeInputs = [ gettext perlXMLParser intltool pkgconfig perl
|
||||
nativeBuildInputs = [ gettext perlXMLParser intltool pkgconfig perl
|
||||
libimobiledevice.swig ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user