pkgs/games: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv
|
||||
{ lib, stdenv
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, requireFile
|
||||
@@ -10,7 +10,7 @@
|
||||
, useProprietaryAssets ? true
|
||||
}:
|
||||
|
||||
with stdenv.lib;
|
||||
with lib;
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "koboredux";
|
||||
version = "0.7.5.1";
|
||||
|
||||
Reference in New Issue
Block a user