arduino-core-unwrapped: make deterministic

This commit is contained in:
TomaSajt 2024-03-21 00:13:22 +01:00
parent 0c14ba3fd5
commit 48f45999b3
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -4,6 +4,7 @@
, fetchurl , fetchurl
, jdk , jdk
, ant , ant
, stripJavaArchivesHook
, libusb-compat-0_1 , libusb-compat-0_1
, libusb1 , libusb1
, unzip , unzip
@ -112,7 +113,7 @@ stdenv.mkDerivation rec {
# the glib setup hook will populate GSETTINGS_SCHEMAS_PATH, # the glib setup hook will populate GSETTINGS_SCHEMAS_PATH,
# wrapGAppHooks (among other things) adds it to XDG_DATA_DIRS # wrapGAppHooks (among other things) adds it to XDG_DATA_DIRS
# so 'save as...' works: # so 'save as...' works:
nativeBuildInputs = [ glib wrapGAppsHook unzip ]; nativeBuildInputs = [ glib stripJavaArchivesHook wrapGAppsHook unzip ];
buildInputs = [ buildInputs = [
jdk jdk
ant ant