Skip to content

Commit 4c38a02

Browse files
Merge pull request #1610 from NixOS/SuperSandro2000-patch-1
Fix fydetab duo eval
2 parents f89c620 + 82e5fcb commit 4c38a02

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fydetab/duo/u-boot.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
lib,
33
stdenv,
4-
buildUboot,
4+
buildUBoot,
55
armTrustedFirmwareRK3588,
66
rkbin,
7+
fetchpatch,
78
fetchurl,
89
fetchFromGitHub,
910
}:
@@ -33,7 +34,7 @@ buildUBoot {
3334
lib.mapAttrs
3435
(
3536
name: hash:
36-
pkgs.fetchpatch {
37+
fetchpatch {
3738
url = "https://github.com/openFyde/overlay-fydetab_duo-openfyde/raw/fd84c5302908dea6a819c2dcd025a2bf93b5d4e8/sys-boot/rk-uboot/files/rk8/${name}";
3839
inherit hash;
3940
}

0 commit comments

Comments
 (0)