Commit 13b987dc authored by h7x4's avatar h7x4 Committed by github-actions[bot]
Browse files

treewide: add mainProgram

(cherry picked from commit 737ef800f17f36cde3599aed7c976fcea79bd43c)
parent 1f885ef0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,5 +44,6 @@ rustPlatform.buildRustPackage rec {
    maintainers = with maintainers; [ ];
    platforms = platforms.unix;
    badPlatforms = platforms.darwin;
    mainProgram = "xidlehook";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -30,5 +30,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/beeb/awsbck";
    license = with licenses; [ mit asl20 ];
    maintainers = with maintainers; [ beeb ];
    mainProgram = "awsbck";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
    license = licenses.gpl2;
    platforms = platforms.linux;
    maintainers = with maintainers; [ jluttine ];
    mainProgram = "bdsync";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/sourcefrog/conserve";
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ happysalada ];
    mainProgram = "conserve";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
    description = "A program that converts CD images in BIN/CUE format into a set of ISO and CDR tracks";
    platforms = platforms.unix;
    license = licenses.gpl2;
    mainProgram = "bchunk";
  };
}
Loading