1 { lib, stdenv, fetchFromGitHub
4 stdenv.mkDerivation rec {
8 src = fetchFromGitHub {
12 sha256 = "sha256-wkRiDWO9wUyxkAeqvm99u22Jq4xnQJx6zS7Sb+R8iMg=";
20 # https://github.com/FedeDP/libmodule/issues/7
22 substituteInPlace Extra/libmodule.pc.in \
23 --replace '$'{exec_prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@ \
24 --replace '$'{prefix}/@CMAKE_INSTALL_INCLUDEDIR@ @CMAKE_INSTALL_FULL_INCLUDEDIR@
28 description = "C simple and elegant implementation of an actor library";
29 homepage = "https://github.com/FedeDP/libmodule";
30 platforms = platforms.linux;
31 license = licenses.mit;
32 maintainers = with maintainers; [