bc: add license

This commit is contained in:
Markus Kowalewski 2018-08-16 21:24:42 +02:00
parent fde1b2efe2
commit 1f3b568a6c
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -1,4 +1,6 @@
{stdenv, autoreconfHook, buildPackages, fetchurl, flex, readline, ed, texinfo}:
{ stdenv, autoreconfHook, buildPackages
, fetchurl, flex, readline, ed, texinfo
}:
stdenv.mkDerivation rec {
name = "bc-1.07.1";
@ -31,6 +33,7 @@ stdenv.mkDerivation rec {
meta = {
description = "GNU software calculator";
homepage = http://www.gnu.org/software/bc/;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
};
}