urh: platforms to linux only due to qt5 issue on Darwin

+1 -1
+1 -1
pkgs/applications/misc/urh/default.nix
··· 22 inherit (src.meta) homepage; 23 description = "Universal Radio Hacker: investigate wireless protocols like a boss"; 24 license = licenses.asl20; 25 - platforms = platforms.all; 26 maintainers = with maintainers; [ fpletz ]; 27 }; 28 }
··· 22 inherit (src.meta) homepage; 23 description = "Universal Radio Hacker: investigate wireless protocols like a boss"; 24 license = licenses.asl20; 25 + platforms = platforms.linux; 26 maintainers = with maintainers; [ fpletz ]; 27 }; 28 }