vdirsyncer: fix build due to #47709

This commit is contained in:
Justin Humm
2018-10-07 12:12:03 +02:00
parent c606de191f
commit a9a88b0942
+1 -1
View File
@@ -41,7 +41,7 @@ in pythonPackages.buildPythonApplication rec {
preBuild = '' preBuild = ''
mkdir -p rust/target/release 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"; LC_ALL = "en_US.utf8";