mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
_389-ds-base: fix cargo deps vendoring
This commit is contained in:
parent
017ab730c8
commit
f580aca59b
1 changed files with 1 additions and 2 deletions
|
@ -97,8 +97,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
|
||||
preBuild = ''
|
||||
mkdir -p ./vendor
|
||||
tar -xzf ${finalAttrs.cargoDeps} -C ./vendor --strip-components=1
|
||||
ln -s ${finalAttrs.cargoDeps} ./vendor
|
||||
'';
|
||||
|
||||
configureFlags =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue