3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from jojosch/meta-mainProgram

This commit is contained in:
Sandro 2021-05-07 19:16:27 +02:00 committed by GitHub
commit e06c60feaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
pkgs/applications
misc/dbeaver
video/jellyfin-media-player

View file

@ -17,7 +17,7 @@
}:
stdenv.mkDerivation rec {
pname = "dbeaver-ce";
pname = "dbeaver";
version = "21.0.4"; # When updating also update fetchedMavenDeps.sha256
src = fetchFromGitHub {

View file

@ -106,5 +106,6 @@ mkDerivation rec {
license = with licenses; [ gpl2Only mit ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ jojosch ];
mainProgram = "jellyfinmediaplayer";
};
}