dive: enable tests

This commit is contained in:
superherointj 2022-05-04 13:33:56 -03:00
parent 9a41fab23f
commit b377b29d9e

View file

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-0gJ3dAPoilh3IWkuesy8geNsuI1T0DN64XvInc9LvlM=";
doCheck = false;
nativeBuildInputs = [ pkg-config ];
buildInputs = lib.optionals stdenv.isLinux [ btrfs-progs gpgme lvm2 ];