Commit graph

15654 commits

Author SHA1 Message Date
Yury G. Kudryashov 371cd8bc51 kde3: use meta.platforms
svn path=/nixpkgs/trunk/; revision=29596
2011-10-02 21:15:36 +00:00
Yury G. Kudryashov 86d3591d7e Switch to unzip-6.0
svn path=/nixpkgs/trunk/; revision=29595
2011-10-02 21:15:29 +00:00
Yury G. Kudryashov 9839a5d924 policykit: use meta.platforms
This makes it easier to remove policykit in the future

svn path=/nixpkgs/trunk/; revision=29594
2011-10-02 21:15:19 +00:00
Peter Simons 13b67df58e haskell-convertible-text: added version 0.3.0.10
svn path=/nixpkgs/trunk/; revision=29585
2011-10-02 20:28:19 +00:00
Peter Simons c096ba1ba8 haskell-data-object-yaml: added version 0.3.3.5
svn path=/nixpkgs/trunk/; revision=29584
2011-10-02 20:28:14 +00:00
Peter Simons 1d0620f3ae haskell-data-object: added version 0.3.1.7
svn path=/nixpkgs/trunk/; revision=29583
2011-10-02 20:28:09 +00:00
Peter Simons 54a78ff2ed haskell-yaml: added version 0.4.1.1
svn path=/nixpkgs/trunk/; revision=29582
2011-10-02 20:28:04 +00:00
Peter Simons 944a9932bc haskell-network: added version 2.3.0.6
svn path=/nixpkgs/trunk/; revision=29581
2011-10-02 20:28:00 +00:00
Peter Simons 8df74ef75a haskell-hlint: updated to version 1.8.17
svn path=/nixpkgs/trunk/; revision=29580
2011-10-02 20:27:55 +00:00
Peter Simons 0fe8cb05b5 haskell-hledger: updated to version 0.16
svn path=/nixpkgs/trunk/; revision=29579
2011-10-02 20:27:50 +00:00
Peter Simons 60310380e9 haskell-hledger-web: updated to version 0.16
svn path=/nixpkgs/trunk/; revision=29578
2011-10-02 20:27:46 +00:00
Peter Simons b0b151d05d haskell-hledger-vty: updated to version 0.16
svn path=/nixpkgs/trunk/; revision=29577
2011-10-02 20:27:42 +00:00
Peter Simons bfd8bc177b haskell-hledger-lib: updated to version 0.16
svn path=/nixpkgs/trunk/; revision=29576
2011-10-02 20:27:37 +00:00
Peter Simons 750527851c haskell-hledger-chart: updated to version 0.16
svn path=/nixpkgs/trunk/; revision=29575
2011-10-02 20:27:33 +00:00
Peter Simons 264e8539b5 haskell-blaze-html: updated to version 0.4.2.0
svn path=/nixpkgs/trunk/; revision=29574
2011-10-02 20:27:29 +00:00
Peter Simons e0cf0de6c2 haskell-X11-xft: updated to version 0.3.1
svn path=/nixpkgs/trunk/; revision=29573
2011-10-02 20:27:25 +00:00
Peter Simons ec549646da haskell-haddock: added version 2.9.3
svn path=/nixpkgs/trunk/; revision=29572
2011-10-02 20:27:20 +00:00
Peter Simons 3277d89fcf haddock-2.4.2: added 'happy' build input
svn path=/nixpkgs/trunk/; revision=29571
2011-10-02 20:13:54 +00:00
Peter Simons 5328a95a3c haddock-2.4.2: added 'alex' build input
svn path=/nixpkgs/trunk/; revision=29570
2011-10-02 20:12:07 +00:00
Yury G. Kudryashov 4cdf639958 Remove unused parameter from xorg call
svn path=/nixpkgs/trunk/; revision=29569
2011-10-02 19:53:20 +00:00
Yury G. Kudryashov 0a3e9cad72 Make dbus_all_1_5_6.tools compile
svn path=/nixpkgs/trunk/; revision=29568
2011-10-02 18:12:29 +00:00
Shea Levy 5a5602184e Whoops, forgot to re-inherit postBuild now that it's not set manually
I really should have done these changes in a topic branch, sorry

svn path=/nixpkgs/trunk/; revision=29567
2011-10-02 17:12:50 +00:00
Shea Levy 494e927d1c libcaca: Bump
svn path=/nixpkgs/trunk/; revision=29566
2011-10-02 14:34:23 +00:00
Shea Levy 2a94841c64 Enable building 3.1 with an efi stub
It's still not enabled by default, you need to set CONFIG_EFI_STUB=y

