12 buildPythonPackage rec {
13 pname = "qmake2cmake";
17 url = "https://codereview.qt-project.org/qt/qmake2cmake";
19 hash = "sha256-M5XVQ8MXo2Yxg5eZCho2YAGFtB0h++mEAg8NcQVuP/w=";
26 propagatedBuildInputs = [
39 export HOME=$(mktemp -d)
43 description = "Tool to convert qmake .pro files to CMakeLists.txt";
44 homepage = "https://wiki.qt.io/Qmake2cmake";
45 license = licenses.gpl3Plus;
46 maintainers = with maintainers; [ wegank ];