pablodraw: nixfmt
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
{ lib
|
||||
, buildDotnetModule
|
||||
, fetchFromGitHub
|
||||
, dotnetCorePackages
|
||||
, wrapGAppsHook3
|
||||
, copyDesktopItems
|
||||
, gtk3
|
||||
, libnotify
|
||||
, makeDesktopItem
|
||||
, stdenv
|
||||
{
|
||||
lib,
|
||||
buildDotnetModule,
|
||||
fetchFromGitHub,
|
||||
dotnetCorePackages,
|
||||
wrapGAppsHook3,
|
||||
copyDesktopItems,
|
||||
gtk3,
|
||||
libnotify,
|
||||
makeDesktopItem,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
buildDotnetModule rec {
|
||||
@@ -35,9 +36,15 @@ buildDotnetModule rec {
|
||||
|
||||
nugetDeps = ./deps.json;
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook3 copyDesktopItems ];
|
||||
nativeBuildInputs = [
|
||||
wrapGAppsHook3
|
||||
copyDesktopItems
|
||||
];
|
||||
|
||||
runtimeDeps = [ gtk3 libnotify ];
|
||||
runtimeDeps = [
|
||||
gtk3
|
||||
libnotify
|
||||
];
|
||||
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
@@ -62,7 +69,10 @@ buildDotnetModule rec {
|
||||
homepage = "https://picoe.ca/products/pablodraw";
|
||||
license = licenses.mit;
|
||||
mainProgram = "PabloDraw";
|
||||
maintainers = with maintainers; [ aleksana kip93 ];
|
||||
maintainers = with maintainers; [
|
||||
aleksana
|
||||
kip93
|
||||
];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.hostPlatform.isDarwin; # Eto.Platform.Mac64 not found in nugetSource
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user