7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 hash = "sha256-MKtVZLHp8UfXW8KJ3QjPMhxnt46xV+pA9NMqAX0iqiA=";
18 nativeBuildInputs = [ cmake ];
23 description = "A header-only, thread safe implementation of signal-slots for C++";
24 license = licenses.mit;
25 homepage = "https://github.com/palacaze/sigslot";
26 maintainers = with maintainers; [ azahi ];
27 platforms = platforms.all;