summary refs log tree commit diff
path: root/pkgs/applications/science/math/nauty/default.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-09-26 09:16:23 +0100
committerJörg Thalheim <joerg@thalheim.io>2019-09-26 09:17:23 +0100
commit9a1b767a550be8b044b5db3f32dbb270973204c5 (patch)
treed073db9db8ac869479340d98e0598f01d257d508 /pkgs/applications/science/math/nauty/default.nix
parentf4c4b53b24dd97ca80d7fb7c93d7da9c624a766b (diff)
downloadnixpkgs-9a1b767a550be8b044b5db3f32dbb270973204c5.tar
nixpkgs-9a1b767a550be8b044b5db3f32dbb270973204c5.tar.gz
nixpkgs-9a1b767a550be8b044b5db3f32dbb270973204c5.tar.bz2
nixpkgs-9a1b767a550be8b044b5db3f32dbb270973204c5.tar.lz
nixpkgs-9a1b767a550be8b044b5db3f32dbb270973204c5.tar.xz
nixpkgs-9a1b767a550be8b044b5db3f32dbb270973204c5.tar.zst
nixpkgs-9a1b767a550be8b044b5db3f32dbb270973204c5.zip
treewide: remove empty buildInputs
Diffstat (limited to 'pkgs/applications/science/math/nauty/default.nix')
-rw-r--r--pkgs/applications/science/math/nauty/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/nauty/default.nix b/pkgs/applications/science/math/nauty/default.nix
index e9c8b688fb9..4efe8da1918 100644
--- a/pkgs/applications/science/math/nauty/default.nix
+++ b/pkgs/applications/science/math/nauty/default.nix
@@ -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}