1 { stdenv, lib, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-2k5PjwFxgA/2XPqJrPHxgSInM61FBEcieppBx+MAUKw=";
18 cp backward.hpp $out/include
24 description = "Beautiful stack trace pretty printer for C++";
25 homepage = "https://github.com/bombela/backward-cpp";
26 license = licenses.mit;
27 platforms = platforms.all;
28 maintainers = with maintainers; [ ];