Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33510589
D4424.1769063298.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
593 B
Referenced Files
None
Subscribers
None
D4424.1769063298.diff
View Options
diff --git a/nix/overlay.nix b/nix/overlay.nix
--- a/nix/overlay.nix
+++ b/nix/overlay.nix
@@ -28,9 +28,12 @@
});
olm = prev.olm.overrideAttrs(oldAttrs: {
- # *.hh files aren't meant to be used externally, so we patch installation to add it
+ # *.hh files aren't meant to be used externally
+ # so we patch installation to add it
postInstall = ''
- cp $NIX_BUILD_TOP/${oldAttrs.src.name}/include/olm/*.h* ''${!outputDev}/include/olm
+ cp \
+ $NIX_BUILD_TOP/${oldAttrs.src.name}/include/olm/*.h* \
+ ''${!outputDev}/include/olm
'';
});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 22, 6:28 AM (5 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5974763
Default Alt Text
D4424.1769063298.diff (593 B)
Attached To
Mode
D4424: [nix] Lint line length
Attached
Detach File
Event Timeline
Log In to Comment