herqq: mark linux only

This commit is contained in:
Daiderd Jordan 2018-03-19 22:13:24 +01:00
parent 43a686f4c7
commit 3030252b1e
No known key found for this signature in database
GPG Key ID: D02435D05B810C96
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
sha256 = "1w674rbwbhpirq70gp9rk6p068j36rwn112fx3nz613wgw63x84m";
};
meta = {
meta = with stdenv.lib; {
homepage = http://herqq.org;
description = "A software library for building UPnP devices and control points";
inherit (qt5.qtbase.meta) platforms;
platforms = platforms.linux;
maintainers = [ ];
};
}