findutils: set the meta.mainProgram (#250746)

This commit is contained in:
Jonas Chevalier 2023-08-23 11:19:41 +02:00 committed by GitHub
parent f7ec959539
commit 06b79e335a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,5 +90,7 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.all;
license = lib.licenses.gpl3Plus;
mainProgram = "find";
};
}