treewide: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, fetchFromGitHub, pkgconfig, SDL2, glew, xcftools, python, pillow, makeWrapper }:
|
||||
{ lib, stdenv, fetchurl, fetchFromGitHub, pkgconfig, SDL2, glew, xcftools, python, pillow, makeWrapper }:
|
||||
|
||||
let
|
||||
vasm =
|
||||
@@ -41,9 +41,9 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "https://www.retrodev.com/blastem/";
|
||||
description = "The fast and accurate Genesis emulator";
|
||||
maintainers = with stdenv.lib.maintainers; [ puffnfresh ];
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ puffnfresh ];
|
||||
license = lib.licenses.gpl3;
|
||||
platforms = lib.platforms.linux;
|
||||
# Makefile:140: *** aarch64 is not a supported architecture. Stop.
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user