pkgs/games: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, premake4, bootil }:
|
||||
{ lib, stdenv, fetchFromGitHub, premake4, bootil }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gmad-unstable-2015-04-16";
|
||||
@@ -6,9 +6,9 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Garry's Mod Addon Creator and Extractor";
|
||||
homepage = "https://github.com/garrynewman/gmad";
|
||||
license = stdenv.lib.licenses.unfree;
|
||||
maintainers = [ stdenv.lib.maintainers.abigailbuccaneer ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = lib.licenses.unfree;
|
||||
maintainers = [ lib.maintainers.abigailbuccaneer ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user