qmediathekview: set platforms to linux

See #34821.
This commit is contained in:
Vladimír Čunát 2018-02-10 22:07:08 +01:00
parent b85f2eb367
commit 0db25ddac5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "An alternative Qt-based front-end for the database maintained by the MediathekView project"; description = "An alternative Qt-based front-end for the database maintained by the MediathekView project";
inherit (src.meta) homepage; inherit (src.meta) homepage;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = platforms.linux;
maintainers = with maintainers; [ dotlambda ]; maintainers = with maintainers; [ dotlambda ];
}; };
} }