Revert "pyload: add missing parameter"
This reverts commit 9ac269b76f776877ae2544e715ed77a166abcb11. 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 {
|
pythonPackages.buildPythonApplication rec {
|
||||||
version = "0.4.9-next";
|
version = "0.4.9-next";
|
||||||
name = "pyLoad-" + version;
|
name = "pyLoad-" + version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user