tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
figma-linux: meta clean-up
Mikael Fangel
2 years ago
5a814153
834c44fb
+4
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
figma-linux
default.nix
+4
-3
pkgs/applications/graphics/figma-linux/default.nix
···
14
14
15
15
src = fetchurl {
16
16
url = "https://github.com/Figma-Linux/figma-linux/releases/download/v${finalAttrs.version}/figma-linux_${finalAttrs.version}_linux_amd64.deb";
17
17
-
sha256 = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE=";
17
17
+
hash = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE=";
18
18
};
19
19
20
20
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];
···
69
69
'';
70
70
71
71
meta = {
72
72
-
description = "unofficial Electron-based Figma desktop app for Linux";
72
72
+
description = "Unofficial Electron-based Figma desktop app for Linux";
73
73
homepage = "https://github.com/Figma-Linux/figma-linux";
74
74
platforms = [ "x86_64-linux" ];
75
75
-
license = licenses.gpl2;
75
75
+
license = licenses.gpl2Plus;
76
76
maintainers = with maintainers; [ ercao kashw2 ];
77
77
+
mainProgram = "figma-linux";
77
78
};
78
79
})