apt-offline: pass in pythonPackages

This commit is contained in:
Frederik Rietdijk 2016-09-26 10:34:05 +02:00
parent d6cb238c8e
commit 5220ee8db7

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, bash, buildPythonApplication }:
{ stdenv, fetchurl, bash, pythonPackages }:
buildPythonApplication rec {
pythonPackages.buildPythonApplication rec {
version = "1.3";
name = "apt-offline-${version}";
@ -12,8 +12,6 @@ buildPythonApplication rec {
sha256 = "1sp7ai2abzhbg9y84700qziybphvpzl2nk3mz1d1asivzyjvxlxy";
};
buildInputs = [ ];
doCheck = false;
# Requires python-qt4 (feel free to get it working).