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

This commit is contained in:
Luke Adams
2017-11-22 16:42:19 -06:00
parent 9be55b0d04
commit 4bc189db28
+1 -1
View File
@@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
inherit (src.meta) homepage;
description = "Universal Radio Hacker: investigate wireless protocols like a boss";
license = licenses.asl20;
platforms = platforms.all;
platforms = platforms.linux;
maintainers = with maintainers; [ fpletz ];
};
}