summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/physfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* physfs_2: fix darwin buildStéphan Kochen2021-05-181-3/+2
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-211-3/+3
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-031-2/+0
* physfs: enable build on darwinMario Rodas2020-12-201-3/+4
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* treewide: name -> pnamevolth2019-08-171-2/+3
* physfs: 3.0.1 -> 3.0.2•••https://icculus.org/pipermail/physfs/2019-March/001280.html Will Dietz2019-03-191-1/+1
* physfs: 2.0.3 -> 3.0.1Peter Hoeg2018-01-171-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 Mosberger2017-08-011-1/+1
* treewide: Add lots of meta.platforms•••Build-tested on x86_64 Linux & Mac. Tuomas Tynkkynen2016-08-021-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 Kowalczyk2014-11-061-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 Levy2013-02-211-4/+4
|\
| * physfs: update to version 2.0.3Peter Simons2013-02-211-4/+4
* | Rename buildNativeInputs -> nativeBuildInputs•••Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase. Eelco Dolstra2012-12-281-1/+1
|/
* Updating and fixing physfs, so more videogames can build.•••svn path=/nixpkgs/trunk/; revision=32891 Lluís Batlle i Rossell2012-03-081-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 Rossell2009-11-221-1/+1
* Updating neverball. That required adding physfs.•••svn path=/nixpkgs/trunk/; revision=18220 Lluís Batlle i Rossell2009-11-061-0/+18