Commit effe9fcd authored by Yureka's avatar Yureka Committed by Alyssa Ross
Browse files

strace: set meta.mainProgram

parent 86bc8060
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
  };
}