apt-offline: pass in pythonPackages
This commit is contained in:
parent
d6cb238c8e
commit
5220ee8db7
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, bash, buildPythonApplication }:
|
{ stdenv, fetchurl, bash, pythonPackages }:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
version = "1.3";
|
version = "1.3";
|
||||||
name = "apt-offline-${version}";
|
name = "apt-offline-${version}";
|
||||||
|
|
||||||
@ -12,8 +12,6 @@ buildPythonApplication rec {
|
|||||||
sha256 = "1sp7ai2abzhbg9y84700qziybphvpzl2nk3mz1d1asivzyjvxlxy";
|
sha256 = "1sp7ai2abzhbg9y84700qziybphvpzl2nk3mz1d1asivzyjvxlxy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ];
|
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
# Requires python-qt4 (feel free to get it working).
|
# Requires python-qt4 (feel free to get it working).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user