Frederik Rietdijk
b28db671bb
pythonPackages.EasyProcess: 0.1.9 -> 0.2.3
...
- version bump
- rename to upstream name
- disable tests since there aren't any
2016-10-18 23:14:32 +02:00
Frederik Rietdijk
f42a7068da
scons: use python2 and refactor expression
2016-10-18 23:14:32 +02:00
Frederik Rietdijk
936bfd23e1
pythonPackages.jaraco_functools: add missing dependency
2016-10-18 23:14:32 +02:00
Frederik Rietdijk
cc1fe56e72
pythonPackages.backports_functools_lru_cache: init at 1.3
2016-10-18 23:14:32 +02:00
Frederik Rietdijk
1c4377034a
gobjectIntrospection: use Python 2
...
because of a TypeError.
2016-10-18 23:14:32 +02:00
Frederik Rietdijk
8e8800884c
buildbot: use python2
2016-10-18 23:14:32 +02:00
Frederik Rietdijk
212ce1c3b8
xorg.libxcb: not compatible with Python 3
...
The following patch is not sufficient.
https://cgit.freedesktop.org/xcb/libxcb/commit/?id=8740a288ca468433141341347aa115b9544891d3
2016-10-18 23:14:32 +02:00
Frederik Rietdijk
47a95edc1e
libxml2: use python2
2016-10-18 23:14:31 +02:00
Aneesh Agrawal
95b5d8f752
all-packages: Remove unnecessary python3 overrides
...
These are unnecessary with Python3 as default Python.
2016-10-18 23:14:31 +02:00
Aneesh Agrawal
708822250e
Python 3.x: Add python
symlink
...
Add a symlink for "python" in the python3 derivation to provide a
default Python executable.
2016-10-18 23:14:31 +02:00
David McFarland
2b6659e13e
cc-wrapper: fix detection of unsupported linker flags on cygwin
2016-10-18 17:52:20 -03:00
Dan Peebles
4f8a1094bd
cctools: add patch I forgot
2016-10-17 08:51:48 -04:00
Dan Peebles
e4dba74e8a
darwin.stdenv: update MACOSX_DEPLOYMENT_TARGET
...
No point in claiming we're compatible with a version we don't try to
support, and this will probably help with a few other things elsewhere.
2016-10-16 20:47:43 -04:00
Dan Peebles
ead2424981
cctools: fix triple for the assembler
...
This was breaking `boost155` and would probably break anything else that
calls `as` with no explicit architecture.
2016-10-16 20:46:36 -04:00
Dan Peebles
b91d64463f
Libsystem: update to 10.11.6 version
...
This actually has no effect but it bugged me to keep seeing an old version
in the package names :) and since we're making a bunch of stdenv changes
at once, I might as well.
2016-10-16 20:44:14 -04:00
Daniel Peebles
1e916de640
Merge pull request #19594 from FRidh/tkinter
...
Python: no separate output for tkinter but build interpreter twice
2016-10-16 19:28:33 -04:00
Frederik Rietdijk
107c035bf0
Python: remove pythonSmall
...
In #19309 a separate output for tkinter was added.
Several dependencies of Python depend indirectly on Python. We have the
following two paths:
```
‘python-2.7.12’ - ‘tk-8.6.6’ - ‘libXft-2.3.2’ - ‘libXrender-0.9.10’ -
‘libX11-1.6.4’ - ‘libxcb-1.12’ - ‘libxslt-1.1.29’- ‘libxml2-2.9.4’ -
‘python-2.7.12’
‘python-2.7.12’ - ‘tk-8.6.6’ - ‘libXft-2.3.2’ - ‘fontconfig-2.12.1’ -
‘dejavu-fonts-2.37’ - ‘fontforge-20160404’ - ‘python-2.7.12’
```
Because only `tkinter` needs this, I added
```
pythonSmall = python.override {x11Support = false;};
```
to break the infinite recursion. We also still have the output
`tkinter`.
However, we might as well build without x11Support by default. Then we build with x11Support as well so we get the tkinter module and put that in a separate package.
2016-10-16 14:31:26 +02:00
Alexander Ried
4094d63dea
NetworkManager-strongswan: init at 1.4.0
2016-10-15 20:32:16 +02:00
Alexander Ried
a40f20f8d4
libgdata: 0.17.4 -> 0.17.6
2016-10-15 20:32:16 +02:00
Alexander Ried
11c259bf94
folks: -> 0.11.3
2016-10-15 20:32:16 +02:00
Alexander Ried
bccc55c612
nspr fix
2016-10-15 20:32:15 +02:00
Alexander Ried
e667a3ab74
evolutiondataserver parallel building
2016-10-15 20:32:15 +02:00
Alexander Ried
95fb189748
gdm: remove broken postinstall
2016-10-15 20:32:15 +02:00
Alexander Ried
878d5ea152
gdm: does not understand with-systemd
2016-10-15 20:32:15 +02:00
Alexander Ried
47f597b9b0
gnome-themes-standard: -> 3.22.1
2016-10-15 20:32:15 +02:00
Alexander Ried
c2922a9157
xserverArgs fuckup
...
gnome-x-session provides good defaults which we really should not
override.
We have to add assertions to gdm.nix if the user specified one of those.
enableTCP must be configured through a gnome setting
dunno why we have terminate but it probably breaks stuff
We should expose configFile so we can use it from gdm module.
2016-10-15 20:32:14 +02:00
Alexander Ried
8ec776eb73
gnome-session: enable debug
2016-10-15 20:32:14 +02:00
Alexander Ried
a1a364102a
patch gnome-session path in desktop file
2016-10-15 20:32:14 +02:00
Alexander Ried
56d24b8e1d
gdm module: enable user dbus session
2016-10-15 20:32:14 +02:00
Alexander Ried
a5aa926902
gdm module: only make xserver args overrideable
2016-10-15 20:32:14 +02:00
Alexander Ried
5125161a77
gnome3_22.gnome-session: lookup of gnome-settings-daemon.desktop
2016-10-15 20:32:14 +02:00
Alexander Ried
3acee13364
gnome3_22.gnome-session: add path to org.gnome.Shell.desktop
2016-10-15 20:32:13 +02:00
Alexander Ried
ab7b779cc2
gnome3_22.gdm: enable parallel build
2016-10-15 20:32:13 +02:00
Alexander Ried
7ad7efb7ee
gnome3_22.gnome-terminal: enable parallel build
2016-10-15 20:32:13 +02:00
Alexander Ried
f88ea3c3dc
gnome3_22.gnome-shell: enable parallel build
2016-10-15 20:32:13 +02:00
Alexander Ried
f5b13e58ac
gnome3_22.mutter: enable parallel build
2016-10-15 20:32:13 +02:00
Alexander Ried
709772b4b8
gnome3_22.mutter: add path to xwayland
2016-10-15 20:32:13 +02:00
Alexander Ried
50adbbe65c
displayManager.gdm: only gnome-session needs to be on path
2016-10-15 20:32:12 +02:00
Alexander Ried
76fa7d1c39
gnome3_22.gnome-terminal: substitute gnome-shell dbus file path
...
instead of copying the file. this avoids name conflicts after the build.
Alternatively we could remove the file after building.
2016-10-15 20:32:12 +02:00
Alexander Ried
e8ade4ff78
gnome3.gvfs module: make systemd services available
2016-10-15 20:32:12 +02:00
Alexander Ried
38212f6a0f
gnome3.tracker module: add self to systemd path
...
fixes GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit
tracker-store.service not found. - indexing for (null) will not work
2016-10-15 20:32:12 +02:00
Alexander Ried
47dc33ded2
gnome3.evolution-data-server module: add self to systemd path
2016-10-15 20:32:12 +02:00
Alexander Ried
6457d1bbe3
gnome3.gnome-terminal-server: init module
...
since gnome3.22 gnome-terminal uses a systemd service for it's backend
server.
2016-10-15 20:32:12 +02:00
Alexander Ried
2fdecef1e2
gnome3_22.vte_290: remove
2016-10-15 20:32:11 +02:00
Alexander Ried
b64845dde7
gnome3_22.vte: 0.44.2 -> 0.46.0
2016-10-15 20:32:11 +02:00
Alexander Ried
e4f816602c
gnome3_22.vte: remove selectTextPatch
2016-10-15 20:32:11 +02:00
Alexander Ried
f1df7f2cbf
gnome3_22.vte-select-text: remove
2016-10-15 20:32:11 +02:00
Alexander Ried
68eaeab4bc
gnome3_22: init at 3.22
...
copied from 3.20
removed whitespaces at the end of lines
updated to 3.22 versions
removed webkitgtk24 where possible
gnome3_22.evolution: nspr include dir broken / not needed anymore
gnome3_22.gfbgraph: 0.2.2 -> 0.2.3
gnome3_22.gjs: 1.44.0 -> 1.46.0
gnome3_22.gnome-autoar: init at 0.1.1
gnome3_22.gnome-core.folks: 0.11.0 -> 0.11.2
gnome3_22.gnome-user-share 3.18.1 -> 3.18.3
gnome3_22.gnome-weather: 3.20.1 -> 3.20.2
gnome3_22.grilo: 0.3.1 -> 0.3.2
gnome3_22.grilo-plugins: 0.3.2 -> 0.3.3
gnome3_22.libgepub: init at 0.4
gnome3_22.libgweather: 3.20.1 -> 3.20.3
gnome3_22.rest: 0.7.93 -> 0.8.0
gnome3_22.totem: x86 patch is upstream
gnome3_22.tracker: 1.9.0 -> 1.10.0
2016-10-15 20:32:11 +02:00
Alexander Ried
b03d1996cd
pygobject: 3.20.0 -> 3.22.0
2016-10-15 20:32:10 +02:00
Alexander Ried
574ee15905
gtkmm_3: 3.20.0 -> 3.22.0
2016-10-15 20:32:10 +02:00