Unverified Commit 69743c13 authored by Malo Bourgon's avatar Malo Bourgon
Browse files

python312Packages.osc: unbreak on Darwin

parent ea2bdd28
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
{
  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";