lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

arduino-core-unwrapped: make deterministic

TomaSajt 48f45999 0c14ba3f

+2 -1
+2 -1
pkgs/development/embedded/arduino/arduino-core/default.nix
··· 4 4 , fetchurl 5 5 , jdk 6 6 , ant 7 + , stripJavaArchivesHook 7 8 , libusb-compat-0_1 8 9 , libusb1 9 10 , unzip ··· 112 113 # the glib setup hook will populate GSETTINGS_SCHEMAS_PATH, 113 114 # wrapGAppHooks (among other things) adds it to XDG_DATA_DIRS 114 115 # so 'save as...' works: 115 - nativeBuildInputs = [ glib wrapGAppsHook unzip ]; 116 + nativeBuildInputs = [ glib stripJavaArchivesHook wrapGAppsHook unzip ]; 116 117 buildInputs = [ 117 118 jdk 118 119 ant