try overridePythonAttrs for some fucking reason
This commit is contained in:
parent
82cb10cecf
commit
26880c8539
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
# https://github.com/NixOS/nixpkgs/pull/394352
|
# https://github.com/NixOS/nixpkgs/pull/394352
|
||||||
cloudflare-dyndns-5-3 = pkgs.cloudflare-dyndns.overrideAttrs rec {
|
cloudflare-dyndns-5-3 = pkgs.cloudflare-dyndns.overridePythonAttrs rec {
|
||||||
version = lib.warnIfNot (pkgs.cloudflare-dyndns.version == "5.0") "The cloudflare-dyndns package is updated, you should remove this override" "5.3";
|
version = lib.warnIfNot (pkgs.cloudflare-dyndns.version == "5.0") "The cloudflare-dyndns package is updated, you should remove this override" "5.3";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "kissgyorgy";
|
owner = "kissgyorgy";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue