From a5be4fe67abb315fb0d4cece735882214be7d4a2 Mon Sep 17 00:00:00 2001 From: Jascha Geerds Date: Sat, 7 Jan 2017 19:49:49 +0100 Subject: [PATCH] pythonPackages.docker_compose: Set meta.platforms to linux --- pkgs/top-level/python-packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 6070971874d7..687889f0b140 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -11125,6 +11125,7 @@ in { homepage = "https://docs.docker.com/compose/"; description = "Multi-container orchestration for Docker"; license = licenses.asl20; + platforms = platforms.linux; maintainers = with maintainers; [ jgeerds ];