Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recaf: init at 2.21.14, recaf_4: init at 4.0-unstable-2024-11-03 #354184

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pluiedev
Copy link
Contributor

@pluiedev pluiedev commented Nov 7, 2024

Fixes #267124

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 labels Nov 7, 2024
@KiaraGrouwstra
Copy link
Contributor

looks like it got a merge conflict :(

@pluiedev
Copy link
Contributor Author

pluiedev commented Nov 9, 2024

looks like it got a merge conflict :(

What are the odds that someone just happens to add an entry to all-packages.nix at the exact same spot that I did...

EDIT: Nevermind, appears to be something caught up by the by-name migration

@pluiedev pluiedev force-pushed the init/recaf branch 4 times, most recently from 8497fba to 6ea2d8a Compare November 9, 2024 22:32
@sivizius
Copy link
Contributor

Duplicate of #350589?

@pluiedev
Copy link
Contributor Author

Duplicate of #350589?

That one doesn't package recaf 2.x though, which is still technically the stable release branch

@KiaraGrouwstra
Copy link
Contributor

Result of nixpkgs-review pr 354184 run on x86_64-linux 1

2 packages failed to build:
  • recaf
  • recaf_4

@pluiedev
Copy link
Contributor Author

Result of nixpkgs-review pr 354184 run on x86_64-linux 1
2 packages failed to build:

* recaf

* recaf_4

Both builds still succeed for me 🤷🏼‍♀️ Can you send me the logs where it failed?

@KiaraGrouwstra
Copy link
Contributor

here ya go
nixpkgs-review pr 354184 --run $(basename $SHELL)
$ git -c fetch.prune=false fetch --no-tags --force https://github.com/NixOS/nixpkgs master:refs/nixpkgs-review/0 pull/354184/head:refs/nixpkgs-review/1
From https://github.com/NixOS/nixpkgs
   903f42960df7..35305f29a7e3  master     -> refs/nixpkgs-review/0
$ git worktree add /home/kiara/.cache/nixpkgs-review/pr-354184-4/nixpkgs 35305f29a7e34643a7cd6e21a0468a7b6f269bae
Preparing worktree (detached HEAD 35305f29a7e3)                                       UUpdating files: 100% (44131/44131), done.
HEAD is now at 35305f29a7e3 xar: fix Linux build on staging-next (#352507)
$ nix build --file /nix/store/88qfwfcy14r5gha7ysb8534dydp3xilb-nixpkgs-review-2.10.4/lib/python3.11/site-packages/nixpkgs_review/nix/review-shell.nix --nix-path nixpkgs=/home/kiara/.cache/nixpkgs-review/pr-354184-4/nixpkgs nixpkgs-overlays=/tmp/tmpnkh87_mg --extra-experimental-features nix-command no-url-literals --no-link --keep-going --no-allow-import-from-derivation --option build-use-sandbox relaxed --argstr system x86_64-linux --argstr nixpkgs-path /home/kiara/.cache/nixpkgs-review/pr-354184-4/nixpkgs --argstr nixpkgs-config-path /tmp/tmpmbtap175.nix --argstr attrs-path /home/kiara/.cache/nixpkgs-review/pr-354184-4/attrs.nix
error: hash mismatch in fixed-output derivation '/nix/store/81pp6pc5fg6dp8g1yp34fkvmsi0yi8vw-source.drv':
        likely URL: https://github.com/Col-E/Recaf.git
         specified: sha256-HEeigeuo5VeG4KvEogtKbLGBm5WweEnMsBQxmpm6CdE=
            got:    sha256-37rxAxaWdJnW8ksp85pdTQZcNySSA04m1H3xyBaHw2I=
error: 1 dependencies of derivation '/nix/store/dx5p5lqf4vv3pbiqp0cnvblalz006xgx-recaf_4-4.0-unstable-2024-11-03.drv' failed to build
error: builder for '/nix/store/myw6ng50lw56fdah1y18gpp0c697hlhd-recaf-2.21.14-maven-deps.drv' failed with exit code 1;
       last 25 log lines:
       > [ERROR]   Run 2: AssemblyCasesTest$VerifyPassCases.testTypeDiscoveryInTryCatch ? FileSystem /va...
       > [INFO]
       > [ERROR]   CompilerTest.testDebug:75 ? IllegalState java.nio.file.FileSystemException: /v...
       > [ERROR]   CompilerTest.testInner:44 ? IllegalState java.nio.file.FileSystemException: /v...
       > [INFO]
       > [ERROR] Tests run: 363, Failures: 5, Errors: 40, Skipped: 1
       > [INFO]
       > [INFO] ------------------------------------------------------------------------
       > [INFO] BUILD FAILURE
       > [INFO] ------------------------------------------------------------------------
       > [INFO] Total time:  01:55 min
       > [INFO] Finished at: 2024-11-10T08:49:18Z
       > [INFO] ------------------------------------------------------------------------
       > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on project recaf: There are test failures.
       > [ERROR]
       > [ERROR] Please refer to /tmp/nix-build-recaf-2.21.14-maven-deps.drv-0/source/target/surefire-reports for the individual test results.
       > [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
       > [ERROR] -> [Help 1]
       > [ERROR]
       > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
       > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
       > [ERROR]
       > [ERROR] For more information about the errors and possible solutions, please read the following articles:
       > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
       >
       For full logs, run 'nix log /nix/store/myw6ng50lw56fdah1y18gpp0c697hlhd-recaf-2.21.14-maven-deps.drv'.
error: 1 dependencies of derivation '/nix/store/7n8na0b2cvac3awnh7ana0ibjw2kqsmn-recaf-2.21.14.drv' failed to build
error: 2 dependencies of derivation '/nix/store/ysz5clszmnx996ac56y82w2khgqg48d5-review-shell.drv' failed to build

Link to currently reviewing PR:
https://github.com/NixOS/nixpkgs/pull/354184

2 packages failed to build:
recaf recaf_4

error: build log of '/nix/store/7n8na0b2cvac3awnh7ana0ibjw2kqsmn-recaf-2.21.14.drv^*' is not available
error: build log of '/nix/store/lsyah5l5w3nk9z7pxsprf8kdnmayg6gx-recaf-2.21.14' is not available
error: build log of '/nix/store/dx5p5lqf4vv3pbiqp0cnvblalz006xgx-recaf_4-4.0-unstable-2024-11-03.drv^*' is not available
error: build log of '/nix/store/k63dhl90j543rfhh5cs1a5qici6vl0jm-recaf_4-4.0-unstable-2024-11-03' is not available
$ /nix/store/ixjixjj9f1k7h8rqab8frjhl6gm8k466-nix-2.18.8/bin/nix-shell --argstr system x86_64-linux --argstr nixpkgs-path /home/kiara/.cache/nixpkgs-review/pr-354184-4/nixpkgs --argstr nixpkgs-config-path /tmp/tmpmbtap175.nix --argstr attrs-path /home/kiara/.cache/nixpkgs-review/pr-354184-4/attrs.nix --nix-path nixpkgs=/home/kiara/.cache/nixpkgs-review/pr-354184-4/nixpkgs nixpkgs-overlays=/tmp/tmpnkh87_mg /nix/store/88qfwfcy14r5gha7ysb8534dydp3xilb-nixpkgs-review-2.10.4/lib/python3.11/site-packages/nixpkgs_review/nix/review-shell.nix --run zsh

@nartsisss
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 354184


aarch64-darwin

❌ 2 packages failed to build:
  • recaf
  • recaf_4
Logs
[nix-shell:~/.code/nix/nixpkgs]$ nixpkgs-review pr 354184                                      
$ git -c fetch.prune=false fetch --no-tags --force https://github.com/NixOS/nixpkgs master:refs/nixpkgs-review/0 pull/354184/head:refs/nixpkgs-review/1
$ git worktree add /Users/nartsiss/.cache/nixpkgs-review/pr-354184-2/nixpkgs 00cd61f517aa325478e9f743d572f65d2bbcb16a
Preparing worktree (detached HEAD 00cd61f517aa)
Updating files: 100% (44136/44136), done.
HEAD is now at 00cd61f517aa cartridges: 2.9.3 -> 2.10.1 (#354306)
$ nix-env --extra-experimental-features no-url-literals --option system aarch64-darwin -f <nixpkgs> --nix-path nixpkgs=/Users/nartsiss/.cache/nixpkgs-review/pr-354184-2/nixpkgs nixpkgs-overlays=/private/tmp/nix-shell-64071-0/tmpqjc06299 -qaP --xml --out-path --show-trace --no-allow-import-from-derivation
$ git merge --no-commit --no-ff 008536f72363a7115731808c61d04bb97822c10f
Automatic merge went well; stopped before committing as requested
$ nix-env --extra-experimental-features no-url-literals --option system aarch64-darwin -f <nixpkgs> --nix-path nixpkgs=/Users/nartsiss/.cache/nixpkgs-review/pr-354184-2/nixpkgs nixpkgs-overlays=/private/tmp/nix-shell-64071-0/tmpqjc06299 -qaP --xml --out-path --show-trace --no-allow-import-from-derivation --meta
--------- Impacted packages on 'aarch64-darwin' ---------
2 packages added:
recaf (init at 2.21.14) recaf_4 (init at 4.0-unstable-2024-11-03)


$ nix build --file /nix/store/0nmjnwymxxvvq1lccjfdlar4v3qnhdph-nixpkgs-review-2.12.0/lib/python3.12/site-packages/nixpkgs_review/nix/review-shell.nix --nix-path 'nixpkgs=/Users/nartsiss/.cache/nixpkgs-review/pr-354184-2/nixpkgs nixpkgs-overlays=/private/tmp/nix-shell-64071-0/tmpqjc06299' --extra-experimental-features 'nix-command no-url-literals' --no-link --keep-going --no-allow-import-from-derivation --argstr local-system aarch64-darwin --argstr nixpkgs-path /Users/nartsiss/.cache/nixpkgs-review/pr-354184-2/nixpkgs --argstr nixpkgs-config-path /private/tmp/nix-shell-64071-0/tmpqnk7w2p2.nix --argstr attrs-path /Users/nartsiss/.cache/nixpkgs-review/pr-354184-2/attrs.nix
error: hash mismatch in fixed-output derivation '/nix/store/28ixrxwhi4livn3i7p24aqpmjb9fbzfa-source.drv':
         specified: sha256-HEeigeuo5VeG4KvEogtKbLGBm5WweEnMsBQxmpm6CdE=
            got:    sha256-37rxAxaWdJnW8ksp85pdTQZcNySSA04m1H3xyBaHw2I=
error: 1 dependencies of derivation '/nix/store/g1daw1gclyc90xifsc1whaxrs551zmza-recaf-4.0-unstable-2024-11-03.drv' failed to build
error: builder for '/nix/store/jklbv68ffd0lw3wq95hg2l7b56j86ssh-recaf-2.21.14-maven-deps.drv' failed with exit code 1;
       last 25 log lines:
       > [ERROR]   Run 2: AssemblyCasesTest$VerifyPassCases.testTypeDiscoveryInTryCatch » FileSystem /va...
       > [INFO]
       > [ERROR]   CompilerTest.testDebug:75 » IllegalState java.nio.file.FileSystemException: /v...
       > [ERROR]   CompilerTest.testInner:44 » IllegalState java.nio.file.FileSystemException: /v...
       > [INFO]
       > [ERROR] Tests run: 363, Failures: 5, Errors: 40, Skipped: 1
       > [INFO]
       > [INFO] ------------------------------------------------------------------------
       > [INFO] BUILD FAILURE
       > [INFO] ------------------------------------------------------------------------
       > [INFO] Total time:  03:47 min
       > [INFO] Finished at: 2024-11-10T11:35:36Z
       > [INFO] ------------------------------------------------------------------------
       > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on project recaf: There are test failures.
       > [ERROR]
       > [ERROR] Please refer to /private/tmp/nix-build-recaf-2.21.14-maven-deps.drv-0/source/target/surefire-reports for the individual test results.
       > [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
       > [ERROR] -> [Help 1]
       > [ERROR]
       > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
       > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
       > [ERROR]
       > [ERROR] For more information about the errors and possible solutions, please read the following articles:
       > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
       >
       For full logs, run 'nix log /nix/store/jklbv68ffd0lw3wq95hg2l7b56j86ssh-recaf-2.21.14-maven-deps.drv'.
error: 1 dependencies of derivation '/nix/store/ibr19jwnpjcfk22agzavwxsczgsj0agn-recaf-2.21.14.drv' failed to build
error: 2 dependencies of derivation '/nix/store/dxjy3hw6y62sjp5d6cv45wjvhicxr0zs-review-shell.drv' failed to build

Link to currently reviewing PR:
https://github.com/NixOS/nixpkgs/pull/354184

--------- Report for 'aarch64-darwin' ---------
2 packages failed to build:
recaf recaf_4

error: build log of '/nix/store/ibr19jwnpjcfk22agzavwxsczgsj0agn-recaf-2.21.14.drv^*' is not available
error: build log of '/nix/store/46walji43d51ra1dgk6hy5y1s9c5nayr-recaf-2.21.14' is not available
error: build log of '/nix/store/g1daw1gclyc90xifsc1whaxrs551zmza-recaf-4.0-unstable-2024-11-03.drv^*' is not available
error: build log of '/nix/store/5kidfrl4kaihj6sxrcaiabrwykw376hn-recaf-4.0-unstable-2024-11-03' is not available

$ /nix/store/l0iz929mplgf6pkk8pwf1aw10zigk1x4-nix-2.24.10/bin/nix-shell --argstr local-system aarch64-darwin --argstr nixpkgs-path /Users/nartsiss/.cache/nixpkgs-review/pr-354184-2/nixpkgs --argstr nixpkgs-config-path /private/tmp/nix-shell-64071-0/tmpqnk7w2p2.nix --argstr attrs-path /Users/nartsiss/.cache/nixpkgs-review/pr-354184-2/attrs.nix --nix-path 'nixpkgs=/Users/nartsiss/.cache/nixpkgs-review/pr-354184-2/nixpkgs nixpkgs-overlays=/private/tmp/nix-shell-64071-0/tmpqjc06299' /nix/store/0nmjnwymxxvvq1lccjfdlar4v3qnhdph-nixpkgs-review-2.12.0/lib/python3.12/site-packages/nixpkgs_review/nix/review-shell.nix

@pluiedev
Copy link
Contributor Author

pluiedev commented Nov 10, 2024

That's really odd. Lemme try to update to the latest commit for Recaf 4 though I have absolutely zero idea why the tests are failing for Recaf 2

@pluiedev
Copy link
Contributor Author

I decided to just update to a slightly newer commit for Recaf 4 and disable the failing tests for Recaf 2

@nartsisss
Copy link
Member

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 354184


aarch64-darwin

❌ 2 packages failed to build:
  • recaf
  • recaf_4
Logs
[nix-shell:~/.code/nix/nixpkgs]$ nixpkgs-review pr 354184
$ git -c fetch.prune=false fetch --no-tags --force https://github.com/NixOS/nixpkgs master:refs
remote: Enumerating objects: 51, done.
remote: Counting objects: 100% (40/40), done.
remote: Compressing objects: 100% (21/21), done.
remote: Total 51 (delta 29), reused 19 (delta 19), pack-reused 11 (from 1)
Unpacking objects: 100% (51/51), 268.34 KiB | 850.00 KiB/s, done.
From https://github.com/NixOS/nixpkgs
   db23837a1892..3e1b0099fdba  master     -> refs/nixpkgs-review/0
$ git worktree add /Users/nartsiss/.cache/nixpkgs-review/pr-354184-4/nixpkgs 3e1b0099fdba65aa86
Preparing worktree (detached HEAD 3e1b0099fdba)
Updating files: 100% (44160/44160), done.
HEAD is now at 3e1b0099fdba python312Packages.google-cloud-iam-logging: 1.3.5 -> 1.4.0 (#354921
$ nix-env --extra-experimental-features no-url-literals --option system aarch64-darwin -f <nixp
$ git merge --no-commit --no-ff 37fb313a83bc76324ec17cb92806996b6c313aa6
Automatic merge went well; stopped before committing as requested
$ nix-env --extra-experimental-features no-url-literals --option system aarch64-darwin -f <nixp
--------- Impacted packages on 'aarch64-darwin' ---------
2 packages added:
recaf (init at 2.21.14) recaf_4 (init at 4.0-unstable-2024-11-11)


$ nix build --file /nix/store/0nmjnwymxxvvq1lccjfdlar4v3qnhdph-nixpkgs-review-2.12.0/lib/python
error: builder for '/nix/store/j4crfikp5i2h2mqvj2s622j65shgfdv5-recaf-4.0-unstable-2024-11-11.d
       last 25 log lines:
       >      Searched in the following locations:
       >          https://repo.maven.apache.org/maven2/org/openjfx/javafx-controls/22.0.1/javaf
       >    > Could not find javafx-media-22.0.1-mac-aarch64.jar (org.openjfx:javafx-media:22.0
       >      Searched in the following locations:
       >          https://repo.maven.apache.org/maven2/org/openjfx/javafx-media/22.0.1/javafx-m
       >    > Could not find javafx-graphics-22.0.1-mac-aarch64.jar (org.openjfx:javafx-graphic
       >      Searched in the following locations:
       >          https://repo.maven.apache.org/maven2/org/openjfx/javafx-graphics/22.0.1/javaf
       >    > Could not find javafx-base-22.0.1-mac-aarch64.jar (org.openjfx:javafx-base:22.0.1
       >      Searched in the following locations:
       >          https://repo.maven.apache.org/maven2/org/openjfx/javafx-base/22.0.1/javafx-ba
       >
       > * Try:
       > > Run with --stacktrace option to get the stack trace.
       > > Run with --info or --debug option to get more log output.
       > > Run with --scan to get full insights.
       > > Get more help at https://help.gradle.org.
       >
       > Deprecated Gradle features were used in this build, making it incompatible with Gradle
       >
       > You can use '--warning-mode all' to show the individual deprecation warnings and deter
       >
       > For more on this, please refer to https://docs.gradle.org/8.10.2/userguide/command_lin
       >
       > BUILD FAILED in 8s
       For full logs, run 'nix log /nix/store/j4crfikp5i2h2mqvj2s622j65shgfdv5-recaf-4.0-unstab
error: builder for '/nix/store/wr9gfgann30dz1rkl5lr73g7b5hd4y4j-recaf-2.21.14-maven-deps.drv' f
       last 25 log lines:
       > [ERROR] me.coley.recaf.AssemblyCasesTest$VerifyPassCases.testTypeDiscoveryInTryCatch
       > [ERROR]   Run 1: AssemblyCasesTest$VerifyPassCases.testTypeDiscoveryInTryCatch » FileS
       > [ERROR]   Run 2: AssemblyCasesTest$VerifyPassCases.testTypeDiscoveryInTryCatch » FileS
       > [INFO]
       > [INFO]
       > [ERROR] Tests run: 361, Failures: 5, Errors: 38, Skipped: 1
       > [INFO]
       > [INFO] ------------------------------------------------------------------------
       > [INFO] BUILD FAILURE
       > [INFO] ------------------------------------------------------------------------
       > [INFO] Total time:  03:11 min
       > [INFO] Finished at: 2024-11-11T12:09:09Z
       > [INFO] ------------------------------------------------------------------------
       > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4
       > [ERROR]
       > [ERROR] Please refer to /private/tmp/nix-build-recaf-2.21.14-maven-deps.drv-0/source/t
       > [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump a
       > [ERROR] -> [Help 1]
       > [ERROR]
       > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
       > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
       > [ERROR]
       > [ERROR] For more information about the errors and possible solutions, please read the
       > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
       >
       For full logs, run 'nix log /nix/store/wr9gfgann30dz1rkl5lr73g7b5hd4y4j-recaf-2.21.14-ma
error: 1 dependencies of derivation '/nix/store/kkkjcvzhf5bl5dyv5f1zm0kfc4rximkj-recaf-2.21.14.
error: 2 dependencies of derivation '/nix/store/8wci5b97hljyyqpakjngh8m5ydxj959j-review-shell.d

Link to currently reviewing PR:
https://github.com/NixOS/nixpkgs/pull/354184

--------- Report for 'aarch64-darwin' ---------
2 packages failed to build:
recaf recaf_4

error: build log of '/nix/store/kkkjcvzhf5bl5dyv5f1zm0kfc4rximkj-recaf-2.21.14.drv^*' is not available
error: build log of '/nix/store/0j51myingwgq21g0icdvmak55c6szgdp-recaf-2.21.14' is not available

@micartey
Copy link

What's the status of this?

Comment on lines +22 to +23
# Needed for automatic version detection - build script will fail without it
leaveDotGit = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be better to patch the build script

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's uhm... Not trivial. I actually tried going that route, but the way it works is that it generates a Java source file containing version metadata and it's not easy to call that generator outside of Gradle. If someone wants to tackle this, they can, but this is outside my paygrade

pkgs/by-name/re/recaf/package.nix Show resolved Hide resolved
@pluiedev
Copy link
Contributor Author

What's the status of this?

Very confused as to why the builds are working for me but not for other people

pkgs/by-name/re/recaf/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/re/recaf/package.nix Outdated Show resolved Hide resolved
pkgs/by-name/re/recaf/package.nix Show resolved Hide resolved
Copy link
Member

@getchoo getchoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Diff LGTM

@getchoo
Copy link
Member

getchoo commented Dec 11, 2024

@ofborg build recaf recaf_4
You should also run nixfmt

@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Dec 11, 2024
@wegank wegank removed the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Dec 18, 2024

nativeBuildInputs = [ makeBinaryWrapper ];

mvnHash = "sha256-MPPZXQilmMaj8n5SXP7fG1Q95pH5Ydu7jU+KRS9beO8=";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
mvnHash = "sha256-MPPZXQilmMaj8n5SXP7fG1Q95pH5Ydu7jU+KRS9beO8=";
mvnHash = "sha256-QwkUgTF/a0ZY2RN8fvlVBsMECo9ijUCRB7nuW7zIt/Y=";

on x64 Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package request: recaf
8 participants