9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "sha256-wkRiDWO9wUyxkAeqvm99u22Jq4xnQJx6zS7Sb+R8iMg=";
25 # https://github.com/FedeDP/libmodule/issues/7
27 substituteInPlace Extra/libmodule.pc.in \
28 --replace '$'{exec_prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@ \
29 --replace '$'{prefix}/@CMAKE_INSTALL_INCLUDEDIR@ @CMAKE_INSTALL_FULL_INCLUDEDIR@
33 description = "C simple and elegant implementation of an actor library";
34 homepage = "https://github.com/FedeDP/libmodule";
35 platforms = platforms.linux;
36 license = licenses.mit;
37 maintainers = with maintainers; [