commit
fc3120ce90
@ -14,4 +14,8 @@ buildGoPackage rec {
|
||||
};
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
meta = {
|
||||
license = stdenv.lib.licenses.isc;
|
||||
};
|
||||
}
|
||||
|
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://github.com/tmakkonen/sipcmd;
|
||||
description = "The command line SIP/H.323/RTP softphone";
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -12,5 +12,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://www.arg0.net/rlog;
|
||||
description = "A C++ logging library used in encfs";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
};
|
||||
}
|
||||
|
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
homepage = https://math.nist.gov/tnt/;
|
||||
description = "Template Numerical Toolkit: C++ headers for array and matrices";
|
||||
license = stdenv.lib.licenses.publicDomain;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A small, fast, portable implementation of TLS/SSL for embedded devices";
|
||||
homepage = "https://www.wolfssl.com/";
|
||||
platforms = platforms.all;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with maintainers; [ mcmtroffaes ];
|
||||
};
|
||||
}
|
||||
|
@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A tool to serve ZIM files using HTTP";
|
||||
homepage = http://git.wikimedia.org/log/openzim;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with stdenv.lib.maintainers; [ robbinch juliendehos ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user