mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
Update repository path for nxp/imx
Signed-off-by: Ganga Ram <Ganga.Ram@tii.ae>
This commit is contained in:
@@ -4,15 +4,20 @@ with pkgs;
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
pname = "imx-mkimage";
|
||||
version = "lf-5.15.32-2.0.0";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://source.codeaurora.org/external/imx/imx-mkimage.git";
|
||||
url = "https://github.com/nxp-imx/imx-mkimage.git";
|
||||
rev = version;
|
||||
sha256 = "sha256-31pib5DTDPVfiAAoOSzK8HWUlnuiNnfXQIsxbjneMCc=";
|
||||
sha256 = "sha256-vJuWK2GOAtps798QY1I6xIcixgenJmntrh24s9KtsKU=";
|
||||
leaveDotGit = true;
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace 'CC = gcc' 'CC = clang'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
clang
|
||||
git
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user