1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

shhmsg: init at 1.4.2

This commit is contained in:
Pascal Wittmann 2015-07-09 15:21:43 +02:00
parent 5c9f437d2f
commit 7ec18455b2
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "shhmsg-1.4.2";
src = fetchurl {
url = "http://shh.thathost.com/pub-unix/files/${name}.tar.gz";
sha256 = "0ax02fzqpaxr7d30l5xbndy1s5vgg1ag643c7zwiw2wj1czrxil8";
};
installFlags = "INSTBASEDIR=$(out)";
meta = with stdenv.lib; {
description = "A library for displaying messages";
homepage = http://shh.thathost.com/pub-unix/;
license = licenses.artistic1;
platforms = platforms.linux;
};
}

View file

@ -8034,6 +8034,8 @@ let
sfsexp = callPackage ../development/libraries/sfsexp {};
shhmsg = callPackage ../development/libraries/shhmsg { };
silgraphite = callPackage ../development/libraries/silgraphite {};
graphite2 = callPackage ../development/libraries/silgraphite/graphite2.nix {};