treewide: fix nested lists in *buildInputs
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
./hooks/drop-icon-theme-cache.sh
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ setupHooks perl pkgconfig gettext gobject-introspection ];
|
||||
nativeBuildInputs = setupHooks ++ [ perl pkgconfig gettext gobject-introspection ];
|
||||
|
||||
patches = [
|
||||
./patches/2.0-immodules.cache.patch
|
||||
|
||||
Reference in New Issue
Block a user