python312Packages.osc: unbreak on Darwin

This commit is contained in:
Malo Bourgon
2025-05-12 17:38:03 -07:00
parent ea2bdd28cb
commit 69743c1341

View File

@@ -1,5 +1,4 @@
{
stdenv,
bashInteractive,
buildPythonPackage,
cryptography,
@@ -49,7 +48,6 @@ buildPythonPackage rec {
preCheck = "HOME=$TOP/tmp";
meta = with lib; {
broken = stdenv.hostPlatform.isDarwin;
homepage = "https://github.com/openSUSE/osc";
description = "opensuse-commander with svn like handling";
mainProgram = "osc";