Unverified Commit 3d37c31d authored by Ben Siraphob's avatar Ben Siraphob
Browse files

treewide: move pkg-config into nativeBuildInputs

parent 5eecbe3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ stdenv.mkDerivation {
  };

  nativeBuildInputs = [
    pkg-config
    libGL
    cairo
    glib
@@ -50,7 +51,6 @@ stdenv.mkDerivation {
  buildInputs = [
    meson
    ninja
    pkg-config
    scdoc
  ];

+1 −1
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ stdenv.mkDerivation (finalAttrs: {
    sha256 = "sha256-iSvDiae+A2hUok426Lj5TMn3Q9G+vH1G0jajP48PehQ=";
  };

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [
    pkg-config
    autoreconfHook
  ];

+4 −2
Original line number Diff line number Diff line
@@ -19,13 +19,15 @@ stdenv.mkDerivation {
    sha256 = "sha256-FB43DAjHBFgxdysoLzBXLxii52a2CCh1skZP/RTzfdc=";
  };

  nativeBuildInputs = [ makeWrapper ];
  nativeBuildInputs = [
    makeWrapper
    pkg-config
  ];
  buildInputs = [
    clang
    libffi
    llvm
    openssl
    pkg-config
    readline
  ];
  sourceRoot = ''pil21'';
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
  };

  nativeBuildInputs = [
    pkg-config
    writableTmpDirAsHomeHook
    gitMinimal
  ];
@@ -31,7 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
    clang
    go
    llvm
    pkg-config
  ];

  env = {
+1 −1
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
  };

  nativeBuildInputs = [
    pkg-config
    cmake
    makeWrapper
    qt6.wrapQtAppsHook
@@ -93,7 +94,6 @@ stdenv.mkDerivation (finalAttrs: {
    bzip2
    cryptopp
    openssl
    pkg-config
    qt6.qtbase
    qt6.qttools
    xz
Loading