summary refs log tree commit diff
path: root/pkgs/development/libraries/fplll
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-17 19:56:23 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-18 00:19:24 +0200
commit87316d778be9234ada273c0892ce9788bd23ab9f (patch)
tree58ab70c7d52e4bf2221679f7f3937000dabc5337 /pkgs/development/libraries/fplll
parenta314be4b4d6403df29c9fe3ed0cd92a39ffbcdb2 (diff)
downloadnixpkgs-87316d778be9234ada273c0892ce9788bd23ab9f.tar
nixpkgs-87316d778be9234ada273c0892ce9788bd23ab9f.tar.gz
nixpkgs-87316d778be9234ada273c0892ce9788bd23ab9f.tar.bz2
nixpkgs-87316d778be9234ada273c0892ce9788bd23ab9f.tar.lz
nixpkgs-87316d778be9234ada273c0892ce9788bd23ab9f.tar.xz
nixpkgs-87316d778be9234ada273c0892ce9788bd23ab9f.tar.zst
nixpkgs-87316d778be9234ada273c0892ce9788bd23ab9f.zip
various: cleanup of "inherit version;"
Diffstat (limited to 'pkgs/development/libraries/fplll')
-rw-r--r--pkgs/development/libraries/fplll/20160331.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/fplll/20160331.nix b/pkgs/development/libraries/fplll/20160331.nix
index 374aec5904d..6bb9570d998 100644
--- a/pkgs/development/libraries/fplll/20160331.nix
+++ b/pkgs/development/libraries/fplll/20160331.nix
@@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [autoconf automake libtool gettext autoreconfHook];
   buildInputs = [gmp mpfr];
   meta = {
-    inherit version;
     description = "Lattice algorithms using floating-point arithmetic";
     license = lib.licenses.lgpl21Plus;
     maintainers = [lib.maintainers.raskin];