tcl: combine inherit expressions

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Andrew Brooks
2021-05-21 15:18:27 -05:00
committed by Andrew Brooks
co-authored by Sandro
parent 29c577c218
commit ca4b34f09e
@@ -9,9 +9,7 @@ let
baseInterp =
stdenv.mkDerivation {
pname = "tcl";
inherit version;
inherit src;
inherit version src;
outputs = [ "out" "man" ];