[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#33893] [PATCH v5 4/4] gnu: Add docker-cli.
From: |
Ludovic Courtès |
Subject: |
[bug#33893] [PATCH v5 4/4] gnu: Add docker-cli. |
Date: |
Sun, 06 Jan 2019 21:33:12 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Danny Milosavljevic <address@hidden> skribis:
> * gnu/packages/docker.scm (docker-cli): New variable.
[...]
> + (arguments
> + `(#:import-path "github.com/docker/cli"
> + ;; TODO: Tests require a running Docker daemon.
> + #:tests? #f
I suppose we cannot run the daemon in the build environment, can we?
Or is it possible to use some of the tests?
> + (native-inputs
> + `(("go" ,go)
> + ("libltdl" ,libltdl)
Shouldn’t libltdl be an input?
Otherwise LGTM, thanks!
Ludo’.
- [bug#33893] [PATCH v5 4/4] gnu: Add docker-cli.,
Ludovic Courtès <=