about summary refs log tree commit diff
path: root/pkgs/tools/package-management
Commit message (Collapse)AuthorAge
* * Another sync with the trunk.Eelco Dolstra2009-04-23
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
| * svn path=/nixpkgs/trunk/; revision=15245Eelco Dolstra2009-04-22
| |
| * More Haskell platform packages.Andres Löh2009-04-19
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15151
| * * Latest Nix unstable.Eelco Dolstra2009-04-16
| | | | | | | | svn path=/nixpkgs/trunk/; revision=15075
* | * RPM barfs if you don't build its static libraries - probably aEelco Dolstra2009-04-23
| | | | | | | | | | | | Makefile bug. svn path=/nixpkgs/branches/stdenv-updates/; revision=15262
* | svn path=/nixpkgs/branches/stdenv-updates/; revision=15259Eelco Dolstra2009-04-22
| |
* | * Sync with the trunk.Eelco Dolstra2009-04-15
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=15065
| * * checkinstall: don't include directories in the Debian `conffiles'Eelco Dolstra2009-04-14
| | | | | | | | | | | | | | file. This caused the Nix Debian build to fail (because it installs a file /etc/profile.d/nix.sh). svn path=/nixpkgs/trunk/; revision=15038
* | * Sync with the trunk once more.Eelco Dolstra2009-03-31
|\| | | | | | | | | | | * Turn on everything in Hydra. svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
| * * Also handle the __open_2() function, which is needed on x86_64.Eelco Dolstra2009-03-27
| | | | | | | | | | | | * Renamed to patch, because these aren't syscalls but Glibc functions. svn path=/nixpkgs/trunk/; revision=14742
| * * Added a patch that implements the getxattr(), lgetxattr() andEelco Dolstra2009-03-27
| | | | | | | | | | | | | | | | __open64_2() functions. The latter in particular is needed to make operations like `mkdir -p /usr/foo/bar' work on Ubuntu 8.10 (Glibc 2.8). svn path=/nixpkgs/trunk/; revision=14741
| * * Checkinstall only works on Linux.Eelco Dolstra2009-03-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14740
| * * Patched checkinstall to include empty directory in packages.Eelco Dolstra2009-03-27
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14736
| * * Use the latest checkinstall from git. This fixes /usr/bin/ld andEelco Dolstra2009-03-27
| | | | | | | | | | | | other paths incorrectly ending up in generated Deb files. svn path=/nixpkgs/trunk/; revision=14735
| * * Bump.Eelco Dolstra2009-03-26
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14725
| * * Bump.Eelco Dolstra2009-03-25
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14698
| * * Bump.Eelco Dolstra2009-03-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14686
* | * Sync with the trunk.Eelco Dolstra2009-03-16
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
| * * Latest unstable version.Eelco Dolstra2009-03-09
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14465
| * nixUnstable version bump to 0.13pre14314Marc Weber2009-03-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14326
| * nixUnstable version bump to 0.13pre13641Marc Weber2009-03-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14325
| * * Urhg. Dpkg releases tend to just disappear...Eelco Dolstra2009-02-23
| | | | | | | | svn path=/nixpkgs/trunk/; revision=14203
* | svn path=/nixpkgs/branches/stdenv-updates/; revision=13902Eelco Dolstra2009-01-29
|/
* * Latest version.Eelco Dolstra2008-12-16
| | | | svn path=/nixpkgs/trunk/; revision=13643
* * checkinstall: build properly on x86_64.Eelco Dolstra2008-12-10
| | | | | | | | | * checkinstall: get rid of the RUNPATH in the LD_PRELOAD library so that it works with native Glibc (e.g. in VM builds). * debBuild: use our own checkinstall. In particular this allows us to build Debs on x86_64. svn path=/nixpkgs/trunk/; revision=13608
* * Name attribute did not match the actual version.Eelco Dolstra2008-12-09
| | | | svn path=/nixpkgs/trunk/; revision=13600
* * Use the latest unstable Nix.Eelco Dolstra2008-11-28
| | | | svn path=/nixpkgs/trunk/; revision=13503
* * Automatically build Debian packages using checkinstall, as suggestedEelco Dolstra2008-11-25
| | | | | | | | | | | by Pjotr Prins a while back. This could also be used to generate RPMs for packages that don't have a spec-file. * Added checkinstall to Nixpkgs. However we don't use our own build yet because with it "make install" segfaults in a Debian VM, while the pre-built binary does work. svn path=/nixpkgs/trunk/; revision=13400
* * Latest stable, unstable releases.Eelco Dolstra2008-11-21
| | | | svn path=/nixpkgs/trunk/; revision=13365
* * Get rid of nix-static, it's no longer needed and horriblyEelco Dolstra2008-11-14
| | | | | | out-dated. svn path=/nixpkgs/trunk/; revision=13300
* * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
| | | | svn path=/nixpkgs/trunk/; revision=13299
* * Latest version.Eelco Dolstra2008-10-09
| | | | svn path=/nixpkgs/trunk/; revision=13021
* * Latest dpkg (the old one has disappeared).Eelco Dolstra2008-09-12
| | | | svn path=/nixpkgs/trunk/; revision=12848
* Updating nixUnstable. Michael Raskin2008-09-08
| | | | svn path=/nixpkgs/trunk/; revision=12827
* * The latest and greatest.Eelco Dolstra2008-08-27
| | | | svn path=/nixpkgs/trunk/; revision=12733
* moved nix-repository-manager to add additional feature automatically ↵Marc Weber2008-08-19
| | | | | | updating given bleeding-edge-fetch-infos.nix svn path=/nixpkgs/trunk/; revision=12658
* Upgrade to newer versionSander van der Burg2008-08-18
| | | | svn path=/nixpkgs/trunk/; revision=12654
* Another update to a new revisionSander van der Burg2008-08-12
| | | | svn path=/nixpkgs/trunk/; revision=12602
* Updated to later revisionSander van der Burg2008-08-12
| | | | svn path=/nixpkgs/trunk/; revision=12595
* Small disnix bugfixSander van der Burg2008-08-12
| | | | svn path=/nixpkgs/trunk/; revision=12592
* Updated to newer version of disnixSander van der Burg2008-08-12
| | | | svn path=/nixpkgs/trunk/; revision=12591
* Also install the Nix expressionsSander van der Burg2008-08-11
| | | | svn path=/nixpkgs/trunk/; revision=12587
* Updated DisnixService to new revisionSander van der Burg2008-08-10
| | | | svn path=/nixpkgs/trunk/; revision=12577
* ghc68extralibraries: tidied up, no longer many small files, nicer ↵Marc Weber2008-08-06
| | | | | | indentation (at least same level now) svn path=/nixpkgs/trunk/; revision=12517
* Some fixesSander van der Burg2008-07-30
| | | | svn path=/nixpkgs/trunk/; revision=12450
* * Use the latest unstable version.Eelco Dolstra2008-07-24
| | | | svn path=/nixpkgs/trunk/; revision=12414
* Updated to new versionSander van der Burg2008-07-14
| | | | svn path=/nixpkgs/trunk/; revision=12355
* Upgraded disnixSander van der Burg2008-07-10
| | | | svn path=/nixpkgs/trunk/; revision=12333
* Added Disnix SOAP serviceSander van der Burg2008-07-06
| | | | svn path=/nixpkgs/trunk/; revision=12291
* Added disnixSander van der Burg2008-07-06
| | | | svn path=/nixpkgs/trunk/; revision=12277