bindle: Migrate to by-name

This commit is contained in:
Guy Chronister 2025-03-25 09:05:40 -05:00 committed by Matthieu Coudron
parent 7ccc496e49
commit faa3ba8c02
2 changed files with 0 additions and 2 deletions

View File

@ -199,8 +199,6 @@ with pkgs;
appimageupdate-qt = appimageupdate.override { withQtUI = true; };
bindle = callPackage ../servers/bindle { };
stripJavaArchivesHook = makeSetupHook {
name = "strip-java-archives-hook";
propagatedBuildInputs = [ strip-nondeterminism ];