pkgs/games: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ fetchurl, stdenv, unrar, unzip, SDL, SDL_image, SDL_ttf, SDL_mixer
|
||||
{ lib, fetchurl, stdenv, unrar, unzip, SDL, SDL_image, SDL_ttf, SDL_mixer
|
||||
, libmysqlclient, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@@ -40,6 +40,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Multiplayer remake of ZED";
|
||||
homepage = "http://zod.sourceforge.net/";
|
||||
license = stdenv.lib.licenses.gpl3Plus; /* Says the web */
|
||||
license = lib.licenses.gpl3Plus; /* Says the web */
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user