mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "bc-1.07.1";
|
name = "bc-1.07.1";
|
||||||
@ -31,6 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "GNU software calculator";
|
description = "GNU software calculator";
|
||||||
homepage = http://www.gnu.org/software/bc/;
|
homepage = http://www.gnu.org/software/bc/;
|
||||||
|
license = stdenv.lib.licenses.gpl3;
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user