summary refs log tree commit diff
path: root/pkgs/development/libraries/vc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-11-04 22:04:45 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-11-04 22:04:45 +0100
commit486d58748f13111f0c72a111835ae41054ffc2b8 (patch)
tree6396a1e8743ad07a2cde4f899c8f3d4322a38a32 /pkgs/development/libraries/vc
parent6d7273571c8f71e49e406227206b35312074a714 (diff)
downloadnixpkgs-486d58748f13111f0c72a111835ae41054ffc2b8.tar
nixpkgs-486d58748f13111f0c72a111835ae41054ffc2b8.tar.gz
nixpkgs-486d58748f13111f0c72a111835ae41054ffc2b8.tar.bz2
nixpkgs-486d58748f13111f0c72a111835ae41054ffc2b8.tar.lz
nixpkgs-486d58748f13111f0c72a111835ae41054ffc2b8.tar.xz
nixpkgs-486d58748f13111f0c72a111835ae41054ffc2b8.tar.zst
nixpkgs-486d58748f13111f0c72a111835ae41054ffc2b8.zip
vc: fix evaluation (licences -> licenses)
Diffstat (limited to 'pkgs/development/libraries/vc')
-rw-r--r--pkgs/development/libraries/vc/0.7.nix2
-rw-r--r--pkgs/development/libraries/vc/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/vc/0.7.nix b/pkgs/development/libraries/vc/0.7.nix
index 932b7f50f35..7f774e2eb92 100644
--- a/pkgs/development/libraries/vc/0.7.nix
+++ b/pkgs/development/libraries/vc/0.7.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Library for multiprecision complex arithmetic with exact rounding";
     homepage = https://github.com/VcDevel/Vc;
-    license = licences.bsd3;
+    license = licenses.bsd3;
     platforms = platforms.all;
     maintainers = with maintainers; [ abbradar ];
   };
diff --git a/pkgs/development/libraries/vc/default.nix b/pkgs/development/libraries/vc/default.nix
index b019ad63cdf..9d5a24c4371 100644
--- a/pkgs/development/libraries/vc/default.nix
+++ b/pkgs/development/libraries/vc/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Library for multiprecision complex arithmetic with exact rounding";
     homepage = https://github.com/VcDevel/Vc;
-    license = licences.bsd3;
+    license = licenses.bsd3;
     platforms = platforms.all;
     maintainers = with maintainers; [ abbradar ];
   };