svn path=/nixpkgs/trunk/; revision=29565
2011-10-02 14:20:49 +00:00
Shea Levy c073bf9c22 Update the shadow tarball url
svn path=/nixpkgs/trunk/; revision=29564
2011-10-02 14:02:06 +00:00
Shea Levy 21b2dd7ab4 D'oh
svn path=/nixpkgs/trunk/; revision=29562
2011-10-02 12:53:51 +00:00
Shea Levy 36910c10e5 modprobe --show-depends now spits out 'builtin' if a requested module is, well, built-in
svn path=/nixpkgs/trunk/; revision=29560
2011-10-02 11:50:19 +00:00
Shea Levy 34144e835d Linux 3.x: Use our module directory during modules_install
The "unset MODULE_DIR" trick was enough to get Linux 3.x kernels compiling, but it was definitely the Wrong Thing
We NEED MODULE_DIR set so that depmod can store the right dependencies during the build. The REAL problem with the
3.x kernels was two-fold: Our module-init-tools was so old that the kernel build needed to introduce a hack when
calling depmod (involving creating a symlink prepending 99.98 to the version number), and the depmod wrapper was
moved out of the Makefile into scripts/depmod.sh, so our substituteInPlace to get rid of '-b $(INSTALL_MOD_PATH)' in
the Makefile was a noop and INSTALL_MOD_PATH was still being passed to depmod. This is now fixed and modprobe can
successfully find dependencies using the modules.dep created during install

svn path=/nixpkgs/trunk/; revision=29559
2011-10-02 11:01:08 +00:00
Yury G. Kudryashov 50531eacb8 qt-4.7.4
svn path=/nixpkgs/trunk/; revision=29557
2011-10-02 07:28:11 +00:00
Shea Levy 4b795e225b module-init-tools: 3.16
svn path=/nixpkgs/trunk/; revision=29556
2011-10-02 04:03:02 +00:00
Shea Levy 72f41379be Add a patch to enable adding efi stub code to the linux kernel
svn path=/nixpkgs/trunk/; revision=29555
2011-10-01 23:00:48 +00:00
Cillian de Roiste 4c3642403c Adding attr as a buildInput to enable support for VirtFS (Plan 9 folder sharing over Virtio - I/O virtualization framework)
svn path=/nixpkgs/trunk/; revision=29551
2011-10-01 14:15:47 +00:00
Rob Vermaas c85c8c9d01 update jinja2
svn path=/nixpkgs/trunk/; revision=29550
2011-09-30 17:26:38 +00:00
Michael Raskin a8a3ede5e9 Adding Firefox 8.0beta1
svn path=/nixpkgs/trunk/; revision=29549
2011-09-30 15:44:22 +00:00
Michael Raskin 8e02768459 Firefox 7.0 release
svn path=/nixpkgs/trunk/; revision=29544
2011-09-30 07:10:47 +00:00
Shea Levy a54473bc5d Use ruby 1.9 as the default
svn path=/nixpkgs/trunk/; revision=29543
2011-09-29 21:55:12 +00:00
Shea Levy 9f3fb4b1ae Add a working kernel.org mirror
svn path=/nixpkgs/trunk/; revision=29541
2011-09-29 20:57:47 +00:00
Shea Levy cba02ddc3c aufs2: Only build if the kernel supports it
svn path=/nixpkgs/trunk/; revision=29540
2011-09-28 23:38:39 +00:00
Shea Levy 107e39b214 linux-3.1: rc8
svn path=/nixpkgs/trunk/; revision=29539
2011-09-28 23:15:30 +00:00
Shea Levy 5143705396 Get Theme-GNU directly from spock while kernel.org is down
svn path=/nixpkgs/trunk/; revision=29537
2011-09-28 22:34:46 +00:00
Shea Levy f979d3de4e Add features.aufs2 to old kernels
svn path=/nixpkgs/trunk/; revision=29536
2011-09-28 22:13:59 +00:00
Shea Levy ed38cc3545 aufs3-util
svn path=/nixpkgs/trunk/; revision=29535
2011-09-28 21:59:07 +00:00
Shea Levy 4add420a48 aufs3 kernelPackage
svn path=/nixpkgs/trunk/; revision=29534
2011-09-28 21:46:07 +00:00
Shea Levy 2e012018bb makeAufs3StandalonePatch: Don't unpack the kernel source
svn path=/nixpkgs/trunk/; revision=29533
2011-09-28 21:09:54 +00:00
Shea Levy 60b155479d linux-3.0: Add aufs3 patch
svn path=/nixpkgs/trunk/; revision=29532
2011-09-28 20:48:08 +00:00
Peter Simons 4cdafb258c haskell-hlint: updated to version 1.8.16
svn path=/nixpkgs/trunk/; revision=29530
2011-09-28 16:48:17 +00:00
Peter Simons 5048bc7f21 haskell-happstack-util: updated to version 6.0.2
svn path=/nixpkgs/trunk/; revision=29529
2011-09-28 16:48:13 +00:00
Peter Simons 9e6178ed74 haskell-criterion: updated to version 0.5.1.0
svn path=/nixpkgs/trunk/; revision=29528
2011-09-28 16:48:06 +00:00
Yury G. Kudryashov e2c4af0946 Update opera to the latest version
Also add missing dependencies (KDE, cups, gstreamer)

svn path=/nixpkgs/trunk/; revision=29527
2011-09-28 15:23:28 +00:00
Yury G. Kudryashov 9457c15f41 icu4c-4.8.1
svn path=/nixpkgs/trunk/; revision=29526
2011-09-28 15:22:58 +00:00