Loading pkgs/by-name/pa/pablodraw/package.nix +23 −13 Original line number Diff line number Diff line { lib , buildDotnetModule , fetchFromGitHub , dotnetCorePackages , wrapGAppsHook3 , copyDesktopItems , gtk3 , libnotify , makeDesktopItem , stdenv { lib, buildDotnetModule, fetchFromGitHub, dotnetCorePackages, wrapGAppsHook3, copyDesktopItems, gtk3, libnotify, makeDesktopItem, stdenv, }: buildDotnetModule rec { Loading Loading @@ -35,9 +36,15 @@ buildDotnetModule rec { nugetDeps = ./deps.json; nativeBuildInputs = [ wrapGAppsHook3 copyDesktopItems ]; nativeBuildInputs = [ wrapGAppsHook3 copyDesktopItems ]; runtimeDeps = [ gtk3 libnotify ]; runtimeDeps = [ gtk3 libnotify ]; desktopItems = [ (makeDesktopItem { Loading @@ -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 }; Loading Loading
pkgs/by-name/pa/pablodraw/package.nix +23 −13 Original line number Diff line number Diff line { lib , buildDotnetModule , fetchFromGitHub , dotnetCorePackages , wrapGAppsHook3 , copyDesktopItems , gtk3 , libnotify , makeDesktopItem , stdenv { lib, buildDotnetModule, fetchFromGitHub, dotnetCorePackages, wrapGAppsHook3, copyDesktopItems, gtk3, libnotify, makeDesktopItem, stdenv, }: buildDotnetModule rec { Loading Loading @@ -35,9 +36,15 @@ buildDotnetModule rec { nugetDeps = ./deps.json; nativeBuildInputs = [ wrapGAppsHook3 copyDesktopItems ]; nativeBuildInputs = [ wrapGAppsHook3 copyDesktopItems ]; runtimeDeps = [ gtk3 libnotify ]; runtimeDeps = [ gtk3 libnotify ]; desktopItems = [ (makeDesktopItem { Loading @@ -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 }; Loading