Skip to content

Commit b970944

Browse files
committed
pablodraw: nixfmt
1 parent 83b4051 commit b970944

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

pkgs/by-name/pa/pablodraw/package.nix

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
{ lib
2-
, buildDotnetModule
3-
, fetchFromGitHub
4-
, dotnetCorePackages
5-
, wrapGAppsHook3
6-
, copyDesktopItems
7-
, gtk3
8-
, libnotify
9-
, makeDesktopItem
10-
, stdenv
1+
{
2+
lib,
3+
buildDotnetModule,
4+
fetchFromGitHub,
5+
dotnetCorePackages,
6+
wrapGAppsHook3,
7+
copyDesktopItems,
8+
gtk3,
9+
libnotify,
10+
makeDesktopItem,
11+
stdenv,
1112
}:
1213

1314
buildDotnetModule rec {
@@ -35,9 +36,15 @@ buildDotnetModule rec {
3536

3637
nugetDeps = ./deps.json;
3738

38-
nativeBuildInputs = [ wrapGAppsHook3 copyDesktopItems ];
39+
nativeBuildInputs = [
40+
wrapGAppsHook3
41+
copyDesktopItems
42+
];
3943

40-
runtimeDeps = [ gtk3 libnotify ];
44+
runtimeDeps = [
45+
gtk3
46+
libnotify
47+
];
4148

4249
desktopItems = [
4350
(makeDesktopItem {
@@ -62,7 +69,10 @@ buildDotnetModule rec {
6269
homepage = "https://picoe.ca/products/pablodraw";
6370
license = licenses.mit;
6471
mainProgram = "PabloDraw";
65-
maintainers = with maintainers; [ aleksana kip93 ];
72+
maintainers = with maintainers; [
73+
aleksana
74+
kip93
75+
];
6676
platforms = platforms.all;
6777
broken = stdenv.hostPlatform.isDarwin; # Eto.Platform.Mac64 not found in nugetSource
6878
};

0 commit comments

Comments
 (0)