Commit Graph

51609 Commits

Author SHA1 Message Date
Eelco Dolstra
41a479b15f busybox: Optionally use uclibc 2014-10-29 14:44:56 +01:00
Eelco Dolstra
c77b30e3fb uclibc: Fix building against recent kernel headers 2014-10-29 14:18:00 +01:00
Eelco Dolstra
e8992c5084 Update the stdenv bootstrap tools generator
The static curl program is gone, replaced by curl inside of the
bootstrap tools tarball. Also, we generate a .tar.xz archive rather
than .cpio.bz2, making the download smaller. The separate
{sh,cpio,mkdir,ln,bzip2} programs have been replaced by a single
busybox program.
2014-10-29 13:43:01 +01:00
Eelco Dolstra
3b2177b769 busybox: Allow running from within the Nix store
This enables running the busybox program directly from the Nix store
(i.e. as /nix/store/<hash>-busybox). We need this for the stdenv
bootstrap.
2014-10-29 13:43:00 +01:00
Eelco Dolstra
423e923182 busybox: Enable building a minimal configuration
This starts with "make allnoconfig" rather than "make defconfig",
making it easier to turn on only the needed features.

Also, fix broken .config generation (the presence of "#" lines
confused parseconfig).
2014-10-29 13:43:00 +01:00
Eelco Dolstra
dc0d68ffc3 curl: Remove static link support
We only needed this for the stdenv bootstrap, but not anymore.
2014-10-29 13:43:00 +01:00
Eelco Dolstra
d135422009 Remove obsolete useKlibc stdenv adapter 2014-10-29 13:43:00 +01:00
Eelco Dolstra
5cc92eb0d8 Remove obsolete useDietLibC stdenv adapter 2014-10-29 13:43:00 +01:00
Eelco Dolstra
937e1280c0 Rename badly named linuxHeaders_3_7 (it's actually 3.12) 2014-10-29 13:43:00 +01:00
Eelco Dolstra
5b50f0cbc5 busybox: Remove unused patch 2014-10-29 13:42:59 +01:00
Eelco Dolstra
54e727133a Remove tabs/whitespace 2014-10-29 13:42:59 +01:00
Eelco Dolstra
1b55b07eeb glibc/2.19 -> glibc
We only have one version of Glibc so no need for a separate directory.
2014-10-29 13:42:59 +01:00
Eelco Dolstra
2ee8b30b64 stdenv.lib -> lib 2014-10-27 10:25:35 +01:00
Eelco Dolstra
3a0db27b90 Fix indent 2014-10-26 01:59:05 +02:00
Eelco Dolstra
f4be4f5e54 Merge remote-tracking branch 'origin/master' into staging 2014-10-24 12:24:13 +02:00
Rok Garbas
2a44f5628d rxvt_unicode: removed rxvt_unicode_wrapper and created rxvt_unicode_with-plugins with all plugins enabled 2014-10-24 12:11:27 +02:00
Nikolay Amiantov
21dae01ea6 rxvt_unicode: add some plugins and a wrapper 2014-10-24 12:03:58 +02:00
Eelco Dolstra
e3728f0aad DBD::SQLite: Update to 1.44 2014-10-24 11:55:48 +02:00
Eelco Dolstra
2b5ccf8a53 sqlite: Enable optimization
Commit a28940d9d5 changed the SQLite
build to use CFLAGS instead of NIX_CFLAGS_COMPILE, but that's really
bad because it clobbers the default -O2 flag. So all this time we had
an unoptimized SQLite build. (This is one of the reasons why
NIX_CFLAGS_COMPILE exists - messing with CFLAGS is almost never a good
idea.)
2014-10-24 11:55:11 +02:00
Eelco Dolstra
b4db4db322 sqlite: Update to 3.8.7 2014-10-24 11:54:52 +02:00
Luca Bruno
9e1ab43459 gnome3: Add cantarell fonts. Closes #4633 2014-10-24 11:50:47 +02:00
Mateusz Kowalczyk
bd43ff7b6a haskell-yi-custom: improve wrapper
Apparently it is possible for the config to be compiled correctly but
for ‘hint’ still not know where the packages are: it seems to ignore the
GHC in PATH and does whatever.
2014-10-24 10:04:27 +01:00
Rok Garbas
c44c00d56c python: adding test/test_support.py module in all python versions
- test/test_support.py module is used by many libraries which backport python
  3.0 functionality to 2.6/2.7
- enable subprocess32 tests (now passing for python 2.6/2.7)
2014-10-24 10:44:15 +02:00
lethalman
2c0cc6cedc Merge pull request #4587 from uzska/master
Added line SCSI_SAS_ATA y on line 62
2014-10-24 09:39:40 +02:00
Mateusz Kowalczyk
25e552664a Merge pull request #4479 from sjmackenzie/elixir-mix-fix
Elixir's mix shouldn't be added to wrapProgram
2014-10-24 06:37:02 +01:00
Michael Raskin
f70140c9db Merge pull request #4648 from cstrahan/dmenu2
dmenu2: new package
2014-10-24 08:39:48 +04:00
Charles Strahan
28fab5baf3 dmenu2: new package 2014-10-24 02:27:53 +02:00
Jascha Geerds
a5b69c0a02 Fix virtualenvwrapper for python 2.6 2014-10-23 22:55:11 +02:00
cillianderoiste
fab8ed0332 Merge pull request #4645 from rejuvyesh/zathura--pdf-mupdf
zathura-pdf-mupdf: correct patch
2014-10-23 22:46:48 +02:00
cillianderoiste
aa23370fee Merge pull request #4643 from flosse/leafpad
leafpad: added platform information to the meta section
2014-10-23 22:43:16 +02:00
William A. Kennington III
582112fc7b spice-gtk: 0.24 -> 0.25 2014-10-23 13:29:07 -07:00
rejuvyesh
136813d219 zathura-pdf-mupdf: correct patch 2014-10-24 01:42:23 +05:30
Aristid Breitkreuz
3c6b3c587d Merge pull request #4603 from exlevan/master
mysql: make cleaner directory layout for 5.5.*
2014-10-23 21:24:58 +02:00
Markus Kohlhase
4bc0d5bc92 leafpad: added platform information to the meta section 2014-10-23 20:35:02 +02:00
Edward Tjörnhammar
a5af1c228e Adding fetchurl mirrors for roy marples projects(dhcpcd, openresolv) 2014-10-23 19:45:33 +02:00
cillianderoiste
fd7c18e5cb Merge pull request #4539 from cdepillabout/fctix-configtool
Added package for fcitx-configtool.
2014-10-23 19:44:02 +02:00
cillianderoiste
5c6ae9c6d3 Merge pull request #4623 from abbradar/rng-tools
rng-tools: update package
2014-10-23 19:35:08 +02:00
cillianderoiste
79ce94c039 Merge pull request #4632 from DamienCassou/byzanz
Add byzanz
2014-10-23 19:34:10 +02:00
cillianderoiste
aa60f8fc82 Merge pull request #4638 from flosse/leafpad
added leafpad editor
2014-10-23 19:24:47 +02:00
me@vikramverma.com
e6f7910551 zathura: 0.2.9 -> 0.3.1; girara: 0.2.2 -> 0.2.3 2014-10-23 19:03:19 +02:00
Vladimír Čunát
ffc2c539b4 pango: fix eval on darwin
This was a cherry-pick silent conflict.
The gettext is provided by libintlOrEmpty where needed.
2014-10-23 18:45:37 +02:00
Markus Kohlhase
137eb4c98a added leafpad editor 2014-10-23 17:54:56 +02:00
Vladimír Čunát
67c49ad3e3 libpng: bugfix update
This might fix the often-seen error messages.
2014-10-23 17:49:19 +02:00
Vladimír Čunát
2cf17b0802 Merge recent master into staging
Hydra nixpkgs: ?compare=1156478
2014-10-23 17:40:41 +02:00
Shea Levy
2ac3c2e462 nixUnstable: Bump 2014-10-23 09:21:12 -04:00
Vladimír Čunát
c9de1ea49e xfce4-panel: synchronize gst plugins with xfce4-mixer 2014-10-23 14:08:33 +02:00
Vladimír Čunát
72ad248606 xfce4-panel: fix the mixer applet (fixes #4563) 2014-10-23 13:44:05 +02:00
Bjørn Forsman
b47e5b6db3 anki: update to 2.0.31
Build and run tested.
2014-10-23 13:17:28 +02:00
Bjørn Forsman
47617be9f8 anki: add alternative "archive/" download url
Anki developers move old (non-latest) releases to an "archive/"
subdirectory. So try both with and without "archive/" when downloading
the source.
2014-10-23 13:15:39 +02:00
Vladimír Čunát
e63d9554b4 pidgin: maintenance+security update
Fixes CVE-2014-3694..3698

Added a note to clean the expression, CC #4602.
2014-10-23 13:03:23 +02:00