Loading pkgs/development/tools/qtcreator/qt6.nix +10 −0 Original line number Diff line number Diff line { stdenv , lib , fetchurl , fetchpatch , cmake , pkg-config , ninja Loading Loading @@ -35,6 +36,15 @@ stdenv.mkDerivation rec { sha256 = "sha256-QWGwfc7A/I8xUpx9thC3FzFBKNoAei76haqbwzCXoWM="; }; patches = [ # fix build with Qt 6.5.1 # FIXME: remove for next release (fetchpatch { url = "https://github.com/qt-creator/qt-creator/commit/9817df63fb9eae342d5bf6f28f526aa09b17e8de.diff"; hash = "sha256-HIQuKroWUhJBWhVG3fyoBIFvezktCyQAuaZz/lvg7uk="; }) ]; nativeBuildInputs = [ cmake pkg-config Loading Loading
pkgs/development/tools/qtcreator/qt6.nix +10 −0 Original line number Diff line number Diff line { stdenv , lib , fetchurl , fetchpatch , cmake , pkg-config , ninja Loading Loading @@ -35,6 +36,15 @@ stdenv.mkDerivation rec { sha256 = "sha256-QWGwfc7A/I8xUpx9thC3FzFBKNoAei76haqbwzCXoWM="; }; patches = [ # fix build with Qt 6.5.1 # FIXME: remove for next release (fetchpatch { url = "https://github.com/qt-creator/qt-creator/commit/9817df63fb9eae342d5bf6f28f526aa09b17e8de.diff"; hash = "sha256-HIQuKroWUhJBWhVG3fyoBIFvezktCyQAuaZz/lvg7uk="; }) ]; nativeBuildInputs = [ cmake pkg-config Loading