about summary refs log tree commit diff
path: root/pkgs
AgeCommit message (Collapse)AuthorFilesLines
2008-11-25* Automatically build Debian packages using checkinstall, as suggestedEelco Dolstra5-5/+64
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
2008-11-25* Moved more stuff from the release tree.Eelco Dolstra4-3/+112
svn path=/nixpkgs/trunk/; revision=13395
2008-11-24Fix shebang in more scripts...Michael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=13393
2008-11-24fix fcron: don't try to create /etc/fcron.{allow,deny,conf}Marc Weber1-0/+7
svn path=/nixpkgs/trunk/; revision=13391
2008-11-24* Start moving the Nix expressions that support the build farmEelco Dolstra4-0/+215
(e.g. making source tarballs, doing coverage analysis) to the Nixpkgs tree. This makes it easier to run build farm jobs locally since you don't need to check out the "release" tree separately. Also it means one less input to declare for build farm jobs. * Removed succeedOnFailure and separate logging of phases. Hydra doesn't need that. svn path=/nixpkgs/trunk/; revision=13388
2008-11-24* A function "buildPerlPackage" to replace all those "importEelco Dolstra6-205/+185
../development/perl-modules/generic perl" incantations. svn path=/nixpkgs/trunk/; revision=13387
2008-11-24* DBD::SQLite needs a patch to prevent segfaults in case of timeouts.Eelco Dolstra3-8/+61
svn path=/nixpkgs/trunk/; revision=13386
2008-11-24* MPlayerPlugin is a function...Eelco Dolstra1-1/+0
svn path=/nixpkgs/trunk/; revision=13385
2008-11-24* Use exec.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=13384
2008-11-23Fix previous commit.Nicolas Pierron1-2/+2
svn path=/nixpkgs/trunk/; revision=13373
2008-11-23Add: Handle a way to factor conditions.Nicolas Pierron1-19/+89
mkIf config.foo.enable { require = [ .. ]; environment = { // infer the else part. extraPackages = [pkgs.foo]; etc = mkThenElse { thenPart = { .. }; elsePart = { .. }; }; }; } Fix: UniqFlattenAttr compare configuration without the "require" attribute. svn path=/nixpkgs/trunk/; revision=13372
2008-11-23mergeDefaultOption: handle boolean values.Nicolas Pierron1-0/+1
svn path=/nixpkgs/trunk/; revision=13371
2008-11-23Add a common pattern used in jobs definition.Nicolas Pierron1-0/+10
svn path=/nixpkgs/trunk/; revision=13370
2008-11-22(last) fcron fix for now because the service works as expectedMarc Weber1-4/+2
svn path=/nixpkgs/trunk/; revision=13368
2008-11-22zsh update to 4.3.9Marc Weber2-1/+23
svn path=/nixpkgs/trunk/; revision=13367
2008-11-21default locations for fcron config settings (don't use store path)Marc Weber1-0/+4
svn path=/nixpkgs/trunk/; revision=13366
2008-11-21* Latest stable, unstable releases.Eelco Dolstra2-9/+12
svn path=/nixpkgs/trunk/; revision=13365
2008-11-19ghc-6.10 binaryMarc Weber2-0/+106
svn path=/nixpkgs/trunk/; revision=13345
2008-11-19gstreamer update (needed by gstPython)Marc Weber5-8/+75
dropping dep gnomevfs (see code commment) svn path=/nixpkgs/trunk/; revision=13344
2008-11-19hackish fix to build cdrtools againMarc Weber1-0/+9
svn path=/nixpkgs/trunk/; revision=13343
2008-11-19GnuTLS 2.6.2.Ludovic Courtès1-2/+2
svn path=/nixpkgs/trunk/; revision=13341
2008-11-19* Revert to version 76, 77 gives strange hangs.Eelco Dolstra2-5/+5
svn path=/nixpkgs/trunk/; revision=13338
2008-11-16Use composedArgsAndFun on utilliinux to remove some references to nixPkgs ↵Nicolas Pierron1-1/+1
from Nixos. svn path=/nixpkgs/trunk/; revision=13311
2008-11-16Add mergeStringOption and factor mergeSomethingOption by introducing ↵Nicolas Pierron1-8/+13
mergeTypedOption. svn path=/nixpkgs/trunk/; revision=13310
2008-11-16Remove obsolete functions.Nicolas Pierron1-3/+0
svn path=/nixpkgs/trunk/; revision=13309
2008-11-16Handle apply attribute for each option declared with MkOption.Nicolas Pierron1-3/+3
This is similar to the new-proposal in upstart-jobs except that the default value is also processed with this function. (the existing merge function acts only on extra values). svn path=/nixpkgs/trunk/; revision=13308
2008-11-16Maybe it was Boost 1.37.0 that broke OO.o ?Michael Raskin1-2/+4
svn path=/nixpkgs/trunk/; revision=13307
2008-11-15Added qrencode and qrdecode - tools for QR code. Qrdecode behaves strangely ↵Michael Raskin4-0/+114
(Debian package does the same, so probably upstream bug) svn path=/nixpkgs/trunk/; revision=13304
2008-11-14Finalized maude 2.4 release.Peter Simons2-9/+8
- Updated full-maude to 2.4. - Added program wrapper to set ${MAUDE_LIB} correctly. - TODO: the documentation is still not quite up-to-date. svn path=/nixpkgs/trunk/; revision=13303
2008-11-14* Don't abort when we're not on Linux.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=13302
2008-11-14* Oops.Eelco Dolstra1-2/+0
svn path=/nixpkgs/trunk/; revision=13301
2008-11-14* Get rid of nix-static, it's no longer needed and horriblyEelco Dolstra5-137/+0
out-dated. svn path=/nixpkgs/trunk/; revision=13300
2008-11-14* Get rid of all references to nix.cs.uu.nl.Eelco Dolstra64-75/+77
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14* Doh.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=13297
2008-11-14* Firefox 3.0.4.Eelco Dolstra2-6/+6
svn path=/nixpkgs/trunk/; revision=13296
2008-11-14* Reenable the check phase in Bison 2.4.Eelco Dolstra3-11/+7
* Use the passthru attribute. svn path=/nixpkgs/trunk/; revision=13295
2008-11-14* Use mirror://kde. (Contributed by Bas van Dijk.)Eelco Dolstra12-24/+24
svn path=/nixpkgs/trunk/; revision=13293
2008-11-14* Added cryopid (contributed by Marco Maggesi).Eelco Dolstra2-0/+54
svn path=/nixpkgs/trunk/; revision=13291
2008-11-14* Cleanup plus a purity fix (don't look in /usr for libraries).Eelco Dolstra3-51/+13
svn path=/nixpkgs/trunk/; revision=13290
2008-11-14* Downloads in the stdenv bootstrap should respect the user's proxyEelco Dolstra1-0/+1
settings. Contributed by Jeevakan Suresh. svn path=/nixpkgs/trunk/; revision=13289
2008-11-14Updated boost libraries to version 1.37.0.Peter Simons2-1/+21
svn path=/nixpkgs/trunk/; revision=13288
2008-11-13Updated cmake to version 2.6.2.Peter Simons1-13/+10
svn path=/nixpkgs/trunk/; revision=13286
2008-11-13Updated maude to 2.4 release.Peter Simons3-53/+17
TODO: The full-maude distribution is missing from the web site. The expression installs 2.3j until that is fixed. Also, the documentation that's installed isn't up-to-date yet, it's from version 2.3. svn path=/nixpkgs/trunk/; revision=13285
2008-11-13Added DataMatrix (2D bar code) processing utilitiesMichael Raskin2-0/+31
svn path=/nixpkgs/trunk/; revision=13281
2008-11-13svn path=/nixpkgs/trunk/; revision=13280Eelco Dolstra1-0/+4
2008-11-12svn path=/nixpkgs/trunk/; revision=13273Eelco Dolstra1-0/+4
2008-11-12* Added Ubuntu 8.10. It doesn't work yet though (the passwd packageEelco Dolstra2-9/+35
fails to install). svn path=/nixpkgs/trunk/; revision=13272
2008-11-12* libunwind: pass -fPIC on x86_64-linux. This is necessary for SambaEelco Dolstra1-12/+17
to compile. svn path=/nixpkgs/trunk/; revision=13267
2008-11-12* Debian 4.0r5.Eelco Dolstra1-6/+6
svn path=/nixpkgs/trunk/; revision=13261
2008-11-12More Io fixes - hopefully final for nowMichael Raskin1-1/+11
svn path=/nixpkgs/trunk/; revision=13259