pkgs/data, pkgs/games: [sS]tdenv.*lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-17 20:59:16 +07:00
parent d1852aca3c
commit ca7f39f987
8 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenvNoCC, fetchurl }:
{ lib, stdenvNoCC, fetchurl }:
let
srcs = {
train-images = fetchurl {
@@ -30,7 +30,7 @@ in
ln -s "${srcs.test-labels}" "$out/${srcs.test-labels.name}"
'';
phases = [ "installPhase" ];
meta = with stdenvNoCC.lib; {
meta = with lib; {
description = "A large database of handwritten digits";
longDescription = ''
The MNIST database (Modified National Institute of Standards and