no stdenv.lib

This commit is contained in:
Daniel Olsen
2021-05-03 14:21:16 +02:00
parent 2ba1bb9605
commit 06eb350879
5 changed files with 10 additions and 10 deletions

View File

@@ -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;