summary refs log tree commit diff
path: root/pkgs/applications/science/math/nauty/default.nix
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/math/nauty/default.nix
parentb59c06dc92f8d03660eb4155754d93a6c34cda83 (diff)
downloadnixpkgs-82cb33a0ae1a9128141709729b30784e821f0820.tar
nixpkgs-82cb33a0ae1a9128141709729b30784e821f0820.tar.gz
nixpkgs-82cb33a0ae1a9128141709729b30784e821f0820.tar.bz2
nixpkgs-82cb33a0ae1a9128141709729b30784e821f0820.tar.lz
nixpkgs-82cb33a0ae1a9128141709729b30784e821f0820.tar.xz
nixpkgs-82cb33a0ae1a9128141709729b30784e821f0820.tar.zst
nixpkgs-82cb33a0ae1a9128141709729b30784e821f0820.zip
treewide: remove meta.version
Diffstat (limited to 'pkgs/applications/science/math/nauty/default.nix')
-rw-r--r--pkgs/applications/science/math/nauty/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/nauty/default.nix b/pkgs/applications/science/math/nauty/default.nix
index 05a7d874d91..a941a633450 100644
--- a/pkgs/applications/science/math/nauty/default.nix
+++ b/pkgs/applications/science/math/nauty/default.nix
@@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
   '';
   checkTarget = "checks";
   meta = with lib; {
-    inherit version;
     description = "Programs for computing automorphism groups of graphs and digraphs";
     license = licenses.asl20;
     maintainers = teams.sage.members;