1 { lib, stdenv, fetchFromGitHub }:
2 stdenv.mkDerivation rec {
6 src = fetchFromGitHub {
7 owner = "leahneukirchen";
10 sha256 = "sha256-oZcaBgESIaD7/SUBE7luh7axucKTEzXPVkQAQs2NCXE=";
14 cp '${./Makefile}' Makefile
18 description = "Implementation of the redo build system in portable C with zero dependencies";
19 homepage = "https://github.com/leahneukirchen/redo-c";
20 license = licenses.cc0;
21 platforms = platforms.all;
22 maintainers = with maintainers; [ ck3d ];