Commit graph

61950 commits

Author SHA1 Message Date
Vladimír Čunát 3b9ef2c71b fix "libc}/lib" and similar references
Done mostly without any verification.
I didn't bother with libc}/include, as the path is still correct.
2015-05-05 11:52:08 +02:00
Vladimír Čunát b7c3c25218 fix ${udev} references (and a few others) 2015-05-05 11:52:08 +02:00
Vladimír Čunát 647f0ab366 systemd: give up on "dev" output for now
There are too many references to ${systemd}/foo,
and the savings would be on the order of 100 kB.

Also:
 - fix udev install paths (again), hopefully OK now;
 - fix one RPATH
 - clean libudev propagation
 - pick examples/ changes from staging (probably lost by some auto-merge)
2015-05-05 11:52:07 +02:00
Vladimír Čunát f074e5957d tzdata: go back to using a single output
The *.{a,h} files are very tiny together,
and I didn't see why a cyclic referrence was being created.
2015-05-05 11:52:07 +02:00
Vladimír Čunát 375bc8def7 Merge staging into closure-size 2015-05-05 11:49:03 +02:00
Thomas Tuegel 7f9ccc6284 libplist: update to 1.12 2015-04-29 17:46:34 -05:00
Thomas Tuegel 487310e921 usbmuxd: update to 1.1.0 2015-04-29 17:46:14 -05:00
Thomas Tuegel e3ff2793fb add libusbmuxd-1.0.10 2015-04-29 17:45:57 -05:00
Thomas Tuegel 2a5cac91e3 libimobiledevice: update to 1.2.0 2015-04-29 17:45:35 -05:00
Thomas Tuegel 713844317e source-serif-pro: new source 2015-04-29 17:45:13 -05:00
Thomas Tuegel dbde0d3edc source-sans-pro: new source 2015-04-29 17:45:00 -05:00
Thomas Tuegel f1b1e556c4 source-code-pro: new source 2015-04-29 17:44:48 -05:00
Thomas Tuegel 1fe28a1132 Merge remote-tracking branch 'upstream/master' into staging 2015-04-29 11:33:28 -05:00
Vladimír Čunát 85aafda509 merge #7299: gstreamer: Darwin fixes
Solved trivial merge conflicts.
2015-04-29 17:53:09 +02:00
Eelco Dolstra 182acabbae Don't use camelCase in file names 2015-04-29 16:09:30 +02:00
Eelco Dolstra 552ea209d0 php: Update to 5.4.40 2015-04-29 16:07:36 +02:00
Domen Kožar 8842cce864 Merge pull request #7629 from globin/vagrant-update
update vagrant to 1.7.2
2015-04-29 14:55:15 +02:00
Robin Gloster b88fc6c90e update vagrant to 1.7.2 2015-04-29 13:15:17 +02:00
Peter Simons 9b27a88b66 hackage-packages.nix: update to 5f6d964cba with hackage2nix revision 913111f692c1890208c98f0fd73dbe1b711c789b 2015-04-29 12:22:20 +02:00
Rob Vermaas ad0bd73775 Work around infinite recursion issue in nixops. 2015-04-29 09:55:20 +00:00
Vladimír Čunát 8978ff3840 unstable job: glib-tested seems ready (succeeding often)
This reverts commit a35d4a9d4e.
2015-04-29 11:47:18 +02:00
Vladimír Čunát a38672dea2 release: fix eval by lib.tests -> lib-tests
See discussion on commit
https://github.com/NixOS/nixpkgs/commit/de0f122b016c88#commitcomment-10937080
2015-04-29 11:29:15 +02:00
Cillian de Róiste eadb3a51ff Fix sorting: dirt comes before distrho 2015-04-29 11:23:40 +02:00
Pascal Wittmann 6b4aec742d Merge pull request #7628 from ragnard/bump-boot
boot: bump from rc8 to rc14
2015-04-29 10:55:16 +02:00
Edward Tjörnhammar 2f2c50d9f4 uid_wrapper.src: use mirrors to enable better availability for proxied users 2015-04-29 10:10:42 +02:00
Lluís Batlle i Rossell 51b1297c8a glibc: fix libgcc_s.so
It used to be a symlink, but now it is a link script. It's crucial to get
proper linking, specially on amrv5tel, where libgcc contains lot of code
related to the limited instruction set of the platform.

