tcl: combine inherit expressions

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Andrew Brooks 2021-05-11 10:16:00 -05:00 committed by Andrew Brooks
parent 29c577c218
commit ca4b34f09e

View File

@ -9,9 +9,7 @@ let
baseInterp =
stdenv.mkDerivation {
pname = "tcl";
inherit version;
inherit src;
inherit version src;
outputs = [ "out" "man" ];