summary refs log tree commit diff
path: root/pkgs/applications/science/geometry
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-18 00:07:38 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-18 00:07:38 +0200
commit82cb33a0ae1a9128141709729b30784e821f0820 (patch)
treeb042e15d738b1df852c14c01cf00fefd1f541f01 /pkgs/applications/science/geometry
parentb59c06dc92f8d03660eb4155754d93a6c34cda83 (diff)
treewide: remove meta.version
Diffstat (limited to 'pkgs/applications/science/geometry')
-rw-r--r--pkgs/applications/science/geometry/tetgen/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/science/geometry/tetgen/default.nix b/pkgs/applications/science/geometry/tetgen/default.nix
index 75eaa089ecfbb..1e3c96ae8c62a 100644
--- a/pkgs/applications/science/geometry/tetgen/default.nix
+++ b/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;