Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-03-07 00:41:13 +00:00
committed by GitHub
50 changed files with 368 additions and 146 deletions

View File

@@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.seasip.info/Unix/LibDsk/";
license = licenses.gpl2Plus;
maintainers = [ ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}

View File

@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
homepage = "https://mednafen.github.io/";
license = licenses.gpl2;
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}