summaryrefslogtreecommitdiffstats
path: root/pkgs/games/tdm/default.nix
AgeCommit message (Collapse)Author
2020-11-29tdm: removedElmo Todurov
2020-10-15treewide: Fix broken desktop files and mark packages as brokenpiegames
This fixes all packages that are failed `nixpkgs-review` in #91790. Packages that were broken prior to that PR were marked as broken. Packages that failed because of #75729 were fixed.
2020-09-06tdm: 2.07 -> 2.08Renato Alves
2020-07-18Merge branch 'master' into stagingVladimír Čunát
2020-07-18tdm: Fix the buildMichael Weiss
Was failing in the desktop-file validation stage [0]: /nix/store/XXX-tdm.desktop/share/applications/tdm.desktop: error: value "False" for boolean key "Terminal" in group "Desktop Entry" contains invalid characters, boolean values must be "false" or "true" [0]: https://hydra.nixos.org/build/123852137
2020-07-18scons.py2: Replace with sconsPackages.scons_3_1_2Michael Weiss
Required since SCons 4.0.0 doesn't support Python 2.7 anymore.
2020-03-27scons: Add passthru.py2 for backward compatibilityMichael Weiss
Not all packages build with Python 3, see #75877. The goal is to get rid of Python 2 but this approach ensures a smoother transition.
2020-01-22treewide: fix redirected urlsPatrick Hilhorst
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 ```
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster
2019-11-18treewide: Get rid of libGLU_combinedadisbladis
2019-09-15maintainers: renamed myselfElmo Todurov
2019-09-08treewide: remove redundant quotesvolth
2019-06-17treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesaMatthew Bauer
Just use mesa for these to be more clear. Move these to aliases.nix
2019-05-22tdm: init at 2.07Elmo Todurov