mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
treewide: remove empty build inputs
Done with ```sh regex='\s*(nativeBuild|build|check|nativeCheck)Inputs *= *\[ *\];' rg "^$regex$" -l | xe sd "\n\n$regex\n" "\n" rg "^$regex$" -l | xe sd "\n$regex\n" "\n" rg "^$regex$" -l | xe sd "\n$regex\n" "\n" ```
This commit is contained in:
parent
546e9a017c
commit
d6ca5ed287
@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "09mv52a5f0h3das8x96irqyznm69arfskx472b7w3b9q4a2ipxbq";
|
||||
};
|
||||
|
||||
buildInputs = [ ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp -r * $out
|
||||
|
@ -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
|
||||
|
@ -17,8 +17,6 @@ let
|
||||
hash = "sha256-WnRbsy/PJcotZqY9mJPLadrYqkXykOVifLIbDyNf4s4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ ];
|
||||
|
||||
nativeCheckInputs = with self; [ pytestCheckHook pillow ];
|
||||
});
|
||||
flask = super.flask.overridePythonAttrs (old: rec {
|
||||
|
@ -14,7 +14,6 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ ];
|
||||
|
||||
#cmakeFlags = [ "-DLIBMINC_DIR=${libminc}/lib" "-DBICPL_DIR=${bicpl}/lib" ];
|
||||
|
||||
|
@ -26,8 +26,6 @@ stdenv.mkDerivation rec {
|
||||
ninja
|
||||
];
|
||||
|
||||
buildInputs = [ ];
|
||||
|
||||
mesonFlags = [
|
||||
# install validators to $dev
|
||||
"--bindir=${placeholder "dev"}/bin"
|
||||
|
@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Configuration parser library";
|
||||
|
@ -18,8 +18,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ libgcrypt libgpg-error gettext ];
|
||||
|
||||
nativeBuildInputs = [ ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.videolan.org/developers/libbdplus.html";
|
||||
description = "Library to access BD+ protected Blu-Ray disks";
|
||||
|
@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "C library for manipulating POSIX tar files";
|
||||
|
@ -4,7 +4,6 @@ qtModule {
|
||||
pname = "qtgamepad";
|
||||
propagatedBuildInputs = [ qtbase qtdeclarative ]
|
||||
++ lib.optional stdenv.hostPlatform.isDarwin GameController;
|
||||
buildInputs = [ ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
outputs = [ "out" "dev" "bin" ];
|
||||
}
|
||||
|
@ -42,7 +42,6 @@ tcl.mkTclDerivation {
|
||||
++ lib.optional enableAqua "--enable-aqua";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
libXft
|
||||
|
@ -29,8 +29,6 @@ buildPythonPackage rec {
|
||||
idna
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ ];
|
||||
|
||||
meta = {
|
||||
description = "Core (offline) functionality for the apeye library.";
|
||||
homepage = "https://github.com/domdfcoding/apyey-core";
|
||||
|
@ -31,8 +31,6 @@ buildPythonPackage rec {
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ ];
|
||||
|
||||
meta = {
|
||||
description = "Additional utilities for click.";
|
||||
homepage = "https://pypi.org/project/consolekit";
|
||||
|
@ -23,8 +23,6 @@ buildPythonPackage rec {
|
||||
packaging
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail '"setuptools!=61.*,<=67.1.0,>=40.6.0"' '"setuptools"'
|
||||
|
@ -25,8 +25,6 @@ buildPythonPackage rec {
|
||||
packaging
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail '"setuptools!=61.*,<=67.1.0,>=40.6.0"' '"setuptools"'
|
||||
|
@ -27,8 +27,6 @@ buildPythonPackage rec {
|
||||
tomli
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ ];
|
||||
|
||||
meta = {
|
||||
description = "Dom's tools for Tom's Obvious, Minimal Language.";
|
||||
homepage = "https://github.com/domdfcoding/dom_toml";
|
||||
|
@ -24,8 +24,6 @@ buildPythonPackage rec {
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail '"setuptools!=61.*,<=67.1.0,>=40.6.0"' '"setuptools"'
|
||||
|
@ -21,8 +21,6 @@ buildPythonPackage rec {
|
||||
[
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ ];
|
||||
|
||||
meta = {
|
||||
description = "Some handy archive helpers for Python.";
|
||||
homepage = "https://github.com/domdfcoding/handy-archives";
|
||||
|
@ -34,8 +34,6 @@ buildPythonPackage rec {
|
||||
shippinglabel
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ ];
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail '"setuptools!=61.*,<=67.1.0,>=40.6.0"' '"setuptools"'
|
||||
|
@ -29,8 +29,6 @@ buildPythonPackage rec {
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail '"setuptools!=61.*,<=67.1.0,>=40.6.0"' '"setuptools"'
|
||||
|
@ -23,8 +23,6 @@ buildPythonPackage rec {
|
||||
whey
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail '"setuptools!=61.*,<=67.1.0,>=40.6.0"' '"setuptools"'
|
||||
|
@ -41,8 +41,6 @@ buildPythonPackage rec {
|
||||
shippinglabel
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail '"setuptools!=61.*,<=67.1.0,>=40.6.0"' '"setuptools"'
|
||||
|
@ -9,8 +9,6 @@ stdenv.mkDerivation ({
|
||||
sha256 = "1j57hv56df38w249l595b8rsgmsyvjkbysai03a9724gax5jl9av" ;
|
||||
};
|
||||
|
||||
buildInputs = [ ];
|
||||
|
||||
patchPhase = "chmod +x configure";
|
||||
|
||||
configurePhase = "./configure -t lite";
|
||||
|
@ -27,8 +27,6 @@ stdenv.mkDerivation rec {
|
||||
makeWrapper
|
||||
];
|
||||
|
||||
buildInputs = [ ];
|
||||
|
||||
# SMART is only supported on Linux and requires the smartmontools package
|
||||
postInstall = lib.optionalString stdenv.hostPlatform.isLinux ''
|
||||
wrapProgram $out/bin/snapraid \
|
||||
|
@ -24,8 +24,6 @@ stdenv.mkDerivation rec {
|
||||
chmod +x $out/bin/enjarify
|
||||
'';
|
||||
|
||||
buildInputs = [ ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tool for translating Dalvik bytecode to equivalent Java bytecode";
|
||||
homepage = "https://github.com/google/enjarify/";
|
||||
|
@ -5,7 +5,6 @@ stdenv.mkDerivation rec {
|
||||
version = "1.3.8rc1";
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sleinen";
|
||||
|
@ -9,8 +9,6 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1y6mwsvm75f5jzxsjjk0yhf8xnpmz6y8qvcxfandavx59lc3l57m";
|
||||
};
|
||||
|
||||
buildInputs = [ ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Enhanced version of GNU dd";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user