denaro: remove duplicate runtimeId flags

This commit is contained in:
mdarocha 2023-06-21 17:06:26 +02:00
parent 5d71301d0d
commit d90aabce69

View file

@ -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