Loading pkgs/development/libraries/libirc/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,10 @@ stdenv.mkDerivation { nativeBuildInputs = [ cmake ]; postPatch = '' substituteInPlace CMakeLists.txt --replace-fail 'cmake_minimum_required(VERSION 3.0)' 'cmake_minimum_required(VERSION 3.10)' ''; cmakeFlags = [ "-DQT5_BUILD=1" "-DQt5Core_DIR=${qtbase.dev}/lib/cmake/Qt5Core" Loading Loading
pkgs/development/libraries/libirc/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,10 @@ stdenv.mkDerivation { nativeBuildInputs = [ cmake ]; postPatch = '' substituteInPlace CMakeLists.txt --replace-fail 'cmake_minimum_required(VERSION 3.0)' 'cmake_minimum_required(VERSION 3.10)' ''; cmakeFlags = [ "-DQT5_BUILD=1" "-DQt5Core_DIR=${qtbase.dev}/lib/cmake/Qt5Core" Loading