make desktop file work for protonmail desktop
This commit is contained in:
parent
8fb3ddb0d7
commit
8416d0499d
|
@ -1,12 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
let mainProgram = "protonmail-desktop";
|
||||
let mainProgram = "proton-mail";
|
||||
srcHashes = {
|
||||
universal-darwin = "sha256-JfZwHFp0aZtHcbP7tyG7uqFs2w+LWKfnfyuxxpxDJZ8=";
|
||||
x86_64-linux = "sha256-En5vkTHYtwN6GMgbtyhzsPqknOPRO9KlTqZfbBFaIFQ=";
|
||||
};
|
||||
in
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
pname = "protonmail-desktop";
|
||||
pname = mainProgram;
|
||||
version = "1.0.5";
|
||||
nativeBuildInputs = [
|
||||
pkgs.makeWrapper
|
||||
|
|
Loading…
Reference in New Issue
Block a user