Loading pkgs/by-name/pi/pixieditor/deps.json +5 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,11 @@ "version": "6.9.0", "hash": "sha256-MwPAPFD/gs9WZ8gB5BQMEwYswd3EEIpLlvMN5vmz1Wc=" }, { "pname": "DeviceId.Mac", "version": "6.9.0", "hash": "sha256-bQ59eaeDGRgk4ow7bk7U9yEnJgiV2Ok9U3fbBIOdRVw=" }, { "pname": "DiscordRichPresence", "version": "1.3.0.28", Loading pkgs/by-name/pi/pixieditor/package.nix +15 −4 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ makeDesktopItem, copyDesktopItems, desktopToDarwinBundle, nix-update-script, }: Loading Loading @@ -70,6 +71,9 @@ buildDotnetModule (finalAttrs: { nativeBuildInputs = [ copyDesktopItems ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ desktopToDarwinBundle ]; buildInputs = [ Loading @@ -85,15 +89,20 @@ buildDotnetModule (finalAttrs: { dotnet-sdk = dotnetCorePackages.sdk_8_0; dotnet-runtime = dotnetCorePackages.runtime_8_0; dotnetFlags = lib.optionals stdenv.hostPlatform.isx86_64 [ "-p:Runtimeidentifier=linux-x64" ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ "-p:Runtimeidentifier=linux-arm64" ]; dotnetFlags = [ "-p:RuntimeIdentifier=${dotnetCorePackages.systemToDotnetRid stdenv.hostPlatform.system}" ]; buildType = "ReleaseNoUpdate"; projectFile = [ "src/PixiEditor.Desktop/PixiEditor.Desktop.csproj" "src/PixiEditor/PixiEditor.csproj" ( if stdenv.hostPlatform.isLinux then "src/PixiEditor.Linux/PixiEditor.Linux.csproj" else "src/PixiEditor.MacOs/PixiEditor.MacOs.csproj" ) "src/PixiEditor.Platform.Standalone/PixiEditor.Platform.Standalone.csproj" ]; executables = [ "PixiEditor.Desktop" ]; Loading Loading @@ -183,6 +192,8 @@ buildDotnetModule (finalAttrs: { platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; }; }) Loading
pkgs/by-name/pi/pixieditor/deps.json +5 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,11 @@ "version": "6.9.0", "hash": "sha256-MwPAPFD/gs9WZ8gB5BQMEwYswd3EEIpLlvMN5vmz1Wc=" }, { "pname": "DeviceId.Mac", "version": "6.9.0", "hash": "sha256-bQ59eaeDGRgk4ow7bk7U9yEnJgiV2Ok9U3fbBIOdRVw=" }, { "pname": "DiscordRichPresence", "version": "1.3.0.28", Loading
pkgs/by-name/pi/pixieditor/package.nix +15 −4 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ makeDesktopItem, copyDesktopItems, desktopToDarwinBundle, nix-update-script, }: Loading Loading @@ -70,6 +71,9 @@ buildDotnetModule (finalAttrs: { nativeBuildInputs = [ copyDesktopItems ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ desktopToDarwinBundle ]; buildInputs = [ Loading @@ -85,15 +89,20 @@ buildDotnetModule (finalAttrs: { dotnet-sdk = dotnetCorePackages.sdk_8_0; dotnet-runtime = dotnetCorePackages.runtime_8_0; dotnetFlags = lib.optionals stdenv.hostPlatform.isx86_64 [ "-p:Runtimeidentifier=linux-x64" ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ "-p:Runtimeidentifier=linux-arm64" ]; dotnetFlags = [ "-p:RuntimeIdentifier=${dotnetCorePackages.systemToDotnetRid stdenv.hostPlatform.system}" ]; buildType = "ReleaseNoUpdate"; projectFile = [ "src/PixiEditor.Desktop/PixiEditor.Desktop.csproj" "src/PixiEditor/PixiEditor.csproj" ( if stdenv.hostPlatform.isLinux then "src/PixiEditor.Linux/PixiEditor.Linux.csproj" else "src/PixiEditor.MacOs/PixiEditor.MacOs.csproj" ) "src/PixiEditor.Platform.Standalone/PixiEditor.Platform.Standalone.csproj" ]; executables = [ "PixiEditor.Desktop" ]; Loading Loading @@ -183,6 +192,8 @@ buildDotnetModule (finalAttrs: { platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; }; })