strace: set meta.mainProgram

This commit is contained in:
Yureka 2023-10-10 12:51:10 +02:00 committed by Alyssa Ross
parent 86bc806080
commit effe9fcdd4

View file

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = with licenses; [ lgpl21Plus gpl2Plus ]; # gpl2Plus is for the test suite
platforms = platforms.linux;
maintainers = with maintainers; [ globin ma27 qyliss ];
mainProgram = "strace";
};
}