ttygif: enable on darwin

This commit is contained in:
Mario Rodas 2020-05-10 16:20:00 -05:00
parent 2a8fb4c39c
commit 36280307f4
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -11,12 +11,12 @@ stdenv.mkDerivation rec {
sha256 = "1w9c3h6hik2gglwsw8ww63piy66i4zqr3273wh5rc9r2awiwh643";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];
makeFlags = [ "CC:=$(CC)" "PREFIX=${placeholder "out"}" ];
meta = with stdenv.lib; {
homepage = "https://github.com/icholy/ttygif";
description = "Convert terminal recordings to animated gifs";
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.mit;
maintainers = with maintainers; [ moaxcp ];
};