summary refs log tree commit diff
path: root/pkgs/development/tools/misc/indent/2.2.9.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/indent/2.2.9.nix')
-rw-r--r--pkgs/development/tools/misc/indent/2.2.9.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/misc/indent/2.2.9.nix b/pkgs/development/tools/misc/indent/2.2.9.nix
index 5e92802beed..a31c940dcb7 100644
--- a/pkgs/development/tools/misc/indent/2.2.9.nix
+++ b/pkgs/development/tools/misc/indent/2.2.9.nix
@@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
 		description = "
 	GNU Indent - a source text formatter.
 ";
+		inherit src;
 	};
 }