10 inherit (python3.pkgs) wrapPython pyqt5;
12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "02xxasgbjbivsbhyfpn3cpv52lscdx5kc95s6ns1dvnmdg0fpng0";
29 propagatedBuildInputs = [ pyqt5 ];
32 python3 install.py -p $out -x
37 patchPythonScript $out/share/convertall/convertall.py
38 makeQtWrapper $out/share/convertall/convertall.py $out/bin/convertall
42 homepage = "https://convertall.bellz.org/";
43 description = "Graphical unit converter";
44 mainProgram = "convertall";
45 license = licenses.gpl2Plus;
46 maintainers = with maintainers; [ orivej ];
47 platforms = pyqt5.meta.platforms;