We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0259c10 commit 98871e7Copy full SHA for 98871e7
pkgs/by-name/pa/pablodraw/package.nix
@@ -22,11 +22,6 @@ buildDotnetModule rec {
22
hash = "sha256-p2YeWC3ZZOI5zDpgDmEX3C5ByAAjLxJ0CqFAqKeoJ0Q=";
23
};
24
25
- postPatch = ''
26
- substituteInPlace ${projectFile} \
27
- --replace-warn '<EnableCompressionInSingleFile>True</EnableCompressionInSingleFile>' ""
28
- '';
29
-
30
projectFile = "Source/PabloDraw/PabloDraw.csproj";
31
32
executables = [ "PabloDraw" ];
@@ -36,6 +31,10 @@ buildDotnetModule rec {
36
37
nugetDeps = ./deps.json;
38
33
34
+ dotnetFlags = [
35
+ "-p:EnableCompressionInSingleFile=false"
+ ];
+
39
nativeBuildInputs = [
40
wrapGAppsHook3
41
copyDesktopItems
0 commit comments