mdds: fix tests
This commit is contained in:
parent
dca7b10fd5
commit
a96380527f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user