7 stdenv.mkDerivation rec {
12 url = "https://shh.thathost.com/pub-unix/files/shhmsg-${version}.tar.gz";
13 sha256 = "0ax02fzqpaxr7d30l5xbndy1s5vgg1ag643c7zwiw2wj1czrxil8";
17 substituteInPlace Makefile --replace "gcc" "${stdenv.cc.targetPrefix}cc"
20 installFlags = [ "INSTBASEDIR=$(out)" ];
23 description = "Library for displaying messages";
24 homepage = "https://shh.thathost.com/pub-unix/";
25 license = licenses.artistic1;
26 platforms = platforms.all;