10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "1drha9kshidw908k7h3gd9ws2bl64ms7bjcsa83pwb3hqa9bkspg";
26 substituteInPlace pywal/backends/wal.py --subst-var-by convert "${imagemagick}/bin/convert"
27 substituteInPlace pywal/wallpaper.py --subst-var-by feh "${feh}/bin/feh"
37 for f in tests/test_export.py tests/test_util.py ; do
38 substituteInPlace "$f" \
39 --replace '/tmp/' "$TMPDIR/"
44 description = "Generate and change colorschemes on the fly. A 'wal' rewrite in Python 3";
46 homepage = "https://github.com/dylanaraps/pywal";
47 license = licenses.mit;
48 maintainers = with maintainers; [ Fresheyeball ];