summary refs log tree commit diff
path: root/pkgs/games/stepmania
Commit message (Collapse)AuthorAge
* stepmania: build with newer ffmpegZane van Iperen2021-11-07
|
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* stepmania: 5.0.12 -> 5.1.0-b2Ruben Astudillo2019-03-09
|
* Revert "stepmania: switch to clangStdenv"Ruben Astudillo2019-03-09
| | | | This reverts commit ff6e4b44dc55ea3d7e0b1331621ea3f67b5e6a69.
* stepmania: switch to clangStdenvkyren2019-03-06
| | | | Stepmania appears to be miscompiled with gcc, fixes #54227
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* maintainers: remove mornfall from packagesYegor Timoshenko2018-01-17
|
* 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
* stepmania: 5.0.10 -> 5.0.12Tuomas Tynkkynen2017-05-14
|
* mass-replace glib and gtk lib/*/include pathsNikolay Amiantov2016-04-14
|
* stepmania: fix on i686Nikolay Amiantov2016-03-09
|
* stepmania: 5.0.7 -> 5.0.10Nikolay Amiantov2015-11-24
|
* Use libpulseaudio instead of pulseaudioWilliam A. Kennington III2015-05-29
|
* stepmania: revive and update to 5.0.7Jan Malakhovski2015-04-20
|
* transformed meta.maintainers of some packages into listsPascal Wittmann2014-09-13
|
* Adopt packages.Petr Rockai2014-01-28
|
* stepmania: A dance (rhythm) game in the spirit of DDR.Petr Rockai2013-12-13