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
15
src = fetchurl {
16
url = "https://github.com/Figma-Linux/figma-linux/releases/download/v${finalAttrs.version}/figma-linux_${finalAttrs.version}_linux_amd64.deb";
17
-
sha256 = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE=";
18
};
19
20
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];
···
69
'';
70
71
meta = {
72
-
description = "unofficial Electron-based Figma desktop app for Linux";
73
homepage = "https://github.com/Figma-Linux/figma-linux";
74
platforms = [ "x86_64-linux" ];
75
-
license = licenses.gpl2;
76
maintainers = with maintainers; [ ercao kashw2 ];
0
77
};
78
})
···
14
15
src = fetchurl {
16
url = "https://github.com/Figma-Linux/figma-linux/releases/download/v${finalAttrs.version}/figma-linux_${finalAttrs.version}_linux_amd64.deb";
17
+
hash = "sha256-T5SFcdz5yrInE6+ydJqtstEYF0MvHquRZ7nvlCOVNzE=";
18
};
19
20
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];
···
69
'';
70
71
meta = {
72
+
description = "Unofficial Electron-based Figma desktop app for Linux";
73
homepage = "https://github.com/Figma-Linux/figma-linux";
74
platforms = [ "x86_64-linux" ];
75
+
license = licenses.gpl2Plus;
76
maintainers = with maintainers; [ ercao kashw2 ];
77
+
mainProgram = "figma-linux";
78
};
79
})