18 buildPythonPackage rec {
23 src = fetchFromGitHub {
27 hash = "sha256-SE9xqrloPXIRTJiiqUdRKFmb4c0OjmJK5CMn6VXMFmk=";
30 disabled = pythonOlder "3.5.0";
36 propagatedBuildInputs = [
50 sed -i 's,/python''${PYTHON_VERSION_MAJOR}/dist-packages,/python''${PYTHON_VERSION_MAJOR}.''${PYTHON_VERSION_MINOR}/site-packages,g' CMakeLists.txt
52 -e "s,Resources.addSearchPath(os.path.join(os.path.abspath(os.path.dirname(__file__)).*,Resources.addSearchPath(\"$out/share/uranium/resources\")," \
53 -e "s,self._plugin_registry.addPluginLocation(os.path.join(os.path.abspath(os.path.dirname(__file__)).*,self._plugin_registry.addPluginLocation(\"$out/lib/uranium/plugins\")," \
58 description = "Python framework for building Desktop applications";
59 homepage = "https://github.com/Ultimaker/Uranium";
60 license = licenses.lgpl3Plus;
61 platforms = platforms.linux;
62 maintainers = with maintainers; [