10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 sha256 = "0y3crfm0jqprgxamlly713cka2x1bp6z63p1lw9wh4wc37kpira6";
21 nativeBuildInputs = [ pkg-config ];
32 homepage = "https://github.com/dbohdan/s2png/";
33 description = "Store any data in PNG images";
34 license = lib.licenses.gpl2Plus;
35 maintainers = [ lib.maintainers.dbohdan ];
36 platforms = lib.platforms.unix;
37 mainProgram = "s2png";