oops
This commit is contained in:
parent
aa04377e51
commit
109622271b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ in rec {
|
|||
buildPythonPackage rec {
|
||||
inherit (tarballs.ruamel-yaml-clib-src.passthru) pname version;
|
||||
src = tarballs.ruamel-yaml-clib-src;
|
||||
setuptoolsCheckPhase " true";
|
||||
setuptoolsCheckPhase = "true";
|
||||
};
|
||||
regenpfeifer-env = pypy3.withPackages (ps: [ps.marisa-trie]);
|
||||
wortformliste = pkgs.stdenvNoCC.mkDerivation {
|
||||
|
|
Reference in a new issue