1 { lib, stdenv, fetchFromGitHub, openssl }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "1bvshfa9pa012yzdwapi3nalpgcwmfq7d3n3w3mlr357a6kq64qk";
14 buildInputs = [ openssl ];
18 mv amlbootsig unamlbootsig amlinfo "$out/bin"
22 homepage = "https://github.com/afaerber/meson-tools";
23 description = "Tools for Amlogic Meson ARM platforms";
24 license = licenses.gpl2;
25 maintainers = with maintainers; [ lopsided98 ];