python3Packages.enamlx: remove obsolete patch
This commit is contained in:
parent
261fc8bc41
commit
34608858db
1 changed files with 0 additions and 6 deletions
|
@ -17,12 +17,6 @@ buildPythonPackage rec {
|
||||||
sha256 = "144bsh6lfrrjk6dygrbc2bfhlv742avj53awxnhgai04hab0214r";
|
sha256 = "144bsh6lfrrjk6dygrbc2bfhlv742avj53awxnhgai04hab0214r";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Minimally modified version of https://github.com/frmdstryr/enamlx/commit/16df11227b8cee724624541d274e481802ea67e3
|
|
||||||
# (without the change to setup.py), already on master and expected in the first post-0.4.3 release
|
|
||||||
./replace-unicode-with-str.patch
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
enaml
|
enaml
|
||||||
# Until https://github.com/inkcut/inkcut/issues/105 perhaps
|
# Until https://github.com/inkcut/inkcut/issues/105 perhaps
|
||||||
|
|
Loading…
Reference in a new issue