mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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";
|
||||
name = "apt-offline-${version}";
|
||||
|
||||
|
@ -12,8 +12,6 @@ buildPythonApplication rec {
|
|||
sha256 = "1sp7ai2abzhbg9y84700qziybphvpzl2nk3mz1d1asivzyjvxlxy";
|
||||
};
|
||||
|
||||
buildInputs = [ ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
# Requires python-qt4 (feel free to get it working).
|
||||
|
|
Loading…
Reference in a new issue