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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user