about summary refs log tree commit diff
path: root/pkgs/misc/emulators
Commit message (Collapse)AuthorAge
* dosbox: add XDG iconChris Rendle-Short2019-04-21
| | | | | | Add an XDG icon for dosbox. The official icon is in .ico format, which is not compatible with the freedesktop.org spec, so graphicsmagick is included as a build time dependency and used to convert it to a PNG.
* vbam: 2.1.1 -> 2.1.2R. RyanTM2019-04-18
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/visualboyadvance-m/versions
* wine-mono: 4.8.0 -> 4.8.2nyanloutre2019-04-18
|
* wine{unstable,staging}: 4.5 -> 4.6nyanloutre2019-04-18
|
* dolphinEmuMaster: 2019-02-16 -> 5.0-9976ash lea2019-04-17
| | | | | | changed versioning scheme to match dolphin's own. this also allows us to include the describe string without deriving it from the git repository during build.
* Merge pull request #58506 from nyanloutre/wine-updateDmitry Kalinkin2019-04-15
|\ | | | | Update wine{unstable,staging,mono,winetricks}
| * wine{unstable,staging}: 4.4 -> 4.5Tadeo Kondrak2019-04-03
| | | | | | Co-Authored-By: nyanloutre <paul@nyanlout.re>
| * winetricks: 20181203 -> 20190310nyanloutre2019-03-28
| |
| * wine{unstable,staging}: 4.2 -> 4.4nyanloutre2019-03-28
| |
| * wine-mono: 4.7.5 -> 4.8.0nyanloutre2019-03-28
| |
* | Merge pull request #59535 from matthewbauer/homepage-fixesMatthew Bauer2019-04-15
|\ \ | | | | | | treewide: update homepages to https where available
| * | treewide: update homepages to https where availableMatthew Bauer2019-04-15
| | | | | | | | | | | | | | | | | | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
* | | Merge pull request #58504 from symphorien/static-prootDmitry Kalinkin2019-04-13
|\ \ \ | |/ / |/| | Static proot, wafHook cross compilation
| * | waf: use wafConfigureFlags for waf flagsMatthew Bauer2019-04-09
| |/ | | | | | | | | | | This avoids the potential conflict between autoconf flags and the waf flags. There is some overlap between the two but waf errors when it doesn’t recognize the flag.
* | cdemu: update to 3.2 releaseHerwig Hochleitner2019-04-05
| | | | | | | | closes https://github.com/NixOS/nixpkgs/pull/58911
* | linuxPackages.vhba: 20170610 -> 20190302R. RyanTM2019-04-05
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/vhba/versions
* | Merge pull request #58188 from r-ryantm/auto-update/hatariMaximilian Bosch2019-03-29
|\ \ | | | | | | hatari: 2.1.0 -> 2.2.1
| * | hatari: 2.1.0 -> 2.2.1R. RyanTM2019-03-23
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hatari/versions
* | libdsk: 1.5.9 -> 1.5.10 (#57274)R. RyanTM2019-03-27
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libdsk/versions
* | vbam: 2.1.0 -> 2.1.1 (#57499)R. RyanTM2019-03-27
|/ | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/visualboyadvance-m/versions
* ccemux: 1.1.0 -> 1.1.1CrazedProgrammer2019-03-20
|
* mgba: 0.7.0 -> 0.7.1R. RyanTM2019-03-10
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mgba/versions
* Merge staging-next into masterFrederik Rietdijk2019-03-01
|\
| * Merge branch 'master' into staging-nextVladimír Čunát2019-02-22
| |\ | | | | | | | | | Hydra nixpkgs: ?compare=1506218
| * \ Merge remote-tracking branch 'NixOS/master' into stagingMatthew Bauer2019-02-18
| |\ \
| * | | gnome3: stop using aliasesJan Tojnar2019-02-14
| | | |
* | | | treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* | | dolphinEmuMaster: 2018-12-25 -> 2019-02-16Cray Elliott2019-02-21
| | |
* | | mgba: 0.6.3 -> 0.7.0Cray Elliott2019-02-21
| | |
* | | Merge master into staging-nextFrederik Rietdijk2019-02-18
|\ \ \ | |/ / |/| / | |/
| * wine{Unstable,Staging}: 4.1 -> 4.2Lengyel Balazs2019-02-17
| |
| * wine-{unstable,staging}: 4.0 -> 4.1Tadeo Kondrak2019-02-12
| |
| * wine: 3.0.4 -> 4.0Tadeo Kondrak2019-01-23
| |
| * wine-mono: 4.7.3 -> 4.7.5Tadeo Kondrak2019-01-23
| |
| * wine{unstable,staging}: 4.0-rc5 -> 4.0Tadeo Kondrak2019-01-23
| |
* | treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|/
* libdsk: 1.5.8 -> 1.5.9 (#52849)R. RyanTM2019-01-13
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libdsk/versions
* wine{Unstable,Staging}: 4.0-rc2 -> 4.0-rc5Ivan Kozik2019-01-07
|
* wine: add perl to buildInputs to fix winemakerTadeo Kondrak2019-01-05
|
* dolphinEmuMaster: 2018-09-24 -> 2018-12-25 (#52917)ash lea2018-12-29
|
* Merge pull request #51813 from samueldr/aarch64/disable-non-arm-builds-part-1Samuel Dionne-Riel2018-12-20
|\ | | | | aarch64: ZHF for aarch64 (1/??)
| * blastem: Disables build for aarch64-linux.Samuel Dionne-Riel2018-12-10
| |
* | wineStable: 3.0.3 -> 3.0.4Lengyel Balazs2018-12-19
| |
* | winetricks: 20180815 -> 20181203Lengyel Balazs2018-12-19
| |
* | Merge pull request #51301 from timor/libretro-dolphin-dep-fixMatthew Bauer2018-12-19
|\ \ | | | | | | libretro.dolphin: add missing dependencies to fix build
| * | libretro.dolphin: add missing dependencies to fix buildtimor2018-12-01
| | |
* | | Merge pull request #52011 from r-ryantm/auto-update/snes9x-gtkMatthew Bauer2018-12-19
|\ \ \ | | | | | | | | snes9x-gtk: 1.56.2 -> 1.57
| * | | snes9x-gtk: 1.56.2 -> 1.57R. RyanTM2018-12-14
| | |/ | |/| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/snes9x-gtk/versions
* | | wine{Unstable,Staging}: 3.20 -> 4.0-rc2Alexander V. Nikolaev2018-12-18
| | | | | | | | | | | | | | | Disabling the build of regression tests was proposed in #51341 but this change has been postponed until we reach a concensus.
* | | Merge pull request #51935 from neonfuz/retroarch-menu-fixJörg Thalheim2018-12-18
|\ \ \ | | | | | | | | retroarch: Remove --menu from wrapper