about summary refs log tree commit diff
path: root/pkgs/grandpa
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-09-27 00:22:19 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-09-27 00:22:19 +0200
commit0b5beb71d988d4ee39bda95bee947c1c41b3c9df (patch)
tree15ecdb3e6215a9ce0ddc692a7276280cf4318af1 /pkgs/grandpa
parent7d7162ec732891b181991a7e0695006f92f38e30 (diff)
pkgs: Switch to pythonPackages.buildPythonPackage
Since 771ed59b48bc1257439b4529426cc9047aebc27b, there is no top-level
attribute anymore, so let's fix this.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/grandpa')
-rw-r--r--pkgs/grandpa/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/grandpa/default.nix b/pkgs/grandpa/default.nix
index f8aaf62c..5baa888b 100644
--- a/pkgs/grandpa/default.nix
+++ b/pkgs/grandpa/default.nix
@@ -1,4 +1,4 @@
-{ fetchFromGitHub, buildPythonPackage, pythonPackages, gpm }:
+{ fetchFromGitHub, pythonPackages, gpm }:
 
 pythonPackages.buildPythonPackage {
   name = "grandpa-0.5";