summary refs log tree commit diff
path: root/pkgs/tools/graphics/syntex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/syntex/default.nix')
-rw-r--r--pkgs/tools/graphics/syntex/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/syntex/default.nix b/pkgs/tools/graphics/syntex/default.nix
index a076e97d056..b149333f2ea 100644
--- a/pkgs/tools/graphics/syntex/default.nix
+++ b/pkgs/tools/graphics/syntex/default.nix
@@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
   '';
   buildInputs = [mono];
   meta = {
-    inherit version;
     description = "Texture synthesis from examples";
     license = lib.licenses.mit;
     maintainers = [lib.maintainers.raskin];