Skip to content

Commit

Permalink
qmediathekview: set platforms to linux
Browse files Browse the repository at this point in the history
See #34821.
  • Loading branch information
vcunat committed Feb 10, 2018
1 parent b85f2eb commit 0db25dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/video/qmediathekview/default.nix
Expand Up @@ -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 ];
};
}

0 comments on commit 0db25dd

Please sign in to comment.