pkgs/games: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub, SDL, which, installTool ? false }:
|
||||
{ lib, stdenv, fetchFromGitHub, SDL, which, installTool ? false }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "azimuth";
|
||||
@@ -41,10 +41,10 @@ stdenv.mkDerivation rec {
|
||||
bosses to tangle with.
|
||||
'';
|
||||
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
homepage = "https://mdsteele.games/azimuth/index.html";
|
||||
maintainers = with stdenv.lib.maintainers; [ marius851000 ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ marius851000 ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user