Skip to content
Unverified Commit e5f0d13a authored by Marco Hennings's avatar Marco Hennings Committed by GitHub
Browse files

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.
parent 32b95b2c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment