···85 - GitVersionTree
86 - NDeskOptions
8788+* The `antlr` package now defaults to the 4.x release instead of the
89+ old 2.7.7 version.
90+91## Other Notable Changes {#sec-release-21.11-notable-changes}
···1-{ mkDerivation, lib, fetchFromGitHub, cmake, antlr
2, qtbase, qttools, sqlite }:
34mkDerivation rec {
···16 # but qscintilla is currently in a bit of a mess as some consumers expect a
17 # -qt4 or -qt5 prefix while others do not.
18 # We *really* should get that cleaned up.
19- buildInputs = [ antlr qtbase sqlite ];
2021 nativeBuildInputs = [ cmake qttools ];
22
···1+{ mkDerivation, lib, fetchFromGitHub, cmake
2, qtbase, qttools, sqlite }:
34mkDerivation rec {
···16 # but qscintilla is currently in a bit of a mess as some consumers expect a
17 # -qt4 or -qt5 prefix while others do not.
18 # We *really* should get that cleaned up.
19+ buildInputs = [ qtbase sqlite ];
2021 nativeBuildInputs = [ cmake qttools ];
22