mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
python312Packages.ffcv: mark as broken on darwin
This commit is contained in:
parent
5aed162d67
commit
44c966831e
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
psutil,
|
||||
torchvision,
|
||||
webdataset,
|
||||
stdenv,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -108,5 +109,8 @@ buildPythonPackage rec {
|
|||
samuela
|
||||
djacu
|
||||
];
|
||||
# OSError: dlopen(libc.so.6, 0x0006): tried: '/usr/lib/libc.so.6' (no such file, not in dyld cache),
|
||||
# 'libc.so.6' (no such file), '/usr/local/lib/libc.so.6' (no such file), '/usr/lib/libc.so.6' (no such file, not in dyld cache)
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue