3
0
Fork 0
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:
Joachim Fasting 2016-10-30 19:12:20 +01:00
parent 60bd86e279
commit bd7a3575d7

View file

@ -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;