Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3337774
D4424.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
593 B
Referenced Files
None
Subscribers
None
D4424.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
Fri, Nov 22, 5:10 PM (17 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2556875
Default Alt Text
D4424.diff (593 B)
Attached To
Mode
D4424: [nix] Lint line length
Attached
Detach File
Event Timeline
Log In to Comment