about summary refs log tree commit diff
path: root/pkgs/games/xsokoban
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.
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
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
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs1-2/+2
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
2017-06-16xsokoban: Fix OWNER username quoting, maybe fix travis?Will Dietz1-1/+1
2017-06-16xsokoban: Don't set special bits on installWill Dietz1-0/+4
2016-12-05xsokoban: Fix buildTuomas Tynkkynen1-3/+7
2015-11-25Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno1-35/+30
2015-11-24xsokoban: reimplement using mkDerivationJoachim Fasting1-35/+30
2015-10-14xorg: split outputs of various libsVladimír Čunát1-1/+1
2015-09-14all-packages: Use callPackage where possibleMathnerd3141-1/+1
2014-11-05xsokoban: fix evalMateusz Kowalczyk1-6/+6
2014-11-05Adopt a few packagesMichael Raskin1-0/+2
2012-11-26xsokoban: fix for colliding getline in score.cFlorian Friesdorf1-0/+1
2012-11-26xsokoban scorefile in current directoryFlorian Friesdorf1-2/+2
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-05-24big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber1-1/+1
getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
2009-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber1-2/+2
svn path=/nixpkgs/trunk/; revision=15662
2009-01-11Added XSokobanMichael Raskin1-0/+48
svn path=/nixpkgs/trunk/; revision=13737