enigma: stdenv.lib -> lib

This commit is contained in:
Cole Helbling
2021-02-20 20:18:02 -08:00
parent bec8749074
commit b62c366576
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, makeWrapper, pkg-config, gettext, imagemagick, curl, libpng, SDL2, SDL2_image, SDL2_mixer, SDL2_ttf, xercesc, xdg_utils, hicolor-icon-theme }: { lib, stdenv, fetchurl, makeWrapper, pkg-config, gettext, imagemagick, curl, libpng, SDL2, SDL2_image, SDL2_mixer, SDL2_ttf, xercesc, xdg_utils, hicolor-icon-theme }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "enigma"; pname = "enigma";
version = "1.30-alpha"; version = "1.30-alpha";
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
postInstall = '' postInstall = ''
rm -r $out/include rm -r $out/include
wrapProgram $out/bin/enigma --prefix PATH : "${stdenv.lib.makeBinPath [ xdg_utils ]}" wrapProgram $out/bin/enigma --prefix PATH : "${lib.makeBinPath [ xdg_utils ]}"
''; '';
meta = with lib; { meta = with lib; {