about summary refs log tree commit diff
path: root/pkgs/games/soi
AgeCommit message (Collapse)AuthorFilesLines
2023-05-13soi: fix missing luabind libraryJohn Chadwick1-0/+1
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-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-02Treewide: use HTTPS on SourceForgec0bw3b1-1/+1
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+1
Goodbye, and thanks for all the Nix...
2017-08-12soi: is not brokenRobin Gloster1-1/+0
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-1/+1
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2016-01-05soi: 0.1.1 -> 0.1.2Tobias Geerinckx-Rice1-17/+15
Now builds, but still mark as broken because it quickly segfaults at run time.
2015-11-25fix eval after #11248Domen Kožar1-8/+5
2015-11-24soi: reimplement using mkDerivationJoachim Fasting1-44/+22
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-6/+6
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2013-11-04Mark more packages as brokenEelco Dolstra1-0/+1
2011-01-28Adding Sphere of InfluenceMichael Raskin1-0/+55
svn path=/nixpkgs/trunk/; revision=25711