mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
shhmsg: init at 1.4.2
This commit is contained in:
parent
5c9f437d2f
commit
7ec18455b2
20
pkgs/development/libraries/shhmsg/default.nix
Normal file
20
pkgs/development/libraries/shhmsg/default.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
|
@ -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 {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user