mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
scilab-bin: fix build
Nixpkgs for a while has been checking for broken symlinks, and the result of that is a lot of pacakges like this are broken. For now we disable this checking, it can be safely reverted when updated to version 2025.0.0. Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
parent
2113a521ad
commit
e34066f045
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,8 @@ let
|
|||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
dontCheckForBrokenSymlinks = true;
|
||||
};
|
||||
|
||||
linux = stdenv.mkDerivation {
|
||||
|
@ -116,6 +118,8 @@ let
|
|||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
dontCheckForBrokenSymlinks = true;
|
||||
};
|
||||
in
|
||||
if stdenv.hostPlatform.isDarwin then darwin else linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue