Page MenuHomePhabricator

D4424.diff
No OneTemporary

D4424.diff

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

Mime Type
text/plain
Expires
Thu, Nov 21, 5:14 PM (21 m, 16 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2556875
Default Alt Text
D4424.diff (593 B)

Event Timeline