forked from mirrors/nixpkgs
Revert "pyload: add missing parameter"
This reverts commit 9ac269b76f
.
Ach, I missed https://github.com/NixOS/nixpkgs/pull/19993 which seems
to fix the same issue.
This commit is contained in:
parent
60bd86e279
commit
bd7a3575d7
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchFromGitHub, fetchpatch, pythonPackages, gocr, unrar, rhino, spidermonkey, gdbm }:
|
||||
{ stdenv, fetchFromGitHub, fetchpatch, pythonPackages, gocr, unrar, rhino, spidermonkey }:
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
version = "0.4.9-next";
|
||||
name = "pyLoad-" + version;
|
||||
|
|
Loading…
Reference in a new issue