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
+1 -1
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 = ''