1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00
Commit graph

91727 commits

Author SHA1 Message Date
Frederik Rietdijk 1dbb72b91a python.buildenv: don't filter non-python packages
python.buildenv is used to build an env that provides binaries that can
import all modules that were passed in to the env.

Before this change it filtered the propagatedBuildInputs to remove all
non-Python packages, thereby possibly reducing the amount of packages
that were referenced. However, Python packages often don't have non-
Python packages as propagatedBuildInputs. And occasionally, we do want
to be able to add other packages to the env.
2016-09-17 14:28:12 +02:00
Nikolay Amiantov 663e379fb9 openmw: update for new openscenegraph 2016-09-17 15:27:12 +03:00
Nikolay Amiantov 32adfbfb3d openscenegraph: 3.2.1 -> 3.2.3 2016-09-17 15:27:12 +03:00
Ricardo Ardissone d2b6d912f2 openmw: 0.39.0 -> 0.40.0 2016-09-17 15:27:12 +03:00
Franz Pletz 0a4d60622c
16.09 changelog: add changes to reverse path filter
See #17325.
2016-09-17 14:20:33 +02:00
Alexander Ried 3e20ba60a1
freerdp: work around pkgconfig limitation
Fixes weston build against freerdp2

Closes https://github.com/NixOS/nixpkgs/pull/18556
2016-09-17 13:54:36 +02:00
Joachim Fasting a61af52bae
connman-notify: set platforms = linux
It seems pointless to build a notification app on platforms where
connman itself is not supported.
2016-09-17 13:52:00 +02:00
José Romildo Malaquias 8e89e44dd4 efl: 1.18.0 -> 1.18.1 2016-09-17 08:02:00 -03:00
Karn Kallio 2f91de22f5
enlightenment service: update gtk and gnome attributes 2016-09-17 12:32:51 +02:00
Nikolay Amiantov bf5d2bc215 16.09 changelog: add mention of special filesystems changes 2016-09-17 13:26:03 +03:00
Joachim F 96c436612d Merge pull request #18634 from romildo/upd.avfs
avfs: 1.0.3 -> 1.0.4
2016-09-17 12:25:05 +02:00
Joachim F b49c04e29d Merge pull request #18626 from romildo/new.xfce4-hardware-monitor-plugin
xfce4-hardware-monitor-plugin: init at 1.5.0
2016-09-17 12:24:40 +02:00
Alexey Shmalko b88b5d9a0f
Merge pull request #18651 from jonafato/init-corebird-1.3.1
corebird: init at 1.3.1
2016-09-17 12:55:22 +03:00
Alexey Shmalko 92a7e574ef Merge pull request #18582 from rasendubi/google-chrome
google-chrome: use corresponding chromium version
2016-09-17 12:42:46 +03:00
Daiderd Jordan 8e8c5a3429 Merge pull request #18424 from ppickfor/rainicorn
rainicorn: init at 1.0.0
2016-09-17 11:11:41 +02:00
Franz Pletz 2b9ca53975 Merge pull request #18666 from Profpatsch/xmpp-client
xmpp-client: 20160110 -> 20160916
2016-09-17 11:09:59 +02:00
Daiderd Jordan a167cd99f2 Merge pull request #18482 from aske/lshw
lshw: 02.17b -> 02.18b
2016-09-17 10:58:47 +02:00
Joachim F e06ead81bf Merge pull request #18630 from joachifm/unbound-improvements
Unbound service improvements
2016-09-17 10:56:42 +02:00
Hoang Xuan Phu c678e121c4 vim-plugins: remove unused arguments 2016-09-17 16:45:34 +08:00
Hoang Xuan Phu 81cc672000 vim-plugins: add some more aliases 2016-09-17 16:44:56 +08:00
Hoang Xuan Phu 4ccbab01a9 vim-plugins: add acp, rainbow and vim-repeat 2016-09-17 16:40:15 +08:00
Kranium Gikos Mendoza d9a4d942ab antiword: move sed to prePatch. fixes #18627
[Bjørn: change patchPhase -> prePatch (we must not override patchPhase).]
2016-09-17 10:30:06 +02:00
Robert Helgesson c5b7d262e5
perl-CryptX: 0.038 -> 0.040 2016-09-17 09:45:34 +02:00
Robert Helgesson 3cb932ab06
perl-Test-Simple: 1.302037 -> 1.302056 2016-09-17 09:40:50 +02:00
Michael Raskin ad2d4f583c Merge pull request #18682 from chris-martin/libreoffice-fetch
libreoffice: add nix shells for source generation
2016-09-17 05:19:53 +00:00
Ram Kromberg 59730d32da vis: 2016-07-15 -> 2016-08-24 2016-09-17 07:17:45 +03:00
Jaka Hudoklin 83e611fcd1 Merge pull request #18681 from mikefaille/docker-machine
docker-machine : add new package
2016-09-17 02:17:05 +02:00
Vladimír Čunát 6a9e765e27 linux*: remove 3.14, as it's no longer maintained 2016-09-17 02:10:53 +02:00
Rushmore Mushambi f5fbe9d486 Merge pull request #18664 from rushmorem/package-goa
goa: init at 1.0.0
2016-09-17 02:02:47 +02:00
Vladimír Čunát 12a45a8496 Merge #18237: ati_drivers_x11: patch for kernel 4.6 2016-09-17 01:29:27 +02:00
Chris Martin bb8d294270 libreoffice: add nix shells for source generation 2016-09-16 19:24:04 -04:00
Michaël Faille 0c34a5da59 docker-machine : add new package 2016-09-16 19:15:54 -04:00
rushmorem 6b8275eaf9 goa: init at 1.0.0 2016-09-17 01:15:14 +02:00
Eelco Dolstra 5ade8fff79 cudatoolkit: Fix building dependent packages
- Set a cmake flag to allow cmake to find CUDA automatically.

