treewide: unzip buldInputs to nativeBuildInputs (2)
This commit is contained in:
@@ -116,13 +116,12 @@ stdenv.mkDerivation rec {
|
||||
# the glib setup hook will populate GSETTINGS_SCHEMAS_PATH,
|
||||
# wrapGAppHooks (among other things) adds it to XDG_DATA_DIRS
|
||||
# so 'save as...' works:
|
||||
nativeBuildInputs = [ glib wrapGAppsHook ];
|
||||
nativeBuildInputs = [ glib wrapGAppsHook unzip ];
|
||||
buildInputs = [
|
||||
jdk
|
||||
ant
|
||||
libusb-compat-0_1
|
||||
libusb1
|
||||
unzip
|
||||
zlib
|
||||
ncurses5
|
||||
readline
|
||||
|
||||
Reference in New Issue
Block a user