obadz
24a9183f90
Merge branch 'hardened-stdenv' into staging
...
Closes #12895
Amazing work by @globin & @fpletz getting hardened compiler flags by
enabled default on the whole package set
2016-08-22 01:19:35 +01:00
Frederik Rietdijk
5a501bd828
Remove top-level dbus_python and pythonDBus.
...
See #11567 .
Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.
There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
Robin Gloster
33e1c78ae3
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-16 07:54:01 +00:00
Alexander V. Nikolaev
b81cf59bd7
wine: 1.9.14 -> 1.9.16
...
Update wineUnstable and wineStaging
2016-08-14 10:22:05 +03:00
Robin Gloster
a748f315db
fakenes: disable format hardening
2016-08-04 07:48:23 +00:00
Robin Gloster
7e81a4294d
dlx: disable format hardening
2016-08-04 07:48:23 +00:00
Robin Gloster
1b979d8384
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
9b5dcffe22
retroarch: Propagate meta info to wrapper
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen
102ffa6be7
treewide: Wrap some really long package descriptions
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen
59ce911810
treewide: Some EOF-whitespace fixes
2016-08-02 21:17:44 +03:00
Robin Gloster
63c7b4f9a7
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-31 20:51:34 +00:00
AndersonTorres
9b1b3aa2ff
higan: 099 -> 100
2016-07-30 19:36:01 -03:00
Robin Gloster
203846b9de
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-19 10:37:02 +00:00
Kranium Gikos Mendoza
615d818964
ppsspp: fix qmake4Hook build
...
pass PPSSPPQt.pro which was removed in 34625f6
2016-07-17 22:42:46 +08:00
Robin Gloster
5185bc1773
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-07-15 14:41:01 +00:00
Alexander V. Nikolaev
dc5293d80b
wine: 1.9.13 -> 1.9.14 ( #16862 )
...
* Update wineUnstable: 1.9.13 -> 1.9.14
* Update staging: 1.9.13 -> 1.9.14
* Add myself as co-maintainer, because I am do regular updates.
2016-07-11 17:57:16 +02:00
Eelco Dolstra
05bdc0c89f
Remove unnecessary references to gcc5
...
These cause an unnecessary rebuild of gcc.
2016-07-11 10:46:34 +02:00
William Casarin
7129ebbd5e
dolphin-emu: 4.0.2 -> 5.0
2016-07-06 12:22:58 -07:00
Nikolay Amiantov
9159d50baf
Merge pull request #16533 from avnik/wine-update
...
wine: 1.9.11 -> 1.9.13
2016-07-01 16:07:11 +04:00
Alexander V. Nikolaev
962e365444
wineStable: 1.8.2 -> 1.8.3
2016-07-01 14:30:54 +03:00
Vladimír Čunát
3afa246038
Merge branch 'staging'
...
This includes a security update of expat.
2016-06-29 07:47:04 +02:00
Alexander V. Nikolaev
8f53cfbd59
wine: 1.9.11 -> 1.9.13
2016-06-27 01:09:56 +03:00
AndersonTorres
6c252964fc
higan: v098 -> v099
2016-06-25 12:20:32 -03:00
Nikolay Amiantov
8399068b80
winetricks: 20160219 -> 20160622
2016-06-24 00:58:35 +03:00
Nikolay Amiantov
5ee7f081e3
wine: fix gstreamer support
2016-06-24 00:58:35 +03:00
Nikolay Amiantov
9e8592d6b9
wine: set default features in all-packages
...
I haven't noticed that we actually _do_ set some flags already
in all-packages, just not all the old ones. Use that way instead.
2016-06-23 14:01:09 +03:00
Nikolay Amiantov
5bff6fef55
wine: restore old features
2016-06-23 13:28:55 +03:00
Vladimír Čunát
6b27ceb006
Merge 'master' into staging and re-revert merge
...
... from staging to master, reverted temporarily in aa9a04883e
.
2016-06-23 12:09:03 +02:00
Vladimír Čunát
aa9a04883e
Revert "Merge branch 'staging'" due to glibc
...
The main output started to retain dependency on bootstrap-tools; see
https://github.com/NixOS/nixpkgs/pull/15867#issuecomment-227949096
This reverts commit c05d829598
, reversing
changes made to f073df60d6
.
2016-06-23 09:25:10 +02:00
Vladimír Čunát
c05d829598
Merge branch 'staging'
2016-06-22 10:49:56 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Vladimír Čunát
e757404555
Merge branch 'master' into staging
...
Hydra nixpkgs: ?compare=1279790
2016-06-19 12:33:04 +02:00
Vladimír Čunát
97c484a10f
treewide: fix #include errors after gcc-5.4
...
They were mostly missing <cmath> or <math.h>.
2016-06-19 10:18:30 +02:00
Matthew Bauer
e37bb985a3
retroarch: 2015-11-20 -> 1.3.4
...
also: remove nvidia-cg-toolkit as input for retroarch.
see #15707
darwin is also building but you have to trick it into
thinking it's a desktop app for the GUI to load
platforms is set to "platforms.all".
2016-06-12 22:13:06 -05:00
Nikolay Amiantov
21f5510a54
Merge pull request #15367 from bendlas/update-wine
...
wine-unstable: 1.9.7 -> 1.9.11; add optional dependencies; opencl-icd: init; refactor flags
2016-06-10 16:47:31 +04:00
Robin Gloster
8031cba2ab
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-06-10 09:27:04 +00:00
Ryan Mulligan
b54fa1e351
zsnes: add desktop item
...
add desktop item so zsnes can be used without the terminal
add icons
2016-06-09 06:22:13 -07:00
Tuomas Tynkkynen
bac26e08db
Fix lots of fetchgit hashes (fallout from #15469 )
2016-06-03 17:17:08 +03:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Herwig Hochleitner
8c0f03ae9d
wine: 1.9.10 -> 1.9.11
2016-05-30 04:05:55 +02:00
Herwig Hochleitner
1c215828d5
wine: make features configurable
2016-05-29 10:45:16 +02:00
Herwig Hochleitner
98d720d72c
wine: 1.8.1 -> 1.8.2
2016-05-29 10:45:12 +02:00
Herwig Hochleitner
edb5a8c632
wine: 1.9.9 -> 1.9.10
2016-05-29 10:45:08 +02:00
Herwig Hochleitner
0f3ff1401d
wine-staging: move libtxc_dxtn to buildInputs
...
this adds it to RPATH, via LDFLAGS (see base.nix)
2016-05-29 10:44:42 +02:00
Herwig Hochleitner
4416644eb3
wine-unstable: 1.9.7 -> 1.9.9
2016-05-29 10:44:42 +02:00
Herwig Hochleitner
33c6a9d1e7
wine: add optional dependencies
2016-05-29 10:44:42 +02:00
Joachim Fasting
ea5039e448
Merge pull request #15712 from rardiol/pcsxr94b
...
pcsxr: init at 1.9.94
2016-05-28 23:33:09 +02:00
Ricardo Ardissone
38429f74b2
pcsxr: init at 1.9.94
2016-05-26 15:54:24 -03:00
Vladimír Čunát
81039713fa
Merge branch 'master' into staging
...
... to get the systemd update (rebuilding ~7k jobs).
2016-05-26 16:50:22 +02:00