diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-02-27 00:31:50 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-02-27 00:31:50 +0300 |
| commit | b80f180f8d116eafd61cac3462bcd510830aecd6 (patch) | |
| tree | 0f1ac1d1bfa44c3e299418fb4abaaf292d74edea | |
| parent | guix: Add my-docker and containerd-without-tests. (diff) | |
| download | guix-wigust-b80f180f8d116eafd61cac3462bcd510830aecd6.tar.gz | |
Revert "guix: Add my-docker and containerd-without-tests."
This reverts commit 6766e70ed5687f4c9d57caf59caa681c1163d876.
| -rw-r--r-- | guix/wigust/packages/docker.scm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/guix/wigust/packages/docker.scm b/guix/wigust/packages/docker.scm deleted file mode 100644 index e9b8e55..0000000 --- a/guix/wigust/packages/docker.scm +++ /dev/null @@ -1,14 +0,0 @@ -(define-module (wigust packages docker) - #:use-module (gnu packages docker) - #:use-module (guix packages)) - -(define-public containerd-without-tests - (package - (inherit containerd) - (arguments `(#:tests? #f ,@(package-arguments containerd))))) - -(define-public my-docker - (package - (inherit docker) - (inputs `(("containerd" ,containerd-without-tests) - ,@(assoc-remove! (package-inputs docker) "containerd"))))) |
