mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Disabling tests for haskellPackages.docker
Tests in `docker` package require `docker` command and working docker server on build machine..
This commit is contained in:
parent
581e9f0b32
commit
517e64727b
@ -926,6 +926,10 @@ self: super: {
|
|||||||
# https://github.com/sol/hpack/issues/53
|
# https://github.com/sol/hpack/issues/53
|
||||||
hpack = dontCheck super.hpack;
|
hpack = dontCheck super.hpack;
|
||||||
|
|
||||||
|
# Tests require `docker` command in PATH
|
||||||
|
# Tests require running docker service :on localhost
|
||||||
|
docker = dontCheck super.docker;
|
||||||
|
|
||||||
# https://github.com/deech/fltkhs/issues/16
|
# https://github.com/deech/fltkhs/issues/16
|
||||||
fltkhs = overrideCabal super.fltkhs (drv: {
|
fltkhs = overrideCabal super.fltkhs (drv: {
|
||||||
libraryToolDepends = (drv.libraryToolDepends or []) ++ [pkgs.autoconf];
|
libraryToolDepends = (drv.libraryToolDepends or []) ++ [pkgs.autoconf];
|
||||||
|
Loading…
Reference in New Issue
Block a user