forked from mirrors/nixpkgs
bc: add license
This commit is contained in:
parent
fde1b2efe2
commit
1f3b568a6c
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue