Commit graph

857 commits

Author SHA1 Message Date
Andres Löh d8694e68eb * added generic Cabal builder
* transformed zlib, vty, binary, X11 to use generic Cabal builder
* note that Cabal library packages are now by default prefixed with "haskell-"

svn path=/nixpkgs/trunk/; revision=10247
2008-01-22 16:26:57 +00:00
Marc Weber dffda95fdd reverted (10214) and merged my changes again because I had changed a lot of line by accident
svn path=/nixpkgs/trunk/; revision=10246
2008-01-22 15:13:35 +00:00
Marc Weber 22c7d08b6a proposal cabal ghc builder + dep tracking using GHC_PACKAGE_PATH (untested - not yet working)
svn path=/nixpkgs/trunk/; revision=10245
2008-01-22 14:34:23 +00:00
Marc Weber d894c2d144 removed my string-with-deps probosal again.
There is no need to rewrite anything right now
added bvi one commit before this

svn path=/nixpkgs/trunk/; revision=10234
2008-01-20 22:49:58 +00:00
Marc Weber b4b61eccce svn path=/nixpkgs/trunk/; revision=10233 2008-01-20 22:47:08 +00:00
Armijn Hemel aa275908c0 which:
* update to 2.19
* add readline dependency
* use mirror:// for download location

svn path=/nixpkgs/trunk/; revision=10231
2008-01-20 18:23:55 +00:00
Andres Löh 92886a3321 * added haddock documentation tool for ghc/Haskell
svn path=/nixpkgs/trunk/; revision=10229
2008-01-19 17:05:54 +00:00
Andres Löh d223784b0e * added vty package for ghc
svn path=/nixpkgs/trunk/; revision=10228
2008-01-19 16:42:42 +00:00
Marc Weber f22d19c128 slightly modified stringsWithDeps script Builder proposal adding the feature
overriding steps and has better documentation (IMHO) reusing as much as
possible of the code already written by raskin

svn path=/nixpkgs/trunk/; revision=10225
2008-01-19 01:23:48 +00:00
Eelco Dolstra 47659b16f9 * Add unionfs.
svn path=/nixpkgs/trunk/; revision=10224
2008-01-18 22:03:13 +00:00
Michael Raskin bc46eaf404 Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Eelco Dolstra a5e0e39cdb * makeWrapper: option --run <CMD> to run a command from the wrapper.
This is so that the Unison wrapper can be generated with
  makeWrapper.
* Use makeWrapper as a buildInput everywhere.
* Updated BitTorrent, cvs2svn.

svn path=/nixpkgs/trunk/; revision=10213
2008-01-18 11:28:41 +00:00
Eelco Dolstra b00839299f * makeWrapper: new function that transparently takes care of creating
a wrapper script.  E.g.

    wrapProgram $out/bin/prog --set FOO bar

  will create a wrapper around "prog" so that the environment variable
  FOO is set to bar.  The original program is renamed to
  $out/bin/.wrapped-prog.
  
* Function makeSetupHook to convert a script into a setup hook which
  can be included in buildInputs.  This makes it easier to use scripts
  like makeWrapper.

* Added Bazaar, yet another distributed version management system.

svn path=/nixpkgs/trunk/; revision=10211
2008-01-18 10:29:58 +00:00
Andres Löh 432c157293 * added happy-1.17
svn path=/nixpkgs/trunk/; revision=10208
2008-01-17 18:21:50 +00:00
Andres Löh 9758a20f67 * added binary, a serialisation package for Haskell
svn path=/nixpkgs/trunk/; revision=10207
2008-01-17 16:54:48 +00:00
Andres Löh 4e975c04d6 * added zlib bindings for Haskell
svn path=/nixpkgs/trunk/; revision=10206
2008-01-17 15:57:26 +00:00
Eelco Dolstra 8791768139 svn path=/nixpkgs/trunk/; revision=10178 2008-01-16 15:12:00 +00:00
Andres Löh c08a54cb66 * added xmonad (runtime reconfiguration does not yet work)
* added Haskell X11 bindings (required for xmonad)
* added missing entry for alex in all-packages.nix

