mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #130923 from dotlambda/duplicity-python39
duplicity: use python39
This commit is contained in:
commit
2d18ed2ec5
@ -1,7 +1,7 @@
|
||||
{ lib, stdenv
|
||||
, fetchFromGitLab
|
||||
, fetchpatch
|
||||
, python38
|
||||
, python3
|
||||
, librsync
|
||||
, ncftp
|
||||
, gnupg
|
||||
@ -13,7 +13,7 @@
|
||||
, gettext
|
||||
}:
|
||||
let
|
||||
pythonPackages = python38.pkgs;
|
||||
pythonPackages = python3.pkgs;
|
||||
inherit (lib.versions) majorMinor splitVersion;
|
||||
majorMinorPatch = v: builtins.concatStringsSep "." (lib.take 3 (splitVersion v));
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user