no stdenv.lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, jre_headless, minecraft-server }:
|
||||
{ lib, stdenv, fetchurl, jre_headless, minecraft-server }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "minecraft-server-fabric";
|
||||
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
phases = "installPhase";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
description = "minecraft with the fabric modloader";
|
||||
license = licenses.unfree;
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user