pkgs/games: stdenv.lib -> lib
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
{ mkDerivation, stdenv, fetchFromGitHub, runCommand, fetchpatch, patchutils, qmake, qtbase
|
||||
{ lib, mkDerivation, stdenv, fetchFromGitHub, runCommand, fetchpatch, patchutils, qmake, qtbase
|
||||
, SDL, SDL_mixer, boost, curl, gsasl, libgcrypt, libircclient, protobuf, sqlite
|
||||
, wrapQtAppsHook
|
||||
, tinyxml2, target ? "client" }:
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
let
|
||||
hiDPI = fetchpatch {
|
||||
url = "https://github.com/pokerth/pokerth/commit/ad8c9cabfb85d8293720d0f14840278d38b5feeb.patch";
|
||||
@@ -65,7 +63,7 @@ mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
homepage = "https://www.pokerth.net";
|
||||
description = "Poker game ${target}";
|
||||
license = licenses.gpl3;
|
||||
|
||||
Reference in New Issue
Block a user