1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "0xwd84aynyqsi2kcndbff176vmhrak3jmn3lfcwya59653pppjr6";
16 mv chelf $out/bin/chelf
20 description = "change or display the stack size of an ELF binary";
21 homepage = "https://github.com/Gottox/chelf";
22 license = licenses.bsd2;
23 maintainers = with maintainers; [ dtzWill ];