Merge pull request #130494 from Stunkymonkey/mnist-phases

mnist: deprecate phases

authored by

Sandro and committed by
GitHub
b59c06dc 18d52738

+1 -1
+1 -1
pkgs/data/machine-learning/mnist/default.nix
··· 29 29 ln -s "${srcs.test-images}" "$out/${srcs.test-images.name}" 30 30 ln -s "${srcs.test-labels}" "$out/${srcs.test-labels.name}" 31 31 ''; 32 - phases = [ "installPhase" ]; 32 + dontUnpack = true; 33 33 meta = with lib; { 34 34 description = "A large database of handwritten digits"; 35 35 longDescription = ''