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
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
, fetchurl
, jdk
, ant
, stripJavaArchivesHook
, libusb-compat-0_1
, libusb1
, unzip
@ -112,7 +113,7 @@ 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 unzip ];
nativeBuildInputs = [ glib stripJavaArchivesHook wrapGAppsHook unzip ];
buildInputs = [
jdk
ant