about summary refs log tree commit diff
path: root/pkgs/applications/graphics/pinta
diff options
context:
space:
mode:
authorIvar Scholten <ivar.scholten@protonmail.com>2022-05-16 21:29:44 +0200
committerIvar Scholten <ivar.scholten@protonmail.com>2022-05-16 21:39:47 +0200
commit578589e1dadb6358ff015746844acf297c07c9e1 (patch)
treeaa7ba3a8300dcfa22dfd63a4cb2ace709b496f90 /pkgs/applications/graphics/pinta
parent402cfbf73cb96de37a5f26d0ffb141403a7ba1c9 (diff)
treewide: remove unneeded dotnet SDK version pins
These derivations use buildDotnetModule, which has had its default
dotnet version changed recently. This patch removes redundantly setting
the SDK/runtime to version 6.
Diffstat (limited to 'pkgs/applications/graphics/pinta')
-rw-r--r--pkgs/applications/graphics/pinta/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/pinta/default.nix b/pkgs/applications/graphics/pinta/default.nix
index b598c53b89472..438fbaf40cf14 100644
--- a/pkgs/applications/graphics/pinta/default.nix
+++ b/pkgs/applications/graphics/pinta/default.nix
@@ -20,9 +20,6 @@ buildDotnetModule rec {
   runtimeDeps = [ gtk3 ];
   buildInputs = runtimeDeps;
 
-  dotnet-sdk = dotnetCorePackages.sdk_6_0;
-  dotnet-runtime = dotnetCorePackages.runtime_6_0;
-
   # How-to update deps:
   # $ nix-build -A pinta.fetch-deps
   # $ ./result