mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
vdirsyncer: fix build due to #47709
This commit is contained in:
parent
c606de191f
commit
a9a88b0942
@ -41,7 +41,7 @@ in pythonPackages.buildPythonApplication rec {
|
||||
|
||||
preBuild = ''
|
||||
mkdir -p rust/target/release
|
||||
ln -s ${native}/bin/libvdirsyncer_rustext* rust/target/release/
|
||||
ln -s ${native}/lib/libvdirsyncer_rustext* rust/target/release/
|
||||
'';
|
||||
|
||||
LC_ALL = "en_US.utf8";
|
||||
|
Loading…
Reference in New Issue
Block a user