File tree Expand file tree Collapse file tree 1 file changed +23
-13
lines changed
pkgs/by-name/pa/pablodraw Expand file tree Collapse file tree 1 file changed +23
-13
lines changed Original file line number Diff line number Diff line change 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
1314buildDotnetModule 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 } ;
You can’t perform that action at this time.
0 commit comments