nixpkgs/pkgs/applications/version-management/git-and-tools/stgit
Marco Hennings e5f0d13a49
gitAndTools.stgit: Fix broken package. (#84198)
The stgit package is installing using make, which leaves the application in a state where it can not properly find the installed package stgit.

---
File "/run/current-system/sw/bin/stg", line 35, in <module>
    from stgit.main import main
ImportError: No module named stgit.main
---

This is fixed by using buildPythonApplication instead of stdenv.mkDerivation.
2020-06-27 23:54:57 +02:00
..
default.nix gitAndTools.stgit: Fix broken package. (#84198) 2020-06-27 23:54:57 +02:00