From 078a4801bf01345267e1a7a6bd14c0a628af5598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Sat, 6 May 2023 18:23:07 +0200 Subject: [PATCH] python3Packages.nikola: enable on darwin --- pkgs/development/python-modules/nikola/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/nikola/default.nix b/pkgs/development/python-modules/nikola/default.nix index ebde9252701e..e4990ff4af31 100644 --- a/pkgs/development/python-modules/nikola/default.nix +++ b/pkgs/development/python-modules/nikola/default.nix @@ -115,7 +115,5 @@ buildPythonPackage rec { changelog = "https://github.com/getnikola/nikola/blob/v${version}/CHANGES.txt"; license = licenses.mit; maintainers = with maintainers; [ jluttine ]; - # All tests fail - broken = stdenv.isDarwin; }; }