about summary refs log tree commit diff
path: root/pkgs/applications/finance
diff options
context:
space:
mode:
authormdarocha <git@mdarocha.pl>2023-06-21 17:06:26 +0200
committermdarocha <git@mdarocha.pl>2023-06-21 17:06:31 +0200
commitd90aabce697a57d92aad3673c042a9462ce2ae98 (patch)
tree57ec7177f5a4c7c3b3794eff59897eccdf635078 /pkgs/applications/finance
parent5d71301d0da995d7feb1adf302c0903cbeb3cf80 (diff)
denaro: remove duplicate runtimeId flags
Diffstat (limited to 'pkgs/applications/finance')
-rw-r--r--pkgs/applications/finance/denaro/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/finance/denaro/default.nix b/pkgs/applications/finance/denaro/default.nix
index b378ed9728553..38769b6932bdd 100644
--- a/pkgs/applications/finance/denaro/default.nix
+++ b/pkgs/applications/finance/denaro/default.nix
@@ -1,5 +1,4 @@
 { lib
-, stdenvNoCC
 , buildDotnetModule
 , fetchFromGitHub
 , dotnetCorePackages
@@ -31,10 +30,6 @@ buildDotnetModule rec {
   nugetDeps = ./deps.nix;
   executables = "NickvisionMoney.GNOME";
 
-  # Prevent installing native libraries for all platforms
-  dotnetBuildFlags = [ "--runtime" (dotnetCorePackages.systemToDotnetRid stdenvNoCC.hostPlatform.system) ];
-  dotnetInstallFlags = [ "--runtime" (dotnetCorePackages.systemToDotnetRid stdenvNoCC.hostPlatform.system) ];
-
   nativeBuildInputs = [
     pkg-config
     wrapGAppsHook4