about summary refs log tree commit diff
path: root/pkgs/development/libraries/box2d
AgeCommit message (Collapse)AuthorFilesLines
2024-04-09box2d: 2.3.1 -> 2.4.1Peter Hoeg1-15/+50
2022-01-04box2d: make src name independentJonathan Ringer1-2/+1
2021-12-30box2d: switch to fetchFromGitHubFelix Buehler1-6/+8
2021-06-11box2d: enable on darwinDmitry Kalinkin1-1/+1
2021-06-06box2d: fix hash (#125310)Ricardo M. Correia1-3/+3
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob1-5/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-1/+1
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-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-17box2d: 2.3.0 -> 2.3.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/box2d/versions
2019-01-10Merge branch 'master' into staging-nextVladimír Čunát1-1/+5
2019-01-04box2d: don't build examplesPiotr Bogdan1-1/+5
They fail to build and aren't included in the output anyway.
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs1-2/+2
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson1-1/+2
2016-05-24box2d_2_0_1: delete expressionJoachim Fasting1-83/+0
Not used anywhere, appears to be no reason to keep it around. See also #4210
2015-12-30box2d: use stdenvRobert Helgesson1-42/+24
This replaces use of `builderDefsPackage`. Also change to download tarball from GitHub as it is the new upstream home.
2015-09-14all-packages: Use callPackage where possibleMathnerd3141-3/+3
2014-10-07Specify Box2D_2_0_1 branchMichael Raskin1-0/+1
2014-07-01Update Box2D to 2.3.0. I fail to build 2.3.1, though.Michael Raskin1-17/+9
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-3/+3
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-12-17Increase polygon vertex count for Box2DMichael Raskin2-2/+10
svn path=/nixpkgs/trunk/; revision=25177
2010-12-17Adding Box2D version 2.0.1Michael Raskin1-0/+78
svn path=/nixpkgs/trunk/; revision=25174
2010-12-17Adding Box2D libraryMichael Raskin1-0/+55
svn path=/nixpkgs/trunk/; revision=25172