mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
libpsm2: mark musl as broken
This commit is contained in:
parent
4534205b61
commit
cbd704ca1c
1 changed files with 2 additions and 0 deletions
|
@ -53,5 +53,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = [ maintainers.bzizou ];
|
||||
# uses __off64_t, srand48_r, lrand48_r, drand48_r
|
||||
broken = stdenv.hostPlatform.isMusl;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue