tcl: combine inherit expressions
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
29c577c218
commit
ca4b34f09e
@ -9,9 +9,7 @@ let
|
||||
baseInterp =
|
||||
stdenv.mkDerivation {
|
||||
pname = "tcl";
|
||||
inherit version;
|
||||
|
||||
inherit src;
|
||||
inherit version src;
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user