pkgs/games: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-15 11:31:39 +07:00
parent 93e5d99592
commit 2e34288f0d
159 changed files with 457 additions and 465 deletions

View File

@@ -1,4 +1,4 @@
{ fetchFromGitHub, stdenv, wxGTK30, freeimage, cmake, zziplib, libGLU, libGL, boost,
{ fetchFromGitHub, lib, stdenv, wxGTK30, freeimage, cmake, zziplib, libGLU, libGL, boost,
pkg-config, libuuid, openal, ogre, ois, curl, gtk2, mygui, unzip,
angelscript, ogrepaged, mysocketw, libxcb
}:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
libuuid openal ogre ois curl gtk2 mygui unzip angelscript
ogrepaged mysocketw libxcb ];
meta = with stdenv.lib; {
meta = with lib; {
description = "3D simulator game where you can drive, fly and sail various vehicles";
homepage = "http://rigsofrods.sourceforge.net/";
license = licenses.gpl3;