1 { lib, python3Packages, fetchFromGitHub, p7zip, parted, grub2 }:
4 buildPythonApplication rec {
8 propagatedBuildInputs = [ p7zip parted grub2 termcolor wxPython_4_0 six ];
10 src = fetchFromGitHub {
14 sha256 = "sha256-Nsdk3SMRzj1fqLrp5Na5V3rRDMcIReL8uDb8K2GQNWI=";
18 # TODO: the gui requires additional polkit-actions to work correctly, therefore it is currently disabled
22 # checks fail, because of polkit-actions and should be reenabled when the gui is fixed.
26 description = "A tool to create a Windows USB stick installer from a real Windows DVD or image";
27 homepage = "https://github.com/WoeUSB/WoeUSB-ng";
28 license = licenses.gpl3Plus;
29 maintainers = with maintainers; [ stunkymonkey ];
30 platforms = platforms.linux;