| Commit message (Expand) | Author | Age | Files | Lines |
| * | physfs_2: fix darwin build | Stéphan Kochen | 2021-05-18 | 1 | -3/+2 |
| * | pkgs/development/libraries: stdenv.lib -> lib | Ben Siraphob | 2021-01-21 | 1 | -3/+3 |
| * | treewide: remove enableParallelBuilding = true if using cmake | Ben Siraphob | 2021-01-03 | 1 | -2/+0 |
| * | physfs: enable build on darwin | Mario Rodas | 2020-12-20 | 1 | -3/+4 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | treewide: name -> pname | volth | 2019-08-17 | 1 | -2/+3 |
| * | physfs: 3.0.1 -> 3.0.2•••https://icculus.org/pipermail/physfs/2019-March/001280.html
| Will Dietz | 2019-03-19 | 1 | -1/+1 |
| * | physfs: 2.0.3 -> 3.0.1 | Peter Hoeg | 2018-01-17 | 1 | -16/+34 |
| * | pkgs: refactor needless quoting of homepage meta attribute (#27809)•••* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
| Silvan Mosberger | 2017-08-01 | 1 | -1/+1 |
| * | treewide: Add lots of meta.platforms•••Build-tested on x86_64 Linux & Mac.
| Tuomas Tynkkynen | 2016-08-02 | 1 | -0/+1 |
| * | Turn more licenses into lib.licenses style•••Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999, issue #739
| Mateusz Kowalczyk | 2014-11-06 | 1 | -1/+1 |
| * | Merge branch 'master' into stdenv-updates•••Conflicts:
pkgs/applications/networking/browsers/chromium/default.nix
pkgs/top-level/all-packages.nix
Merge conflicts seemed trivial, but a look from viric and aszlig would be nice.
| Shea Levy | 2013-02-21 | 1 | -4/+4 |
| |\ |
|
| | * | physfs: update to version 2.0.3 | Peter Simons | 2013-02-21 | 1 | -4/+4 |
| * | | Rename buildNativeInputs -> nativeBuildInputs•••Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
| Eelco Dolstra | 2012-12-28 | 1 | -1/+1 |
| |/ |
|
| * | Updating and fixing physfs, so more videogames can build.•••svn path=/nixpkgs/trunk/; revision=32891
| Lluís Batlle i Rossell | 2012-03-08 | 1 | -2/+6 |
| * | Big fixes in the cross build:•••- Before this changes, cflags and ldflags for the native and the cross compiler
got mixed. Not all the gcc-wrapper/gcc-cross-wrapper variables are
independant now, but enough, I think.
- Fixed the generic stdenv expression, which did a big mess on buildInputs and
buildNativeInputs. Now it distinguishes when there is a stdenvCross or not.
Maybe we should have a single stdenv and forget about the stdenvCross
adapter - this could end in a stdenv a bit complex, but simpler than the
generic stdenv + adapter.
- Added basic support in pkgconfig for cross-builds: a single PKG_CONFIG_PATH
now works for both the cross and the native compilers, but I think this
should work well for most cases I can think of.
- I tried to fix the guile expression to cross-biuld; guile is built, but not
its manual, so the derivation still fails. Guile requires patching to
cross-build, as far as I understnad.
- Made the glibcCross build to be done through the usage of a
gcc-cross-wrapper over the gcc-cross-stage-static, instead of using it
directly.
- Trying to make physfs (a neverball dependency) cross build.
- Updated the gcc expression to support building a cross compiler without getting
derivation variables mixed with those of the stdenvCross.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18534
| Lluís Batlle i Rossell | 2009-11-22 | 1 | -1/+1 |
| * | Updating neverball. That required adding physfs.•••svn path=/nixpkgs/trunk/; revision=18220
| Lluís Batlle i Rossell | 2009-11-06 | 1 | -0/+18 |