summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
* Process relative URLsMichael Raskin2012-06-06
| | | | svn path=/nixpkgs/trunk/; revision=34367
* * update hashes for debian queezeRob Vermaas2012-06-01
| | | | svn path=/nixpkgs/trunk/; revision=34316
* * Install/uninstall all RPMs in one operation. This is necessary ifEelco Dolstra2012-05-31
| | | | | | the RPMs have dependencies between each other. svn path=/nixpkgs/trunk/; revision=34303
* * Set the version number of generated Debian packages. Note that dpkgEelco Dolstra2012-05-24
| | | | | | | | apparently doesn't allows underscores in version strings, so we replace them by dashes. This is the exact opposite of RPM, which doesn't allow dashes. svn path=/nixpkgs/trunk/; revision=34220
* * Be less verbose generating initrds.Eelco Dolstra2012-05-21
| | | | svn path=/nixpkgs/trunk/; revision=34199
* * Added Ubuntu 12.04.Eelco Dolstra2012-05-11
| | | | svn path=/nixpkgs/trunk/; revision=34055
* * Add a hook for running a test after the RPMs have been installed.Eelco Dolstra2012-05-01
| | | | svn path=/nixpkgs/trunk/; revision=33966
* build-support/fetchurl/mirrors.nix: add funet.fi to more mirrorsPeter Simons2012-04-29
| | | | | | Committed on behalf of Ilja Honkonen <ilja.honkonen@helsinki.fi>. svn path=/nixpkgs/trunk/; revision=33946
* * Set preferLocalBuild on a few more trivial builders.Eelco Dolstra2012-04-26
| | | | svn path=/nixpkgs/trunk/; revision=33935
* * writeTextFile: don't use the build hook. NixOS uses this function aEelco Dolstra2012-04-26
| | | | | | | lot, and it causes a lot of unnecessary overhead on machines with remote building enabled. svn path=/nixpkgs/trunk/; revision=33934
* Darwin: Add `mig', `lipo', etc. to `stdenvNative'.Ludovic Courtès2012-04-23
| | | | | | Consequently, remove `darwinLipoUtility', `darwinArchUtility', etc. svn path=/nixpkgs/trunk/; revision=33893
* * Pass -cpu kvm64 to keep GMP from barfing.Eelco Dolstra2012-04-19
| | | | svn path=/nixpkgs/trunk/; revision=33848
* Add armv7l support.Nicolas Pierron2012-04-15
| | | | svn path=/nixpkgs/trunk/; revision=33798
* * Add modules required by Linux 3.2.Eelco Dolstra2012-04-11
| | | | svn path=/nixpkgs/trunk/; revision=33742
* * Remove some obsolete kernel.org mirrors.Eelco Dolstra2012-04-05
| | | | svn path=/nixpkgs/trunk/; revision=33609
* * Don't do a mkdir in the postHook.Eelco Dolstra2012-04-04
| | | | svn path=/nixpkgs/trunk/; revision=33569
* Removing usernixos from nixpkgs trunk.Lluís Batlle i Rossell2012-03-28
| | | | | | | | I placed a repository starting at this same svn content removed at: http://viric.name/cgi-bin/usernixos svn path=/nixpkgs/trunk/; revision=33459
* Adding 'usernixos', where I start a modular kind-of-nixos that can go intoLluís Batlle i Rossell2012-03-27
| | | | | | | | | "nix-env -i" profiles, as a container for flexible configuration at the style of nixos, to be defined in .nixpkgs/config.nix, with the main target of generating an activation script. svn path=/nixpkgs/trunk/; revision=33445
* * Remove an unnecessary function.Eelco Dolstra2012-03-19
| | | | svn path=/nixpkgs/trunk/; revision=33271
* * When doing coverage builds, set useTempPrefix (in case we're doingEelco Dolstra2012-03-19
| | | | | | an "installcheck"). svn path=/nixpkgs/trunk/; revision=33261
* * After building an RPM, install and uninstall it.Eelco Dolstra2012-03-19
| | | | svn path=/nixpkgs/trunk/; revision=33257
* * For "nix-build --run-env" it's desirable that $stdenv/setup (and byEelco Dolstra2012-03-19
| | | | | | | | extension postHook) does nothing else than set up the environment. It shouldn't touch $out because there may not be a $out. So move the "imperative" bits of postHook into a separate phase. svn path=/nixpkgs/trunk/; revision=33249
* * Support setting postPhases.Eelco Dolstra2012-03-19
| | | | svn path=/nixpkgs/trunk/; revision=33247
* gcc-cross-wrapper-libs: Gracefully deal with non-existent /TRIPLET/lib dir.Ludovic Courtès2012-03-12
| | | | | | This fixes the cross-MinGW environment. svn path=/nixpkgs/trunk/; revision=33010
* VM: Upgrade to Debian 5.0.10.Ludovic Courtès2012-03-12
| | | | svn path=/nixpkgs/trunk/; revision=33008
* VM: Make sure `smbd' is in QEMU's $PATH.Ludovic Courtès2012-03-11
| | | | svn path=/nixpkgs/trunk/; revision=32987
* runInGenericVM: Use whatever the current system is.Ludovic Courtès2012-03-10
| | | | svn path=/nixpkgs/trunk/; revision=32970
* vmTools: Use stdenv's glibc in `initrd-utils'.Ludovic Courtès2012-03-08
| | | | svn path=/nixpkgs/trunk/; revision=32878
* * We accidentally lost xz support in rpm. This broke RPM buildsEelco Dolstra2012-03-07
| | | | | | (http://hydra.nixos.org/build/2230623). svn path=/nixpkgs/trunk/; revision=32847
* * This substitution causes bash to hang. Urgh. Bash's patternEelco Dolstra2012-03-06
| | | | | | substitutions aren't very reliable. svn path=/nixpkgs/trunk/; revision=32830
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-03-01
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
| * Added an optional parameter to "make-startupitem" to provide a prefix to the ↵Arie Middelkoop2012-02-29
| | | | | | | | | | | | ".desktop" file. svn path=/nixpkgs/trunk/; revision=32686
| * nix-build: Honor user-provided `failureHook'.Ludovic Courtès2012-02-28
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32680
* | svn merge ^/nixpkgs/trunkShea Levy2012-02-25
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
| * Fixed autoconfPhase so that it additionally tests if ./bootstrap is a file ↵Arie Middelkoop2012-02-23
| | | | | | | | | | | | (and not a directory with executable permission) before executing it. svn path=/nixpkgs/trunk/; revision=32530
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-20
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32417
| * Moved the cabal build driver function from ↵Peter Simons2012-02-19
| | | | | | | | | | | | | | | | | | development/libraries/haskell/cabal to build-support/cabal. This change also resolves the "cabal" vs. "Cabal" ambiguity on file systems that don't distinguish case. svn path=/nixpkgs/trunk/; revision=32401
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-10
|\| | | | | | | | | | | There were a few merge conflicts due to ensureDir->mkdir -p migration svn path=/nixpkgs/branches/stdenv-updates/; revision=32174
| * * Put back the Ubuntu 10.10 images that I accidentally removed.Eelco Dolstra2012-02-08
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32141
| * * Debian 6.0.4.Eelco Dolstra2012-02-07
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32112
| * * Added Fedora 16 images.Eelco Dolstra2012-02-07
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32110
| * * Add disk images for Ubuntu 11.10.Eelco Dolstra2012-02-07
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32109
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-06
|\| | | | | | | | | | | | | | | | | | | | | | | Merge conflicts: * unzip (almost trivial) * dvswitch (trivial) * gmp (copied result of `git merge`) The last item introduced gmp-5.0.3, thus full rebuild. +ensureDir->mkdir -p in TeX packages was catched by git but not svn. svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
| * rpmclosure, remove exitRob Vermaas2012-02-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31965
| * rpmclosure, also take into account rel attribute when versions are the sameRob Vermaas2012-02-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31964
| * Makes a .desktop startup item from a .desktop menu entry.Arie Middelkoop2012-02-01
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31958
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-26
|\| | | | | | | | | | | Conflicts: cups, all-packages.nix (gcc45_debug) svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
| * Changing every reference from mips64-linux to mips64el-linux. That'sLluís Batlle i Rossell2012-01-21
| | | | | | | | | | | | | | | | | | what the new nix thinks the fuloong is. Anyone having the old nix should use a nixpkgs previous to this change to build the new nix. And then, with the new nix, he can use any newer nixpkgs revision. svn path=/nixpkgs/trunk/; revision=31751
* | * builderDefs: don't use param1-5.Eelco Dolstra2012-01-20
| | | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31737
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | | | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644