about summary refs log tree commit diff
path: root/pkgs/games/rogue
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2021-12-16ncurses: 6.2 -> 6.3Sergei Trofimovich1-3/+0
The biggest nixpkgs-specific change is addition of printf()-style attribute annotations for many ncurses APIs. -Werror=format-security now flags parameter inconsistencies and fails the build. The fixes are usually one-liners like adding "%s" format string for non-literals or just using `hardeningDisable [ "format" ];` for software where backporting or fixing is not practical. Drop -DNCURSES_INTERNALS=1 workaround required only for ncurses-6.2 and build-incompatible with ncurses-6.3.
2021-06-25games: /s/name/pname&version/Felix Buehler1-5/+6
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-1/+1
2018-09-03rogue: add licenseMarkus Kowalewski1-3/+4
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-02-23rogue: Fix build after ncurses5 changesTuomas Tynkkynen1-0/+3
Fixes build after commit 3d24ae9b4426bb8adfcb08de57be21fdf0a377f8: https://hydra.nixos.org/build/69789236 Thanks to dtzWill for the pointer: https://github.com/NixOS/nixpkgs/pull/34477#issuecomment-367359351
2018-02-08treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/Dan Peebles1-1/+1
Upstream killed the pkgs server but src continues to serve up the exact same content, so we can just point there and all hashes should be unchanged.
2016-11-26rogue: Add alternative source archive URLs.Sebastian Hagen1-1/+5
As of right now, rogue.rogueforge.net has been down for at least several hours (likely more). We add two mirrors here which are likely to be more reliable. We keep the original download location as a fallback, in case that estimate turns out to be incorrect.
2015-03-20Set some meta.platformsEelco Dolstra1-4/+6
Also fix meta.platform -> meta.platforms in a few places.
2008-08-27* Rogue 5.4.4.Eelco Dolstra1-14/+10
svn path=/nixpkgs/trunk/; revision=12745
2007-01-08* Now Nixpkgs is officially complete.Eelco Dolstra1-0/+21
svn path=/nixpkgs/trunk/; revision=7573