treewide: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, pkgconfig, gtk2, alsaLib, SDL}:
|
||||
{lib, stdenv, fetchurl, pkgconfig, gtk2, alsaLib, SDL}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "uae-0.8.29";
|
||||
@@ -18,9 +18,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Ultimate/Unix/Unusable Amiga Emulator";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
homepage = "http://web.archive.org/web/20130901222855/http://www.amigaemulator.org/";
|
||||
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.sander ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user