Skip to content

Commit

Permalink
remove preConfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Aug 22, 2024
1 parent b6e4405 commit e09b4d2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/by-name/ne/nexusmods-app/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ buildDotnetModule rec {
dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.runtime_8_0;

preConfigure = ''
substituteInPlace Directory.Build.props \
--replace '</PropertyGroup>' '<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles></PropertyGroup>'
'';

postPatch = ''
# We still need this for the tests, even though we build with NEXUSMODS_APP_USE_SYSTEM_EXTRACTOR
# See https://github.com/Nexus-Mods/NexusMods.App/issues/1836
Expand Down

0 comments on commit e09b4d2

Please sign in to comment.