9 version = "unstable-2020-05-30";
11 src = fetchFromGitHub {
14 rev = "4300880a350679a808dc05bdc2840368f5c24d9a";
15 sha256 = "sha256-PLo5kkN2k3KutVGumoXEB2x9MdxDUtpwAQZLwm4dDvw=";
18 makeFlags = [ "prefix=$(out)" ];
20 doCheck = !stdenv.isDarwin;
22 checkInputs = [ util-linux ]; # uuidgen
25 description = "Embed binary & text files inside C binaries";
26 mainProgram = "bin2c";
27 homepage = "https://github.com/adobe/bin2c";
28 license = licenses.asl20;
29 maintainers = [ maintainers.shadowrz ];
30 platforms = platforms.all;