mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-07-28 10:43:13 +00:00
update linux flake
This commit is contained in:
parent
cba31be9e0
commit
40172c0cbf
@ -50,7 +50,11 @@
|
|||||||
pkgs.cmake
|
pkgs.cmake
|
||||||
pkgs.perl
|
pkgs.perl
|
||||||
pkgs.protobuf
|
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 ];
|
buildInputs = [ logosDeliveryLib ];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export LOGOS_DELIVERY_LIB_DIR="${logosDeliveryLib}/lib"
|
export LOGOS_DELIVERY_LIB_DIR="${logosDeliveryLib}/lib"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user