svn path=/nixpkgs/trunk/; revision=10171
2008-01-16 10:35:49 +00:00
Andres Löh 28e24e745f * small fix
svn path=/nixpkgs/trunk/; revision=10169
2008-01-16 10:28:47 +00:00
Michael Raskin 9b86ccf8ce Fixed
svn path=/nixpkgs/trunk/; revision=10168
2008-01-16 09:57:25 +00:00
Marc Weber 2cfe440b02 Merge lib and lib_unstable. lift lib_unstabel in place in case I've broken something - can be deleted in some days
svn path=/nixpkgs/trunk/; revision=10166
2008-01-16 03:29:56 +00:00
Marc Weber dc2769ded8 glew added
svn path=/nixpkgs/trunk/; revision=10164
2008-01-16 02:20:46 +00:00
Michael Raskin 434fef9891 Added some verbosity to checking options
svn path=/nixpkgs/trunk/; revision=10158
2008-01-15 20:12:17 +00:00
Armijn Hemel 8e71dd811c add chkrootkit. It might need some tweaks to work properly.
svn path=/nixpkgs/trunk/; revision=10141
2008-01-14 14:43:24 +00:00
Marc Weber 16c2ec2ef1 kino not finding dll fix. Now you can start it
svn path=/nixpkgs/trunk/; revision=10138
2008-01-13 18:08:51 +00:00
Marc Weber ff62213cec kino (compiling but neither finding libX11 nor libghtread)
and libiec61883  (dependency)
added

svn path=/nixpkgs/trunk/; revision=10133
2008-01-13 15:21:21 +00:00
Eelco Dolstra b17f0f410c * Aggregator: use cp -s instead of lndir. Only symlink lib/modules.
* NVIDIA / Intel wireless drivers: put modules in
  $out/lib/modules/$kernelVersion so that depmod in the aggregator can
  find them.

svn path=/nixpkgs/trunk/; revision=10128
2008-01-12 23:35:23 +00:00
Eelco Dolstra ef0a521c39 * Firmware for the Intel 3945ABG.
svn path=/nixpkgs/trunk/; revision=10126
2008-01-12 22:38:37 +00:00
Eelco Dolstra 40ba71406b * Intel Wireless driver for the 3945ABG / 4965AGN.
svn path=/nixpkgs/trunk/; revision=10125
2008-01-12 22:17:46 +00:00
Marc Weber 0181562269 libraw1394 added
svn path=/nixpkgs/trunk/; revision=10121
2008-01-12 01:26:04 +00:00
Michael Raskin ee17a4e153 Added python/tcl support to Vim; also xim - needed for deadkeys.
svn path=/nixpkgs/trunk/; revision=10120
2008-01-12 00:22:52 +00:00
Michael Raskin 437f21219f Various changes to Atheros driver. Supports binary patched 2756 revision now for 5006EG. Latest SVN release and stable are also supported.
svn path=/nixpkgs/trunk/; revision=10117
2008-01-11 06:38:31 +00:00
Marc Weber 20b0e14c6f libdv added
svn path=/nixpkgs/trunk/; revision=10111
2008-01-10 13:37:32 +00:00
Michael Raskin 4e15efefea Some progress in Atheros (no practical result), added a pulled from freedesktop us keymap patch (level 3 deadkeys)
svn path=/nixpkgs/trunk/; revision=10109
2008-01-10 08:01:48 +00:00
Michael Raskin ca74bacd18 Added MadWiFi.
svn path=/nixpkgs/trunk/; revision=10107
2008-01-10 04:43:46 +00:00
Michael Raskin c0ce72bfc2 Added dmidecode and kqemu
svn path=/nixpkgs/trunk/; revision=10098
2008-01-08 00:18:20 +00:00
Eelco Dolstra fc345ae130 * NVIDIA driver: updated to 169.07. Cleaned up and purified: it
doesn't need symlinks in /usr anymore.  nvidia-settings works
  properly now.

svn path=/nixpkgs/trunk/; revision=10094
2008-01-07 22:54:30 +00:00
Eelco Dolstra 7f3bd3adcb * Kernel: disable XEN, the NVIDIA driver doesn't like it.
* Remove the paravirt patch on >= 2.6.22, which does exactly the
  wrong thing.  What was I smoking?

