summary refs log tree commit diff
path: root/pkgs/misc/emulators/blastem/default.nix
Commit message (Collapse)AuthorAge
* blastem: removeMartin Weinelt2022-01-02
| | | | | | | | | | | | | Requires python2 and no release in over two years to resolve the situation. ``` ./img2tiles.py -s font_interlace_variable.spec font_interlace_variable.tiles File "/build/blastem-3d48cb0c28be/./img2tiles.py", line 78 print len(colors), 'distinct 9-bit colors in image' ^ SyntaxError: invalid syntax ```
* blastem: stay with python2Frederik Rietdijk2021-07-27
|
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* pkgs/misc: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* blastem: Disables build for aarch64-linux.Samuel Dionne-Riel2018-12-10
|
* blastem: init at 0.5.1Brian McKenna2018-09-25