Merge pull request #121170 from samuelgrf/add-mainProgram-to-packages

This commit is contained in:
Sandro
2021-04-30 01:20:37 +02:00
committed by GitHub
22 changed files with 24 additions and 0 deletions
+1
View File
@@ -102,6 +102,7 @@ stdenv.mkDerivation {
'';
homepage = "https://pcsx2.net";
maintainers = with maintainers; [ hrdinka govanify ];
mainProgram = "PCSX2";
# PCSX2's source code is released under LGPLv3+. It However ships
# additional data files and code that are licensed differently.
+1
View File
@@ -151,5 +151,6 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
license = with lib.licenses; [ lgpl21Plus ];
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
maintainers = with lib.maintainers; [ avnik raskin bendlas ];
mainProgram = "wine";
};
})