nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: move extra-cmake-modules to nativeBuildInputs

it's a dependency only for build time, not run time.
the majority of packages place this in nativeBuildInputs,
these few were outliars.

Colin 5cdef1a5 eb4231f3

+27 -28
+1 -1
pkgs/applications/video/natron/default.nix
··· 60 60 61 61 nativeBuildInputs = [ 62 62 cmake 63 + extra-cmake-modules 63 64 pkg-config 64 65 wrapQtAppsHook 65 66 ]; ··· 72 71 python3 73 72 python3.pkgs.pyside2 74 73 python3.pkgs.shiboken2 75 - extra-cmake-modules 76 74 wayland 77 75 glog 78 76 ceres-solver
+1 -1
pkgs/by-name/du/duckstation/package.nix
··· 46 46 47 47 nativeBuildInputs = [ 48 48 cmake 49 + extra-cmake-modules 49 50 ninja 50 51 pkg-config 51 52 qttools ··· 58 57 SDL2 59 58 cpuinfo 60 59 curl 61 - extra-cmake-modules 62 60 libXrandr 63 61 libbacktrace 64 62 libwebp
-1
pkgs/by-name/fc/fcitx5-mcbopomofo/package.nix
··· 31 31 ]; 32 32 33 33 buildInputs = [ 34 - extra-cmake-modules 35 34 fcitx5 36 35 fmt 37 36 gtest
+5 -3
pkgs/by-name/li/licensedigger/package.nix
··· 3 3 fetchFromGitLab, 4 4 stdenv, 5 5 cmake, 6 - kdePackages, 6 + extra-cmake-modules, 7 7 libsForQt5, 8 8 }: 9 9 stdenv.mkDerivation { ··· 18 18 hash = "sha256-/ZEja+iDx0lVkJaLshPd1tZD4ZUspVeFHY1TNXjr4qg="; 19 19 }; 20 20 21 - nativeBuildInputs = [ cmake ]; 21 + nativeBuildInputs = [ 22 + cmake 23 + extra-cmake-modules 24 + ]; 22 25 23 26 buildInputs = [ 24 - kdePackages.extra-cmake-modules 25 27 libsForQt5.qtbase 26 28 ]; 27 29
+1 -1
pkgs/by-name/me/melonDS/package.nix
··· 38 38 39 39 nativeBuildInputs = [ 40 40 cmake 41 + extra-cmake-modules 41 42 pkg-config 42 43 wrapQtAppsHook 43 44 ]; ··· 47 46 [ 48 47 SDL2 49 48 enet 50 - extra-cmake-modules 51 49 libarchive 52 50 libslirp 53 51 libGL
+7 -10
pkgs/by-name/mk/mkcal/package.nix
··· 44 44 nativeBuildInputs = 45 45 [ 46 46 cmake 47 + extra-cmake-modules 47 48 doxygen 48 49 graphviz 49 50 perl ··· 54 53 wrapQtAppsHook 55 54 ]); 56 55 57 - buildInputs = 58 - [ 59 - extra-cmake-modules 60 - ] 61 - ++ (with libsForQt5; [ 62 - kcalendarcore 63 - qtbase 64 - qtpim 65 - timed 66 - ]); 56 + buildInputs = with libsForQt5; [ 57 + kcalendarcore 58 + qtbase 59 + qtpim 60 + timed 61 + ]; 67 62 68 63 nativeCheckInputs = [ 69 64 tzdata
+1 -1
pkgs/by-name/on/one-click-backup/package.nix
··· 21 21 22 22 nativeBuildInputs = [ 23 23 cmake 24 + extra-cmake-modules 24 25 ninja 25 26 qt6.wrapQtAppsHook 26 27 ]; 27 28 28 29 buildInputs = [ 29 30 qt6.qtdeclarative 30 - extra-cmake-modules 31 31 ]; 32 32 33 33 meta = with lib; {
+1 -1
pkgs/by-name/pc/pcsx2/package.nix
··· 54 54 55 55 nativeBuildInputs = [ 56 56 cmake 57 + extra-cmake-modules 57 58 pkg-config 58 59 strip-nondeterminism 59 60 wrapQtAppsHook ··· 63 62 64 63 buildInputs = [ 65 64 curl 66 - extra-cmake-modules 67 65 ffmpeg 68 66 libaio 69 67 libbacktrace
+1 -1
pkgs/by-name/pr/previewqt/package.nix
··· 29 29 30 30 nativeBuildInputs = [ 31 31 cmake 32 + extra-cmake-modules 32 33 pkg-config 33 34 qt6Packages.wrapQtAppsHook 34 35 ]; ··· 37 36 buildInputs = 38 37 [ 39 38 exiv2 40 - extra-cmake-modules 41 39 imagemagick 42 40 libarchive 43 41 libdevil
+1 -1
pkgs/by-name/qt/qtorganizer-mkcal/package.nix
··· 31 31 32 32 nativeBuildInputs = [ 33 33 cmake 34 + extra-cmake-modules 34 35 pkg-config 35 36 ]; 36 37 37 38 buildInputs = 38 39 [ 39 - extra-cmake-modules 40 40 mkcal 41 41 ] 42 42 ++ (with libsForQt5; [
+1 -1
pkgs/by-name/wl/wlay/package.nix
··· 30 30 31 31 nativeBuildInputs = [ 32 32 cmake 33 + extra-cmake-modules 33 34 pkg-config 34 35 wayland-scanner 35 36 ]; 36 37 37 38 buildInputs = [ 38 - extra-cmake-modules 39 39 glfw3 40 40 libX11 41 41 libXau
+1 -1
pkgs/by-name/xc/xcb-imdkit/package.nix
··· 25 25 26 26 nativeBuildInputs = [ 27 27 cmake 28 + extra-cmake-modules 28 29 xorgproto 29 30 uthash 30 31 ]; 31 32 32 33 buildInputs = [ 33 - extra-cmake-modules 34 34 xcbutil 35 35 xcbutilkeysyms 36 36 ];
+4 -2
pkgs/development/libraries/kf5gpgmepp/default.nix
··· 20 20 }; 21 21 22 22 buildInputs = [ 23 - extra-cmake-modules 24 23 qtbase 25 24 boost 26 25 ]; 27 26 propagatedBuildInputs = [ gpgme ]; 28 27 29 - nativeBuildInputs = [ cmake ]; 28 + nativeBuildInputs = [ 29 + cmake 30 + extra-cmake-modules 31 + ]; 30 32 31 33 meta = with lib; { 32 34 license = [ licenses.lgpl2 ];
+1 -1
pkgs/tools/filesystems/kdiskmark/default.nix
··· 24 24 25 25 nativeBuildInputs = [ 26 26 cmake 27 + extra-cmake-modules 27 28 wrapQtAppsHook 28 29 ]; 29 30 30 31 buildInputs = [ 31 32 qtbase 32 33 qttools 33 - extra-cmake-modules 34 34 polkit-qt 35 35 ]; 36 36
-1
pkgs/tools/inputmethods/fcitx5/default.nix
··· 68 68 ]; 69 69 70 70 buildInputs = [ 71 - extra-cmake-modules # required to please CMake 72 71 expat 73 72 fmt 74 73 isocodes
+1 -1
pkgs/tools/inputmethods/fcitx5/fcitx5-bamboo.nix
··· 25 25 26 26 nativeBuildInputs = [ 27 27 cmake 28 + extra-cmake-modules 28 29 gettext 29 30 go 30 31 ]; 31 32 32 33 buildInputs = [ 33 34 fcitx5 34 - extra-cmake-modules 35 35 ]; 36 36 37 37 preConfigure = ''