1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

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" ];