mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-27 19:49:31 +00:00
update linux flake
This commit is contained in:
parent
cba31be9e0
commit
40172c0cbf
@ -50,7 +50,11 @@
|
||||
pkgs.cmake
|
||||
pkgs.perl
|
||||
pkgs.protobuf
|
||||
];
|
||||
]
|
||||
# components/build.rs rewrites the dylib soname via patchelf on
|
||||
# Linux so consumers link without their own build.rs. macOS uses
|
||||
# install_name_tool, which ships with the toolchain.
|
||||
++ pkgs.lib.optionals pkgs.stdenv.isLinux [ pkgs.patchelf ];
|
||||
buildInputs = [ logosDeliveryLib ];
|
||||
shellHook = ''
|
||||
export LOGOS_DELIVERY_LIB_DIR="${logosDeliveryLib}/lib"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user