17 buildPythonPackage rec {
18 pname = "openpaperwork-gtk";
19 inherit (import ./src.nix { inherit fetchFromGitLab; }) version src;
22 sourceRoot = "${src.name}/openpaperwork-gtk";
24 # Python 2.x is not supported.
25 disabled = !isPy3k && !isPyPy;
29 patchShebangs ../tools
32 env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
44 propagatedBuildInputs = [
56 description = "Reusable GTK components of Paperwork";
57 homepage = "https://openpaper.work/";
58 license = lib.licenses.gpl3Plus;
59 maintainers = with lib.maintainers; [ aszlig symphorien ];
60 platforms = lib.platforms.linux;