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

View File

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