docker-machine: enable for darwin

This commit is contained in:
Periklis Tsirakidis 2016-09-30 16:41:07 +02:00
parent 65f44f3f3a
commit 278f81bf24
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ buildGoPackage rec {
description = "Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage Docker Engine on the hosts."; description = "Docker Machine is a tool that lets you install Docker Engine on virtual hosts, and manage Docker Engine on the hosts.";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ offline tailhook ]; maintainers = with maintainers; [ offline tailhook ];
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }