pkgs/games: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 13:36:04 +07:00
parent 93e5d99592
commit 2e34288f0d
159 changed files with 457 additions and 465 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, pkgconfig, gtk2 }:
{ lib, stdenv, fetchurl, perl, pkgconfig, gtk2 }:
stdenv.mkDerivation {
name = "eboard-1.1.1";
@@ -25,6 +25,6 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.bergo.eng.br/eboard/";
description = "Chess interface for Unix-like systems";
platforms = stdenv.lib.platforms.linux;
platforms = lib.platforms.linux;
};
}