1 { lib, python3Packages, fetchPypi }:
3 python3Packages.buildPythonApplication rec {
10 hash = "sha256-tWarqT2jFgCuSsa2NwMHRaR3/wj0khiRHidvRNMwM8M=";
13 nativeBuildInputs = with python3Packages; [ setuptools-scm ];
14 propagatedBuildInputs = with python3Packages; [ pyyaml setuptools ];
17 export HOME=$(mktemp -d)
21 description = "Save Linux Customization";
22 maintainers = with maintainers; [ MoritzBoehme ];
23 homepage = "https://github.com/Prayag2/konsave";
24 license = licenses.gpl3;
25 platforms = platforms.linux;