mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
openrocket: make deterministic
This commit is contained in:
parent
48f45999b3
commit
335d0f2977
@ -4,6 +4,7 @@
|
||||
, ant
|
||||
, jdk17
|
||||
, makeWrapper
|
||||
, stripJavaArchivesHook
|
||||
}:
|
||||
|
||||
let
|
||||
@ -25,6 +26,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
ant
|
||||
jdk
|
||||
makeWrapper
|
||||
stripJavaArchivesHook
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user