ftb: stdenv.lib -> lib

Deprecated since nixpkgs 21.05
This commit is contained in:
tv 2021-06-02 01:18:07 +02:00
parent ad49be2ed5
commit 935355a0af

View File

@ -1,9 +1,9 @@
{ stdenv, fetchurl { fetchurl, lib, stdenv
, jre, libX11, libXext, libXcursor, libXrandr, libXxf86vm , jre, libX11, libXext, libXcursor, libXrandr, libXxf86vm
, openjdk , openjdk
, mesa_glu, openal , mesa_glu, openal
, useAlsa ? false, alsaOss ? null }: , useAlsa ? false, alsaOss ? null }:
with stdenv.lib; with lib;
assert useAlsa -> alsaOss != null; assert useAlsa -> alsaOss != null;