Merge pull request #4030 from AndersonTorres/small-fixups
Small style fixups
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{ stdenv, fetchurl, pkgconfig
|
||||
, libX11, mesa, freeglut
|
||||
, jack2, libcdio, libsndfile, libsamplerate
|
||||
, SDL, SDL_net, zlib
|
||||
}:
|
||||
, SDL, SDL_net, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
@@ -25,11 +24,11 @@ stdenv.mkDerivation rec {
|
||||
install -m 644 -t $out/share/doc/$name *.css *.def *.html *.php *.png *.txt
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A portable, CLI-driven, SDL+OpenGL-based, multi-system emulator";
|
||||
homepage = http://mednafen.sourceforge.net/;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.AndersonTorres ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,11 +15,11 @@ stdenv.mkDerivation rec {
|
||||
install -m 644 -t $out/share/$name standard.conf
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Netplay server for Mednafen";
|
||||
homepage = http://mednafen.sourceforge.net/;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.AndersonTorres ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{ stdenv, fetchurl
|
||||
, pkgconfig, SDL2
|
||||
}:
|
||||
{ stdenv, fetchurl, pkgconfig
|
||||
, SDL2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user