about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/science/geometry
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/science/geometry')
-rw-r--r--nixpkgs/pkgs/applications/science/geometry/tetgen/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/science/geometry/tetgen/default.nix b/nixpkgs/pkgs/applications/science/geometry/tetgen/default.nix
index 75eaa089ecfb..1e3c96ae8c62 100644
--- a/nixpkgs/pkgs/applications/science/geometry/tetgen/default.nix
+++ b/nixpkgs/pkgs/applications/science/geometry/tetgen/default.nix
@@ -16,7 +16,6 @@ stdenv.mkDerivation {
   '';
 
   meta = {
-    inherit version;
     description = "Quality Tetrahedral Mesh Generator and 3D Delaunay Triangulator";
     homepage = "http://tetgen.org/";
     license = lib.licenses.agpl3Plus;