mdds: fix tests

This commit is contained in:
Jan Malakhovski 2018-05-25 23:51:04 +00:00
parent dca7b10fd5
commit a96380527f

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl }: { stdenv, fetchurl, boost }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.3.1"; version = "1.3.1";
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
cp "$out/share/pkgconfig/"* "$out/lib/pkgconfig" cp "$out/share/pkgconfig/"* "$out/lib/pkgconfig"
''; '';
checkInputs = [ boost ];
meta = { meta = {
inherit version; inherit version;
homepage = https://gitlab.com/mdds/mdds; homepage = https://gitlab.com/mdds/mdds;