Merge pull request #130494 from Stunkymonkey/mnist-phases

mnist: deprecate phases
This commit is contained in:
Sandro 2021-07-17 23:14:59 +02:00 committed by GitHub
commit b59c06dc92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ in
ln -s "${srcs.test-images}" "$out/${srcs.test-images.name}"
ln -s "${srcs.test-labels}" "$out/${srcs.test-labels.name}"
'';
phases = [ "installPhase" ];
dontUnpack = true;
meta = with lib; {
description = "A large database of handwritten digits";
longDescription = ''