Without this fix, g++ shared lib linking was broken, because a "-lgcc" was
not propagated wherever "-lgcc_s" was required. The g++ spec only mentions
"-lgcc_s" and the "-lgcc" is introduced with the libgcc_s.so link script,
only available in the glibc path after this fix.

As a reminder, we put libgcc* in the glibc output to avoid having a
runtime dependency on the gcc path only because of the everywhere linked
libgcc. This problem was specially visible in platforms like armv5tel,
where most programs end up linked to libgcc. Platforms with a more rich
instruction set may rarely end up requiring a link to libgcc.
2015-04-29 10:09:07 +02:00
Ragnar Dahlén 543ec3cf46 boot: bump from rc8 to rc14 2015-04-29 08:50:48 +01:00
cillianderoiste ade078c4e9 Merge pull request #7627 from anderspapitto/master
package Dirt
2015-04-29 09:49:43 +02:00
aszlig 310da1b4da
chromium/update: Remove reference to <nixpkgs>.
We shouldn't make assumptions on what is set by NIX_PATH in order to
make it easier to rename that Nix path reference.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-29 08:22:48 +02:00
宋文武 a5f2cbff0a xmp: Update to 4.0.10 2015-04-29 14:22:28 +08:00
宋文武 f64d767130 libxmp: Update to 4.3.8 2015-04-29 14:20:50 +08:00
Anders Papitto 4d60f8f1bd package Dirt
Dirt is used with the Tidal audio programming library (already packaged).
I tested by building and running locally.
2015-04-28 22:11:03 -07:00
William A. Kennington III 5f149c80f2 gpgme: 1.5.3 -> 1.5.4 2015-04-28 21:18:06 -07:00
William A. Kennington III 60d6eb7a9a cracklib: 2.9.2 -> 2.9.4 2015-04-28 21:12:34 -07:00
Arseniy Seroka 67b4ab520f Merge pull request #7623 from doublec/torbrowser
Update tor-browser to 4.5
2015-04-29 05:08:54 +03:00
William A. Kennington III c6bee4b4bb sysbench: Update to 2015-04-22 2015-04-28 18:27:39 -07:00
William A. Kennington III 0405651521 mariadb: Propagate library paths in mysql_config 2015-04-28 18:27:39 -07:00
William A. Kennington III 171275c7f9 mariadb: Add zlib dependency removed from propagation under libxml2 2015-04-28 18:27:39 -07:00
William A. Kennington III 287ec76b8f libxml2: Refactor and fix library propagation 2015-04-28 18:27:39 -07:00
William A. Kennington III faa9354de7 zlib: Add platforms 2015-04-28 18:27:39 -07:00
Charles Strahan b2f426d981 Merge pull request #7626 from dnhgff/ghcjs-boot-update
ghcjs: bump ghcjs-boot commit
2015-04-28 20:56:30 -04:00
dnhgff afa51d31f5 ghcjs: bump ghcjs-boot commit
see https://github.com/ghcjs/ghcjs-boot/pull/17 for justification (ghcjs-boot
won't build anymore on the previous commit :()
2015-04-28 17:37:27 -07:00
Arseniy Seroka 5b62eabdca Merge pull request #7618 from ambrop72/gcc-arm-update
gcc-arm-embedded: Update to latest version.
2015-04-29 02:59:58 +03:00
Chris Double d941d4c26e Update tor-browser to 4.5 2015-04-29 11:58:52 +12:00
Edward Tjörnhammar b9b8e3acba {grub2,ceph,libs3,socket_wrapper,nss_wrapper}.src: use mirrors, https and fetchFromSavannah to enable better availability for proxied users 2015-04-28 22:50:57 +02:00
Edward Tjörnhammar 63c00f2746 fetchFrom{Savannah,RepoOrCz,GitLab}: added fetchgit migration helpers 2015-04-28 22:44:57 +02:00
Edward Tjörnhammar 4256ab778a fetchhg: pass proxyvars to hg 2015-04-28 22:44:57 +02:00
Pascal Wittmann cb8f111a72 Revert "pycairo: set user-agent to fix download of patches"
This commit was should fix issue #7586, but it does not.

This reverts commit e1c65ddfe1.
2015-04-28 22:23:21 +02:00
Tobias Geerinckx-Rice cdeb2e5886 mcelog 115 -> 116
Added Knights Landing (Xeon Phi) support.
2015-04-28 21:32:22 +02:00
Ambroz Bizjak ecd30ec9ca gcc-arm-embedded: Update to latest version. 2015-04-28 19:16:31 +02:00