summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Collapse)AuthorAge
* Transitive library dependencies are now propagatedSander van der Burg2011-09-13
| | | | svn path=/nixpkgs/trunk/; revision=29260
* Removed some obsolete restrictions, so that transitive dependencies are also ↵Sander van der Burg2011-09-13
| | | | | | loaded svn path=/nixpkgs/trunk/; revision=29249
* The string array needs to be comma separatedSander van der Burg2011-09-13
| | | | svn path=/nixpkgs/trunk/; revision=29240
* Improved the wrapper: it is now a separate component invoking the ↵Sander van der Burg2011-09-13
| | | | | | executable's main method through the refelection API svn path=/nixpkgs/trunk/; revision=29239
* Oops: forgot to include the wrapper classSander van der Burg2011-09-13
| | | | svn path=/nixpkgs/trunk/; revision=29236
* Initial implementation of a main class wrapper which resolves runtime ↵Sander van der Burg2011-09-13
| | | | | | dependencies automatically svn path=/nixpkgs/trunk/; revision=29235
* nix-prefetch-git: remove .git in the cloned directory. (Fix issue 116)Nicolas Pierron2011-09-07
| | | | svn path=/nixpkgs/trunk/; revision=29077
* nix-prefetch-git: Display usage message if missing builder arguments areNicolas Pierron2011-09-07
| | | | | | missing. svn path=/nixpkgs/trunk/; revision=29076
* nix-prefetch-git: Remove missleading option name.Nicolas Pierron2011-09-07
| | | | svn path=/nixpkgs/trunk/; revision=29075
* Fix a typoMichael Raskin2011-08-29
| | | | svn path=/nixpkgs/trunk/; revision=28871
* fetchgit: Handle https.Nicolas Pierron2011-08-28
| | | | svn path=/nixpkgs/trunk/; revision=28857
* fetchmtn: move logic to default argsYury G. Kudryashov2011-08-23
| | | | svn path=/nixpkgs/trunk/; revision=28786
* Replace fetchgit default builder by a wrapper around nix-prefect-git.Nicolas Pierron2011-08-20
| | | | svn path=/nixpkgs/trunk/; revision=28709
* * Don't mount the entire host filesystem, but just /nix/store and aEelco Dolstra2011-08-09
| | | | | | | temporary directory. This is necessary to isolate NixOS VMs from the host filesystem for security. svn path=/nixpkgs/trunk/; revision=28427
* Fixed error in build-support/fetchfileLudovic Stordeur2011-08-09
| | | | | | Replaced undefined variable 'url' by the correct one 'pathname' svn path=/nixpkgs/trunk/; revision=28424
* * For building Fedora disk images, use the "Everything" repo ratherEelco Dolstra2011-08-08
| | | | | | | than the "Fedora" repo, since the latter doesn't contain some packages (like perl-DBD-SQLite). svn path=/nixpkgs/trunk/; revision=28389
* * Another mirror for old openSUSE releases.Eelco Dolstra2011-08-08
| | | | svn path=/nixpkgs/trunk/; revision=28388
* * Debian Squeeze updated to 6.0.2.1.Eelco Dolstra2011-08-08
| | | | svn path=/nixpkgs/trunk/; revision=28385
* fetchgit: strip trailing whitespacePeter Simons2011-07-20
| | | | svn path=/nixpkgs/trunk/; revision=27862
* fetchgit: added support for fetching sub-modulesPeter Simons2011-07-20
| | | | svn path=/nixpkgs/trunk/; revision=27860
* Adding OneTeam XMPP clientMichael Raskin2011-06-28
| | | | svn path=/nixpkgs/trunk/; revision=27553
* fetchgit builder - correctly quote "$rev"Florian Friesdorf2011-06-22
| | | | svn path=/nixpkgs/trunk/; revision=27531
* fetchgit builder comment: can handle remotes without HEADFlorian Friesdorf2011-06-22
| | | | | | thx civodul for bringing it up and testing svn path=/nixpkgs/trunk/; revision=27523
* fetchgit report fetch progressFlorian Friesdorf2011-06-22
| | | | svn path=/nixpkgs/trunk/; revision=27522
* fetchgit builder to handle broken remotes without a HEADFlorian Friesdorf2011-06-22
| | | | svn path=/nixpkgs/trunk/; revision=27521
* Fix typo.Ludovic Courtès2011-06-12
| | | | svn path=/nixpkgs/trunk/; revision=27429
* Specify the dynamic linker name for cross-compilation to GNU/Hurd.Ludovic Courtès2011-06-12
| | | | svn path=/nixpkgs/trunk/; revision=27428
* A phase that simply saves current exported vars for debugging useMichael Raskin2011-05-31
| | | | svn path=/nixpkgs/trunk/; revision=27338
* Adding Xconq turn-based strategyMichael Raskin2011-05-28
| | | | svn path=/nixpkgs/trunk/; revision=27306
* * For some reason Samba insists on setting the g+w bit on newlyEelco Dolstra2011-05-02
| | | | | | | created directories, which is a security risk. So create $out with the proper permissions before starting the VM. svn path=/nixpkgs/trunk/; revision=27095
* fetchgit builder rewrite to handle more casesFlorian Friesdorf2011-04-27
| | | | | | | | The old builder failed for: - remote HEAD != master - local repositories svn path=/nixpkgs/trunk/; revision=26984
* Adding 'wakelan', to use UDP wake on lan on ethernet.Lluís Batlle i Rossell2011-04-20
| | | | svn path=/nixpkgs/trunk/; revision=26912
* Adding globulationMichael Raskin2011-04-19
| | | | svn path=/nixpkgs/trunk/; revision=26892
* Workaround SCons paranoiaMichael Raskin2011-04-18
| | | | svn path=/nixpkgs/trunk/; revision=26873
* nix-prefetch-hg: if url is local file, do not make clone, but run hg archive ↵Rob Vermaas2011-04-11
| | | | | | on it svn path=/nixpkgs/trunk/; revision=26779
* use same name as nix-prefetch-hg for derivationRob Vermaas2011-04-11
| | | | svn path=/nixpkgs/trunk/; revision=26778
* Fix cmake flags overridingMichael Raskin2011-04-09
| | | | svn path=/nixpkgs/trunk/; revision=26765
* * Sync with the trunk.Eelco Dolstra2011-04-04
|\ | | | | | | svn path=/nixpkgs/branches/modular-python/; revision=26678
| * Making builder-defs doCMake build well the shared libraries and binaries ↵Lluís Batlle i Rossell2011-03-30
| | | | | | | | | | | | | | | | (rpath related). I simply made it do what the cmake setup-hook already said to do. svn path=/nixpkgs/trunk/; revision=26617
* | * wrapPythonPrograms: don't hard-code the Python library prefix.Eelco Dolstra2011-03-29
| | | | | | | | svn path=/nixpkgs/branches/modular-python/; revision=26594
* | * Move the wrapPythonPrograms function into a separate setup hookEelco Dolstra2011-03-28
|/ | | | | | (wrapPython). svn path=/nixpkgs/branches/modular-python/; revision=26580
* nix-prefetch-git: Add rudimentary TopGit support.Ludovic Courtès2011-03-14
| | | | svn path=/nixpkgs/trunk/; revision=26305
* * Remove a not very useful message that didn't get printed anywayEelco Dolstra2011-03-03
| | | | | | because the test condition was wrong. svn path=/nixpkgs/trunk/; revision=26147
* * Drop the unnecessary boot=on flag.Eelco Dolstra2011-02-24
| | | | svn path=/nixpkgs/trunk/; revision=26104
* * nixSqlite expects another integer (denoting the size of the NAR) inEelco Dolstra2011-02-16
| | | | | | `nix-store --load-db'. svn path=/nixpkgs/trunk/; revision=25988
* * Added Debian 6.0 and Ubuntu 10.10.Eelco Dolstra2011-02-14
| | | | svn path=/nixpkgs/trunk/; revision=25968
* Prefer upstream mirror system to our hand-written mirror list.Yury G. Kudryashov2011-02-09
| | | | svn path=/nixpkgs/trunk/; revision=25863
* added nix-prefetch-bzrRob Vermaas2011-02-08
| | | | svn path=/nixpkgs/trunk/; revision=25806
* vmTools: add some arguments with previous defaultsRob Vermaas2011-02-01
| | | | svn path=/nixpkgs/trunk/; revision=25742
* extractmtdfs: bigger size mtdram, extractfs: support cramfsRob Vermaas2011-01-31
| | | | svn path=/nixpkgs/trunk/; revision=25739