mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
pkgsMusl.dbus_cplusplus: mark broken for Musl
* Tracking issue: https://github.com/NixOS/nixpkgs/issues/277198
This commit is contained in:
parent
2fcb2da9e8
commit
135959fb12
@ -45,5 +45,8 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.goibhniu ];
|
||||
# Broken for Musl at 2023-12-28:
|
||||
# https://github.com/NixOS/nixpkgs/issues/277198
|
||||
broken = stdenv.hostPlatform.isMusl;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user