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
+2
View File
@@ -90,5 +90,7 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.all;
license = lib.licenses.gpl3Plus;
mainProgram = "find";
};
}