Merge pull request #47995 from erictapen/47709-fallout
fix broken packages from #47709
This commit is contained in:
commit
c555a076e7
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
./remove-rust-buildstep.patch
|
./remove-rust-buildstep.patch
|
||||||
];
|
];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -i -e 's|rust-stracciatella|${libstracciatella}/bin/libstracciatella.so|g' CMakeLists.txt
|
sed -i -e 's|rust-stracciatella|${libstracciatella}/lib/libstracciatella.so|g' CMakeLists.txt
|
||||||
cmakeFlagsArray+=("-DEXTRA_DATA_DIR=$out/share/ja2")
|
cmakeFlagsArray+=("-DEXTRA_DATA_DIR=$out/share/ja2")
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user