- Pass -D_FORCE_INLINES to work around

    /nix/store/8sl4jfs3nq0pkq4gg655s3axrxdx7z29-glibc-2.24-dev/include/string.h: In function 'void* __mempcpy_inline(void*, const void*, size_t)':
    /nix/store/8sl4jfs3nq0pkq4gg655s3axrxdx7z29-glibc-2.24-dev/include/string.h:650:42: error: 'memcpy' was not declared in this scope

  https://github.com/BVLC/caffe/issues/4046

This fixes OpenSubdiv and Blender.
2016-09-17 00:40:41 +02:00
Eelco Dolstra 09f58645ca opensubdiv: 3.0.4 -> 3.0.5 2016-09-17 00:40:41 +02:00
Vladimír Čunát 0fc5900665 Merge #18585: pcre2: 10.21 -> 10.22 2016-09-17 00:34:29 +02:00
Jon Banafato 4e3872692a corebird: init at 1.3.1
Corebird is a Twitter client for Linux.
2016-09-16 18:15:04 -04:00
Jon Banafato 24923bae6e Add myself to maintainers file 2016-09-16 18:15:04 -04:00
Vladimír Čunát 02bd1275f0 Merge #18612: lib/default.nix: reorder imports for clarity 2016-09-17 00:09:26 +02:00
Tuomas Tynkkynen e1d05ffb6a dtc: 1.4.1 -> 1.4.2 2016-09-17 00:54:07 +03:00
Vladimír Čunát edcaebf1d9 Merge #18648: freetts: fix build 2016-09-16 23:00:06 +02:00
Vladimír Čunát 772d14d8c2 xorg: expression cleanup
The generating script needed to be updated not to overwrite the
hardening changes back.
2016-09-16 22:41:20 +02:00
Vladimír Čunát 16ed17d6c8 xf86-input-evdev: bugfix 2.10.2 -> 2.10.3 2016-09-16 22:41:19 +02:00
Vladimír Čunát 8aad4e8602 xf86-video-{ati,amdgpu}: maintenance updates 2016-09-16 22:41:19 +02:00
Vladimír Čunát f12378e5b7 xorg xkeyboard-config: 2.17 -> 2.18 2016-09-16 22:41:18 +02:00
Peter Simons 479f25a2bd Merge pull request #18675 from PierreR/master
configuration-hackage2nix.yaml: language-puppet
2016-09-16 22:39:43 +02:00
rushmorem 7be7620e51 fuse: 2.9.5 -> 2.9.7 2016-09-16 22:28:14 +02:00
Fernando J Pando b31b262623 buildbot: 0.9.0rc3 wrapper fix
- Tested on Linux
- Tested binary execution
- Fixes missing PYTHONPATH
2016-09-16 16:27:49 -04:00
Eric Sagnes 2d2c311304 cadvisor test: fix (#18671)
* influxdb module: add postStart

* cadvisor module: increase TimeoutStartSec

Under high load, the cadvisor module can take longer than the default 90
seconds to start. This change should hopefully fix the test on Hydra.
2016-09-16 22:06:16 +02:00
Pierre Radermecker a6fbd4e798 configuration-hackage2nix.yaml: language-puppet
enable for x86_64-linux only
2016-09-16 22:01:14 +02:00