herqq: mark linux only
This commit is contained in:
parent
43a686f4c7
commit
3030252b1e
|
@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1w674rbwbhpirq70gp9rk6p068j36rwn112fx3nz613wgw63x84m";
|
sha256 = "1w674rbwbhpirq70gp9rk6p068j36rwn112fx3nz613wgw63x84m";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://herqq.org;
|
homepage = http://herqq.org;
|
||||||
description = "A software library for building UPnP devices and control points";
|
description = "A software library for building UPnP devices and control points";
|
||||||
inherit (qt5.qtbase.meta) platforms;
|
platforms = platforms.linux;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue