mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python312Packages.osc: unbreak on Darwin
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user