Commit 1d56cde4 authored by Norbert Melzer's avatar Norbert Melzer
Browse files

scrot: provide meta.mainProgram

parent 63e45105
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    homepage = "https://github.com/resurrecting-open-source-projects/scrot";
    description = "A command-line screen capture utility";
    mainProgram = "scrot";
    platforms = platforms.linux;
    maintainers = with maintainers; [ globin ];
    license = licenses.mitAdvertising;