flashplayer: add maintainer
This commit is contained in:
parent
8948290cec
commit
09ef6dc625
@ -81,7 +81,11 @@ let
|
|||||||
|
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
meta.platforms = platforms.x86_64;
|
meta = {
|
||||||
|
license = stdenv.lib.licenses.unfree;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ taku0 ];
|
||||||
|
platforms = platforms.x86_64;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
@ -97,7 +97,7 @@ stdenv.mkDerivation {
|
|||||||
description = "Adobe Flash Player standalone executable";
|
description = "Adobe Flash Player standalone executable";
|
||||||
homepage = https://www.adobe.com/support/flashplayer/debug_downloads.html;
|
homepage = https://www.adobe.com/support/flashplayer/debug_downloads.html;
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
maintainers = [];
|
maintainers = with stdenv.lib.maintainers; [ taku0 ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
# Application crashed with an unhandled SIGSEGV
|
# Application crashed with an unhandled SIGSEGV
|
||||||
# Not on all systems, though. Video driver problem?
|
# Not on all systems, though. Video driver problem?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user