{ lib, stdenv , runCommandCC , fetchPypi , buildPythonPackage , isPyPy , pythonOlder , isPy3k , nose , numpy , scipy , setuptools , six , libgpuarray , cudaSupport ? false, cudatoolkit , cudnnSupport ? false, cudnn }: assert cudnnSupport -> cudaSupport; let wrapped = command: buildTop: buildInputs: runCommandCC "${command}-wrapped" { inherit buildInputs; } '' type -P '${command}' || { echo '${command}: not found'; exit 1; } cat > "$out" <