mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
csmith: Workaround broken libbsd on Darwin
This commit is contained in:
parent
050ee80ddb
commit
5516a2b6a1
@ -6666,6 +6666,9 @@ with pkgs;
|
||||
|
||||
csmith = callPackage ../development/tools/misc/csmith {
|
||||
inherit (perlPackages) perl SysCPU;
|
||||
# Workaround optional dependency on libbsd that's
|
||||
# currently broken on Darwin.
|
||||
libbsd = if stdenv.isDarwin then null else libbsd;
|
||||
};
|
||||
|
||||
csslint = callPackage ../development/web/csslint { };
|
||||
|
Loading…
Reference in New Issue
Block a user