Unverified Commit f57f9dba authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

Merge pull request #269491 from NixOS/backport-269360-to-release-23.11

[Backport release-23.11] treewide: add mainProgram
parents eae7a7d2 13b987dc
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