about summary refs log tree commit diff
path: root/pkgs/misc/emulators/atari800
Commit message (Collapse)AuthorAge
* atari800: 4.0.0 -> 4.2.0Anderson Torres2020-04-06
| | | | | | | | | | | | | * atari800: 4.0.0 -> 4.2.0 * Update pkgs/misc/emulators/atari800/default.nix Co-Authored-By: Ryan Mulligan <ryan@ryantm.com> * Update pkgs/misc/emulators/atari800/default.nix Co-Authored-By: Ryan Mulligan <ryan@ryantm.com> Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* atari800: 3.1.0 -> 4.0.0 (#50816)R. RyanTM2018-11-20
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/atari800/versions
* treewide: Make configureFlags listsJohn Ericson2018-08-03
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* treewide: Some EOF-whitespace fixesTuomas Tynkkynen2016-08-02
|
* Atari800: no more ROM installAndersonTorres2015-04-17
| | | | | | | Now, the expression will not install ROM files anymore. It is easier the final user install them locally by himself, in a local directory. Also, it appears that there is a missing ROM in the package provided by the project's site.
* Atari800: 2.2.1 -> 3.1.0AndersonTorres2015-04-13
|
* change md5sum to sha256sum for a few packagesLongrin Wischnewski2014-10-12
|
* atari800: update from 2.0.2 to 2.2.1Nixpkgs Monitor2013-12-18
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra2009-04-23
| | | | | | | | | | builders. These are redundant now. * Inlined some trivial builders. * Removed a few explicit setup-hook creations. This is done automatically now if setupHook is set. * Deleted the initscripts package. NixOS doesn't use it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* * Atari800 - an 8-bit Atari emulator.Eelco Dolstra2006-08-12
svn path=/nixpkgs/trunk/; revision=6110