treewide: remove empty buildInputs

This commit is contained in:
Jörg Thalheim
2019-09-26 09:17:23 +01:00
parent f4c4b53b24
commit 9a1b767a55
7 changed files with 3 additions and 13 deletions
@@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
sandybridge = [ "--disable-clz" ];
ivybridge = [ "--disable-clz" ];
}.${stdenv.hostPlatform.platform.gcc.arch or "default"} or [];
buildInputs = [];
installPhase = ''
mkdir -p "$out"/{bin,share/doc/nauty} "$dev"/{lib,include/nauty}