Unverified Commit 65b1e28f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

treewide: remove empty build inputs (#346467)

parents b406ff60 d6ca5ed2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
    sha256 = "09mv52a5f0h3das8x96irqyznm69arfskx472b7w3b9q4a2ipxbq";
  };

  buildInputs = [ ];

  installPhase = ''
    mkdir -p $out/bin
    cp -r * $out
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ in stdenv.mkDerivation {
    env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types -Wno-error=implicit-function-declaration";

    nativeBuildInputs = [ patchelf makeWrapper virtualBoxNixGuestAdditionsBuilder ] ++ kernel.moduleBuildDependencies;
    buildInputs = [ ];

    buildPhase = ''
      runHook preBuild
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ let
          hash = "sha256-WnRbsy/PJcotZqY9mJPLadrYqkXykOVifLIbDyNf4s4=";
        };

        nativeBuildInputs = [ ];

        nativeCheckInputs = with self; [ pytestCheckHook pillow ];
      });
      flask = super.flask.overridePythonAttrs (old: rec {
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
  };

  nativeBuildInputs = [ cmake ];
  buildInputs = [ ];

  #cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib" "-DBICPL_DIR=${bicpl}/lib" ];

+0 −2
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@ stdenv.mkDerivation rec {
    ninja
  ];

  buildInputs = [ ];

  mesonFlags = [
    # install validators to $dev
    "--bindir=${placeholder "dev"}/bin"
Loading