svn path=/nixpkgs/trunk/; revision=10091
2008-01-07 18:40:17 +00:00
Michael Raskin 000226696b Added libtool for ImageMagick
svn path=/nixpkgs/trunk/; revision=10089
2008-01-07 14:11:58 +00:00
Michael Raskin 4bc93bbac6 Now man bash and info bash works.
svn path=/nixpkgs/trunk/; revision=10085
2008-01-07 09:34:00 +00:00
Eelco Dolstra 43bb722ed9 * Reviving the bleeding edge.
svn path=/nixpkgs/trunk/; revision=10079
2008-01-05 23:23:36 +00:00
Michael Raskin 498d47b583 Added module_aggregator. Pass some directories with modules to it, and it will give you a directory to use instead of pkgs.kernel . addSbinPath in builderDefs to use sbin/ in addToEnv . Some catching up in xlaunch.
svn path=/nixpkgs/trunk/; revision=10075
2008-01-04 17:02:12 +00:00
Eelco Dolstra 7a3501953c * Grub: patch for splashimage support.
svn path=/nixpkgs/trunk/; revision=10062
2008-01-03 16:56:03 +00:00
Eelco Dolstra 1cc3c2b778 * Added Memtest86+.
svn path=/nixpkgs/trunk/; revision=10059
2008-01-03 15:14:37 +00:00
Marc Weber 028b0d7ff4 broken comment php_unstable when compiling wihtout xdebug/ xdebug supported
svn path=/nixpkgs/trunk/; revision=10056
2008-01-03 10:46:18 +00:00
Eelco Dolstra 1a93b968ea svn path=/nixpkgs/trunk/; revision=10049 2008-01-02 15:03:17 +00:00
Michael Raskin f75be37d70 Returned elfutils 0.127 as an option.. I do not see why ltrace fails with 0.131. Will investigate after the merge.
svn path=/nixpkgs/trunk/; revision=10041
2008-01-01 15:44:27 +00:00
Eelco Dolstra 5a870b6ea9 * Nix 0.11.
svn path=/nixpkgs/trunk/; revision=10036
2008-01-01 11:30:41 +00:00
Armijn Hemel 7303789d88 update pinfo, needs some extra deps
svn path=/nixpkgs/trunk/; revision=10034
2007-12-31 23:38:10 +00:00
Armijn Hemel 516078ca38 move libungif
svn path=/nixpkgs/trunk/; revision=10026
2007-12-31 21:52:43 +00:00
Michael Raskin fa272cab14 Fixed bridge-utils, added qemu, tuned builder-defs unpack, added xlaunch - a tool to launch X using everything possible from the job except slim.
svn path=/nixpkgs/trunk/; revision=9985
2007-12-31 08:49:41 +00:00
Eelco Dolstra 76668ddc0b * Lower priority on Firefox 3 binaries.
svn path=/nixpkgs/trunk/; revision=9974
2007-12-30 22:05:58 +00:00
Eelco Dolstra 2da5646a4e * Fix indentation mess-up in r9931.
svn path=/nixpkgs/trunk/; revision=9973
2007-12-30 22:02:04 +00:00
Michael Raskin a7fada5648 Added Firefox-3b2 (still no idea why it crashes, though), fixed updated FUSE, made relfs_grant add user if none exists
svn path=/nixpkgs/trunk/; revision=9967
2007-12-25 12:29:02 +00:00
Eelco Dolstra 07eedae576 * Linux 2.6.23.12.
svn path=/nixpkgs/trunk/; revision=9965
2007-12-24 13:43:25 +00:00
Michael Raskin 9849c4fd13 Added acl package and fixed attr package.
svn path=/nixpkgs/trunk/; revision=9963
2007-12-23 15:09:12 +00:00
Marc Weber 5a0d090ace maven 2 binary (don't have time for source built right now)
svn path=/nixpkgs/trunk/; revision=9953
2007-12-19 00:17:40 +00:00
Michael Raskin 4290be9a99 Various fixes to lessen reliance on nix.cs.uu.nl for tarballs; version bumps for unavailabel tarballs; ATI driver builds now
svn path=/nixpkgs/trunk/; revision=9952
2007-12-18 22:56:12 +00:00
Marc Weber b03e9de694 Unfinished teamspeak client
svn path=/nixpkgs/trunk/; revision=9934
2007-12-14 01:50:19 +00:00
Marc Weber 417ebfba7e fix
svn path=/nixpkgs/trunk/; revision=9932
2007-12-13 22:30:31 +00:00
Marc Weber 17ad9b8acd moved vim_configurable to much more sensible place
svn path=/nixpkgs/trunk/; revision=9931
2007-12-13 22:15:03 +00:00
Marc Weber 9a4e9e7a3b vim_configurable example added. broken see comment.
svn path=/nixpkgs/trunk/; revision=9923
2007-12-12 07:20:41 +00:00
Marc Weber 152d8c77da freemind (mind mapping tool) added
svn path=/nixpkgs/trunk/; revision=9921
2007-12-12 06:42:37 +00:00
Michael Raskin 11978272ae Added DVD+RW tools
svn path=/nixpkgs/trunk/; revision=9911
2007-12-11 22:58:44 +00:00
Michael Raskin 306ae4b8b4 Bumped Guile version by applying patch by Ludovic Cuort\`es. Added sdparm.
svn path=/nixpkgs/trunk/; revision=9910
2007-12-11 20:48:52 +00:00
Andres Löh 893dbfdbbc * have ghc68 built automatically
svn path=/nixpkgs/trunk/; revision=9909
2007-12-11 19:05:01 +00:00
Eelco Dolstra 08bf29ef70 * Added psmisc.
svn path=/nixpkgs/trunk/; revision=9905
2007-12-11 11:47:23 +00:00
Marc Weber 1463d5642f hddtemp (tool to get harddisk temperatures) added and
unfinished qgis expression (in case someone else want's to continue working on it)

svn path=/nixpkgs/trunk/; revision=9903
2007-12-10 22:36:52 +00:00
Michael Raskin 4830f9589b Dirty fix for BitTornado; draft support for .nar.bz2 in builder-defs; binary Firefox 3b1 (not that it works well, but a starting point anyway.)
svn path=/nixpkgs/trunk/; revision=9899
2007-12-10 16:56:55 +00:00
Andres Löh 67b8350ee6 * ghc-6.8 is no longer a snapshot
* fixed typo in application of x86_64 patch, i.e.,
    now really seems to work on x86_64 ...

svn path=/nixpkgs/trunk/; revision=9898
2007-12-10 10:50:59 +00:00
Michael Raskin 58610e801a Added curses variant of util-linux. cfdisk is a fine tool..
svn path=/nixpkgs/trunk/; revision=9870
2007-12-06 19:36:43 +00:00
Michael Raskin 8dd296f5db Added Relational FS
svn path=/nixpkgs/trunk/; revision=9865
2007-12-06 00:32:21 +00:00
Marc Weber fb437cf98d exrviewer added (needs ctl openexr openexr_ctl)
fltk update
ilmbase updated
ndiswrapper does compile but has to be integrated into the kernel somehow

svn path=/nixpkgs/trunk/; revision=9863
2007-12-05 21:25:47 +00:00
Michael Raskin 41ecc6941b svn path=/nixpkgs/trunk/; revision=9861 2007-12-04 22:06:13 +00:00
Marc Weber b15b963936 gsl (gnu scientific library) added
svn path=/nixpkgs/trunk/; revision=9851
2007-12-04 04:18:31 +00:00
Marc Weber d870cba8bc geos library added
svn path=/nixpkgs/trunk/; revision=9837
2007-12-03 16:01:51 +00:00
Marc Weber dc5292a6b8 xara update (now works on i686 and _64 again)
selenium-rc binaries (automatic web application testing remote control server)

svn path=/nixpkgs/trunk/; revision=9835
2007-12-03 14:33:54 +00:00
Michael Raskin c2c528b6fa Added PostgreSQL job.
svn path=/nixpkgs/trunk/; revision=9831
2007-12-03 04:48:44 +00:00
Michael Raskin 1bbc6fe55a Added gdmap, changed builder-defs to use derivation attribute on propagatedBuildInputs, manually fixed Xorg expression problem for Compiz, various fixes.
svn path=/nixpkgs/trunk/; revision=9812
2007-12-01 16:20:23 +00:00
Marc Weber c19cfa4296 source fixed of ilmbase and openexr, blender, openal-soft added (can't compile openal yet on x64)
svn path=/nixpkgs/trunk/; revision=9811
2007-12-01 05:56:58 +00:00
Marc Weber 00f7de1597 Using the current gcc inkscape still builds and runs on i686 but also builds on my x86_64
svn path=/nixpkgs/trunk/; revision=9809
2007-11-30 02:30:16 +00:00
Marc Weber 0250bd7bac Opera updated - works now on x64-linux as well
svn path=/nixpkgs/trunk/; revision=9805
2007-11-28 02:10:27 +00:00
Marc Weber 7939dcdd29 squid http proxy server/client- compiles / untested
svn path=/nixpkgs/trunk/; revision=9804
2007-11-27 03:54:18 +00:00
Eelco Dolstra 32bdb24a14 * Thunderbird 2.0.0.9.
* Removed Thunderbird 1.5.

svn path=/nixpkgs/trunk/; revision=9796
2007-11-26 14:18:57 +00:00
Eelco Dolstra 908e08e409 * Disable Compiz for now, because for some unknown reason it keeps
rebuilding (so there appears to be some non-determinism in the
  computation of the output path).

svn path=/nixpkgs/trunk/; revision=9793
2007-11-26 13:46:20 +00:00
Eelco Dolstra c54b75c959 * Get rid of the `(import (__toPath ((toString
./JustNothing/.. )+"/"+args.version+".nix")))' hack, you can also just
  write `import (./path/to/pkg + "/${version}.nix)'.

svn path=/nixpkgs/trunk/; revision=9792
2007-11-26 13:24:56 +00:00
Eelco Dolstra d794ae6cbc * Re-enable Mac Intel builds, woohoo!
svn path=/nixpkgs/trunk/; revision=9791
2007-11-26 11:18:34 +00:00
Michael Raskin 83e5475251 Added indent
svn path=/nixpkgs/trunk/; revision=9790
2007-11-25 18:35:33 +00:00
Michael Raskin 7d7850cf03 Added possibility to make suffixed wrapped firefoxes. Yes, to have beta&release at once.
svn path=/nixpkgs/trunk/; revision=9789
2007-11-24 10:49:52 +00:00
Eelco Dolstra 2e7b2f8c43 * Nix 0.10 compatibility.
svn path=/nixpkgs/trunk/; revision=9782
2007-11-23 16:58:42 +00:00
Eelco Dolstra 0f6f60c92d * Enable GD support in Nagios.
svn path=/nixpkgs/trunk/; revision=9781
2007-11-23 16:44:43 +00:00
Michael Raskin 2b5369552c Added XScreensaver; also changed version-stub.nix (now it does sumArgs itself, and requires builderDefs to be used) and added a merge of composing-builder and declarative flag processing.
svn path=/nixpkgs/trunk/; revision=9776
2007-11-22 20:26:00 +00:00
Michael Raskin ebfbf03a25 Added fbpanel - desktop panel.
svn path=/nixpkgs/trunk/; revision=9774
2007-11-22 04:23:27 +00:00
Michael Raskin 0a830a172b Added Firefox 3 beta 1 (Minefield)
svn path=/nixpkgs/trunk/; revision=9773
2007-11-21 22:38:25 +00:00
Marc Weber 3d0770d30d typo (ntfprogs -> ntfsprogs
svn path=/nixpkgs/trunk/; revision=9768
2007-11-21 14:10:21 +00:00
Marc Weber ad537e4c85 ntfs progs added
svn path=/nixpkgs/trunk/; revision=9766
2007-11-20 22:29:24 +00:00
Marc Weber 42ee316fcc Not yet working nfs-utils with dependency
svn path=/nixpkgs/trunk/; revision=9764
2007-11-20 15:55:37 +00:00
Marc Weber 054c33a676 bridge_utils added
svn path=/nixpkgs/trunk/; revision=9750
2007-11-18 10:37:32 +00:00
Wouter den Breejen 7fe25a113d If you want the Con Kolivas patched kernel then change kernel = kernel_2_6_21_ck; in all-pacakges.nix
svn path=/nixpkgs/trunk/; revision=9749
2007-11-17 16:31:01 +00:00
Yury G. Kudryashov 065e215dd3 gphoto2 upgraded to 2.4.0: all-packages.nix
svn path=/nixpkgs/trunk/; revision=9724
2007-11-16 17:29:11 +00:00