From 2c6cd5b69cb4ed8d8da790ca1cad1fe11a98a4ed Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Tue, 20 Mar 2018 18:41:37 +0000 Subject: [PATCH] Build qscintilla on darwin --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 5c49b6bc0c8d..64c92056c5f7 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -14189,7 +14189,7 @@ in { description = "A Python binding to QScintilla, Qt based text editing control"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ danbst ]; - platforms = platforms.linux; + platforms = platforms.unix; }; });