Mark Distrobox as Linux Only

Distrobox is currently marked as compatible for Darwin systems. However, upstream currently contains an [unresolved issue](https://github.com/89luca89/distrobox/issues/36) static macOS as currently unsupported, and attempts to run distrobox fail.
This commit is contained in:
bromine1 2023-07-07 17:41:20 -04:00 committed by GitHub
parent b3d9c6a044
commit eeb7345a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ stdenvNoCC.mkDerivation rec {
'';
homepage = "https://distrobox.privatedns.org/";
license = licenses.gpl3Only;
platforms = platforms.all;
platforms = platforms.linux;
maintainers = with maintainers; [ atila ];
};
}