vdirsyncer: fix build due to #47709

This commit is contained in:
Justin Humm 2018-10-06 18:30:44 +02:00
parent c606de191f
commit a9a88b0942
No known key found for this signature in database
GPG Key ID: 5F24E3BD56617EB2

View File

@ -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";