summary refs log tree commit diff
path: root/pkgs/development/libraries/libre
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-17 20:37:27 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-17 22:39:35 +0200
commite023025ee026a9e62a5e754d608572903304550a (patch)
tree848c15eab372ba6ee6076363a0a2bc798c89b00b /pkgs/development/libraries/libre
parent6d1494bc669c21e0cf16aec3af6450d1776d7883 (diff)
downloadnixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar.gz
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar.bz2
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar.lz
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar.xz
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.tar.zst
nixpkgs-e023025ee026a9e62a5e754d608572903304550a.zip
various: cleanup of "inherit version;"
Diffstat (limited to 'pkgs/development/libraries/libre')
-rw-r--r--pkgs/development/libraries/libre/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libre/default.nix b/pkgs/development/libraries/libre/default.nix
index e960fe8f4b2..7c91950a4c4 100644
--- a/pkgs/development/libraries/libre/default.nix
+++ b/pkgs/development/libraries/libre/default.nix
@@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
     platforms = with lib.platforms; linux;
     maintainers = with lib.maintainers; [raskin];
     license = lib.licenses.bsd3;
-    inherit version;
     downloadPage = "http://www.creytiv.com/pub/";
     updateWalker = true;
     downloadURLRegexp = "/re-.*[.]tar[.].*";