mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
duplicity: use python2
This commit is contained in:
parent
956abf3775
commit
9475510027
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, fetchurl, pythonPackages, librsync, ncftp, gnupg, rsync, makeWrapper
|
{ stdenv, fetchurl, python2Packages, librsync, ncftp, gnupg, rsync, makeWrapper
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.7.07.1";
|
version = "0.7.07.1";
|
||||||
inherit (pythonPackages) boto ecdsa lockfile paramiko pycrypto python setuptools;
|
inherit (python2Packages) boto ecdsa lockfile paramiko pycrypto python setuptools;
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "duplicity-${version}";
|
name = "duplicity-${version}";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user