3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Luke Adams 2017-07-18 17:30:38 -05:00
parent 9be55b0d04
commit 4bc189db28

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 ];
};
}