openrocket: make deterministic

This commit is contained in:
TomaSajt 2024-03-21 00:17:58 +01:00
parent 48f45999b3
commit 335d0f2977
No known key found for this signature in database
GPG Key ID: F011163C050122A1
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
, ant
, jdk17
, makeWrapper
, stripJavaArchivesHook
}:
let
@ -25,6 +26,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
ant
jdk
makeWrapper
stripJavaArchivesHook
];
buildPhase = ''