jbrout: do not use top-level python packages

This commit is contained in:
Frederik Rietdijk 2016-09-25 23:52:22 +02:00
parent b23dbcca46
commit 9f8916e519

View File

@ -1,6 +1,8 @@
{ stdenv, fetchsvn, buildPythonApplication, python, pyGtkGlade, makeWrapper, pyexiv2, pythonPackages, fbida, which }:
{ stdenv, fetchsvn, pythonPackages, makeWrapper, fbida, which }:
buildPythonApplication rec {
let
inherit (pythonPackages) python;
in pythonPackages.buildPythonApplication rec {
name = "jbrout-${version}";
version = "338";