tv xmonad-tv: stdenv.lib -> lib

This commit is contained in:
tv 2021-12-10 23:37:07 +01:00
parent 0209b3499f
commit 07880447af
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ mkDerivation, aeson, base, bytestring, containers, directory
, extra, stdenv, template-haskell, th-env, unix, X11, xmonad
, extra, lib, template-haskell, th-env, unix, X11, xmonad
, xmonad-contrib, xmonad-stockholm
}:
mkDerivation {
@ -12,5 +12,5 @@ mkDerivation {
aeson base bytestring containers directory extra template-haskell
th-env unix X11 xmonad xmonad-contrib xmonad-stockholm
];
license = stdenv.lib.licenses.mit;
license = lib.licenses.mit;
}