Vladimír Čunát
31d9263159
some evaluation fixes
...
Not all multiple-output fixups were properly tested.
2015-10-28 10:15:52 +01:00
Vladimír Čunát
dd915f82e7
expat: split dev output
2015-10-28 10:09:34 +01:00
Vladimír Čunát
783c40eb68
dbus: split into multiple outputs and fix referrers
2015-10-13 20:19:01 +02:00
Vladimír Čunát
8e381b89a1
glib-networking: split the dev output
...
That's done to get rid of propagatedBuildInputs from regular closure.
Also references were fixed, mainly to its gio modules.
2015-10-13 20:18:56 +02:00
Vladimír Čunát
ba9b80c7e0
nspr,nss: split into multiple outputs
...
Hopefully most references are OK.
2015-10-13 20:18:44 +02:00
Vladimír Čunát
38313d5d87
libxml2,libxslt: split into multiple outputs
...
Fixed all references, hopefully.
libxml2Python is slightly hacky now, but it seems to work.
2015-10-05 13:44:16 +02:00
Vladimír Čunát
328eafa885
gnutls: split into multiple outputs
...
Fixed all 'gnutls}' references, too.
2015-10-05 11:07:54 +02:00
Vladimír Čunát
68530a4fb7
dbus-glib: split into multiple outputs
...
Fixed all 'dbus_glib}' references too.
2015-10-05 10:51:22 +02:00
Vladimír Čunát
b44d846990
udev: complete rework
...
- systemd puts all into one output now (except for man),
because I wasn't able to fix all systemd/udev refernces
for NixOS to work well
- libudev is now by default *copied* into another path,
which is what most packages will use as build input :-)
- pkgs.udev = [ libudev.out libudev.dev ]; because there are too many
references that just put `udev` into build inputs (to rewrite them all),
also this made "${udev}/foo" fail at *evaluation* time
so it's easier to catch and change to something more specific
2015-10-04 10:03:53 +02:00
Vladimír Čunát
f361938b21
Merge staging into closure-size
...
This makes gcc5 the default builder, etc.
2015-10-03 15:23:13 +02:00
Vladimír Čunát
5227fb1dd5
Merge commit staging+systemd into closure-size
...
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
lethalman
5f30859a1d
Merge pull request #10173 from devhell/iptraf-ng
...
iptraf-ng: init at 1.1.4
2015-10-02 11:40:28 +02:00
Aycan iRiCAN
5d952d68de
snort: typo fix
2015-10-02 12:08:25 +03:00
Aycan iRiCAN
0e69d85980
snort: provide dynamic preprocessor path via wrapper
2015-10-02 11:43:03 +03:00
Aycan iRiCAN
8d8457d9ae
add wrapProgram to buildInputs
2015-10-02 10:18:55 +03:00
Aycan iRiCAN
6b84f5cd61
snort: introducing inline snort support via nfq daq
2015-10-02 10:11:04 +03:00
devhell
66dd86d4ca
iptraf-ng: init at 1.1.4
...
This commit adds `iptraf-ng` which is a fork of `iptraf`. The original
has not been updated in ~10 years. This fork is more modern but
development is a bit slow (last update to master 15 months ago).
Nevertheless, unlike `iptraf` this one doesn't barf around and works
properly.
2015-10-01 22:38:50 +01:00
Eelco Dolstra
b23038dd80
Merge remote-tracking branch 'origin/master' into systemd-219
2015-10-01 14:17:46 +02:00
Eelco Dolstra
562851a068
thunderbird: Update to 38.3.0
2015-10-01 13:54:00 +02:00
Eelco Dolstra
25bb1e10f3
firefox: Update to 41.0.1
2015-10-01 13:51:24 +02:00
taku0
57155e04a7
firefox-bin: 41.0 -> 41.0.1, thunderbird-bin: 38.2.0 -> 38.3.0
2015-10-01 20:44:37 +09:00
William A. Kennington III
383377437e
chromium: Updates
...
Built and run locally
- Beta: 46.0.2490.33 -> 46.0.2490.42
- Stable: 45.0.2454.99 -> 45.0.2454.101
2015-09-30 13:22:38 -07:00
Bryan Gardiner
4eb5068a13
claws-mail: fix conflict with shared_mime_info link
...
Fixes #10156 . Close #10157 .
2015-09-30 19:43:29 +02:00
Bryan Gardiner
c39a557095
claws-mail: add hicolor_icon_theme dependency
...
We want the hicolor_icon_theme hook to strip Claws's icon-theme.cache.
2015-09-30 19:42:52 +02:00
Thomas Tuegel
3e600a805d
quassel_qt5: fix build with Qt 5.5
2015-09-30 10:53:52 -05:00
Moritz Ulrich
47c92a87c8
mutt: 1.5.23 -> 1.5.24
...
This change uses a different patchset for mutt-with-sidebar.
2015-09-29 00:23:55 +02:00
Eelco Dolstra
422e3736d5
thunderbird: Update to 38.2.0
2015-09-28 15:44:37 +02:00
Eelco Dolstra
4b664cb922
chromium-dev: Revert to 47.0.2508.0
...
47.0.2516.0 doesn't build.
http://hydra.nixos.org/build/26422610
http://hydra.nixos.org/build/26422600
2015-09-28 15:40:13 +02:00
Thomas Tuegel
d8d5e9868c
dropbox: prepare for Qt upgrade
2015-09-27 15:09:50 -05:00
Thomas Tuegel
f998d502fc
dropbox: build with Qt 5.5
2015-09-27 15:09:50 -05:00
Thomas Tuegel
f00d622e44
dropbox: set meta.platforms
2015-09-27 15:09:49 -05:00
Thomas Tuegel
cf4defce2c
quassel: build with Qt 5.5
2015-09-27 15:08:12 -05:00
Thomas Tuegel
2e0589b4ca
kde414: build with kdelibs-4.14.12
...
Upstream changes to the build system required adjusting many packages'
dependencies. On the Nixpkgs side, we no longer propagate the dependency
on cmake (to reduce closure size), so downstream dependencies had to be
adjusted for most packages that depend on kdelibs.
2015-09-27 15:08:12 -05:00
viric
46c18a47e1
Merge pull request #10063 from akaWolf/qtox
...
qTox: update & fix git revision.
2015-09-25 19:23:47 +02:00
Artjom Vejsel
1bfa084cdc
qtox: 20150821 -> 20150925
2015-09-25 19:47:51 +03:00
Artjom Vejsel
0c95190fff
qtox: fix git hash revision
2015-09-25 19:36:23 +03:00
aszlig
592f0f7ead
firefox: Drop crash_OTMC+GTK3.patch.
...
The patch only applies for Firefox versions between 37.0 and 40.1.
Because we're on version 41.0 the changes are already included upstream
and thus the patch doesn't apply and is even unnecessary.
As for version 38.3 for ESR, the patch doesn't apply as well if compiled
with enableGTK3. Of course, this is a bit unfortunate but I don't have
the time right now to properly rebase the patch on 38.3.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: devhell <"^"@regexmail.net>
2015-09-25 13:42:02 +02:00
William A. Kennington III
abb4088c6c
chromium: Updates
...
- stable: 45.0.2454.93 -> 45.0.2454.99
- dev: 47.0.2508.0 -> 47.0.2516.0
2015-09-23 12:30:00 -07:00
Arseniy Seroka
d9b4d81a39
Merge pull request #10003 from gebner/qutebrowser-youtube
...
qutebrowser: youtube support
2015-09-23 18:26:04 +03:00
Vladimír Čunát
68bd8e4a9d
jitsi: fix meta.license and refactor meta
...
/cc maintainer @khumba.
2015-09-23 13:42:47 +02:00
Vladimír Čunát
0a836bb5c0
jitsi: rename xlibs -> xorg
2015-09-23 13:36:23 +02:00
Vladimír Čunát
76ef7a93e3
Merge: xlibs and x11 attribute cleanup
...
Frequently using multiple *almost* identical attributes is bad.
2015-09-23 10:42:34 +02:00
taku0
50355a22a4
firefox-bin: 40.0.3 -> 41.0
2015-09-23 10:08:00 +09:00
Eelco Dolstra
f46fe7b909
firefox: Update to 41.0
2015-09-22 20:28:21 +02:00
Eelco Dolstra
4bcbfb33f8
firefox-esr: Update to 38.3.0esr
2015-09-22 20:28:21 +02:00
Gabriel Ebner
c33641b8d4
qutebrowser: set gstreamer and qt plugin paths.
2015-09-22 19:33:52 +02:00
Eelco Dolstra
01f19f54e0
Merge remote-tracking branch 'origin/master' into systemd-219
...
Conflicts:
pkgs/os-specific/linux/systemd/fixes.patch
pkgs/os-specific/linux/upower/0.99.nix
pkgs/top-level/all-packages.nix
2015-09-21 12:57:30 +02:00
William A. Kennington III
0a7176c5a1
Revert "bundlerEnv: Use released versions of bundler"
...
This reverts commit 7bc8b1561e
.
This breaks some ruby gems and needs to be reworked again.
2015-09-20 22:05:29 -07:00
William A. Kennington III
7bc8b1561e
bundlerEnv: Use released versions of bundler
...
We were using HEAD for unreleased features. These features are now in
release builds so we should go back to using those. This also means we
won't have to deal with hash mismatches for all ruby packages.
2015-09-20 18:56:56 -07:00
Domen Kožar
2677b9d2cc
Merge pull request #9965 from devhell/profanity
...
profanity: 0.4.6 -> 0.4.7
2015-09-20 21:10:05 +02:00