thrust: remove phases

This commit is contained in:
Felix Buehler 2021-07-25 01:30:48 +02:00
parent 8f67e19b84
commit 6098b5b2c8

View file

@ -25,8 +25,6 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper unzip ];
buildInputs = [ thrustEnv ];
phases = [ "installPhase" "fixupPhase" ];
installPhase = ''
mkdir -p $out/bin
mkdir -p $out/libexec/thrust