Eelco Dolstra
f0206aba5e
opencolorio: Use separate outputs
...
Also, make the package name match the attribute (and upstream) name.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
41ec7095a7
openimageio: Use separate outputs
2016-09-01 18:57:43 +02:00
Eelco Dolstra
452afd1ed6
ilmbase: Use separate outputs
2016-09-01 18:57:43 +02:00
Eelco Dolstra
68e216d604
opensubdiv: Use separate outputs
2016-09-01 18:57:43 +02:00
Eelco Dolstra
e05c4c6541
libapparmor: Move python stuff to a separate output
...
This prevents systemd and by extension a zillion other packages from
having Python 2.7 in their closure. For example, the closure of
systemd dropped from 133 MiB to 85 MiB.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
cf26f610aa
glew: Use separate outputs and don't install static libraries
2016-09-01 18:57:43 +02:00
Eelco Dolstra
8a137b3455
mesa-glu: Use separate outputs
2016-09-01 18:57:43 +02:00
Eelco Dolstra
3934980ca4
opensubdiv: Don't install static libraries
2016-09-01 18:57:43 +02:00
Eelco Dolstra
b688074c51
opensubdiv: Prevent runtime dependency on mesa_noglu.dev
2016-09-01 18:57:43 +02:00
Eelco Dolstra
8b12eee201
x265: Don't install static library
...
Following our general policy to only install dynamic libraries. If the
static library turns out to be needed, it could be moved to a separate
output.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
0810decaa7
python-3.5: Drop dependency on Berkeley DB
...
The previous commit revealed that Python wasn't actually using
Berkeley DB; it only had it in its closure due to the build-time flag
dump in Makefile and _sysconfigdata.py. When Python detects both GNU
gdbm and Berkeley DB at build time, it will use the former.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
fdd7399a3c
python-3.5: Also remove -L flags
...
This reduces the Python closure size by another 10 MiB.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
02bae39132
tcl: Don't install a copy of tzdata
...
This cuts about 3 MiB from the installed size. On Linux, the configure
script is supposed to detect that installing tzdata is unnecessary,
but it looks in locations like /usr/share/zoneinfo.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
168192f116
python-3.5: Eliminate -dev paths from the runtime closure
...
This reduces Python's closure size from 200 MiB to 129 MiB. Even
better would be to get move tkinter to a separate output or package
(since that would get rid of all X11 stuff), but that's a bit harder.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
b31870fe13
tk: Use a dev output
...
This ensures that the propagated build inputs don't end up in tcl/tk's
runtime closure, which is reduced by about 5 MiB.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
02683acf71
tk: Separate man output
...
This reduces the size of the main output by half a megabyte.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
b0327ac240
tcl: Separate man output and use symlinks
...
This reduces tcl's total size from 25.0 MiB to 8.6 MiB. Admittedly
this is also because putting the manpages in the right place causes
all man3 pages to be deleted by the multiple outputs setup hook. Not
sure if that's desirable behaviour...
2016-09-01 18:57:43 +02:00
Tuomas Tynkkynen
33b87da2cf
nerdfonts: Don't build on Hydra
...
http://hydra.nixos.org/build/39383371
2016-09-01 19:49:20 +03:00
Sander van der Burg
fc4e4fe083
nodePackage: replace azure-cli by node2nix generated expression + add eslint to fix casperjs
2016-09-01 16:13:22 +00:00
Frederik Rietdijk
b96ba3fc93
pythonPackages.isodate: fix tests
2016-09-01 18:12:26 +02:00
Frederik Rietdijk
06006f7759
Merge pull request #18192 from FRidh/rembb
...
Remove buildbot_8 and certain dependencies
2016-09-01 17:49:04 +02:00
Frederik Rietdijk
f2fc64a412
Remove buildbot_8
...
We now have a newer version and the older version didn't work anymore
anyway because it depended on sqlalchemy7 which was itself broken,
because it depended on an older version of sqlite.
2016-09-01 17:46:27 +02:00
Frederik Rietdijk
65d983678b
Remove sqlalchemy7
2016-09-01 17:46:27 +02:00
Frederik Rietdijk
69b676978c
Remove sqlalchemy_migrate_0_7
2016-09-01 17:45:25 +02:00
Frederik Rietdijk
4f302223a1
pythonPackages.sqlalchemy7: mark as broken
...
We need an older version of sqlite.
2016-09-01 17:45:25 +02:00
Frederik Rietdijk
96a3bf6cea
pythonPackages.pyqt4: fix name
2016-09-01 17:42:39 +02:00
Sander van der Burg
c6c6df3ed8
disable ripple-rest for now and repackage it asap
2016-09-01 15:35:34 +00:00
Frederik Rietdijk
571ee39714
pythonPackages.pyside: fix evaluation
2016-09-01 17:11:32 +02:00
Frederik Rietdijk
e1d1a573e5
Python: fix mkPythonDerivation doCheck
2016-09-01 17:11:32 +02:00
Sander van der Burg
6e61dfb647
Fix evaluation errors by replacing npm2nix generated packages (will provide alternative for dnchain later)
2016-09-01 14:58:30 +00:00
Linus Arver
511bb28689
baekmuk-ttf: switch to base32 encoded src.sha256
...
Closes https://github.com/NixOS/nixpkgs/pull/18166
2016-09-01 16:30:17 +02:00
Joachim F
7bc2511b8b
Merge pull request #18179 from womfoo/fix/tome4-build
...
tome4: fix build
2016-09-01 16:25:45 +02:00
Frederik Rietdijk
9a8d4055a5
pythonPackages.tqdm: 3.8.4 -> 4.8.4
...
Last commit was wrong, the goal was to update to 4.8.4.
2016-09-01 16:20:01 +02:00
Frederik Rietdijk
2a3077d2cc
Merge pull request #18143 from FRidh/buildpythonpackage
...
Python: split buildPythonPackage into two functions
2016-09-01 16:17:04 +02:00
Frederik Rietdijk
9a851907a8
pythonPackages.setuptools: 19.4 -> 26.1.1
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
4f6b6f1472
pythonPackages: use mkPythonDerivation
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
e9c4d00cac
pythonPackages.fedora_cert: use mkPythonDerivation, fix build
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
3e05cce97c
Python: separate buildPythonPackage into two functions
...
1. mkDerivation which is used when the source is without setup.py and
not a wheel
2. buildPythonPackage which is used as before and calls mkDerivation
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
725c37b4d3
Python: move wrapPython into own file
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
b080748d42
Python: move python-modules/generic to interpreter folder
2016-09-01 16:16:31 +02:00
Sander van der Burg
b17cd148ba
androidsdk: fix buildApp and emulateApp functions by providing the right executable paths + fix android emulator by adding dbus to the library path
2016-09-01 13:56:35 +00:00
Joachim F
c2841f1c1d
Merge pull request #18175 from ebzzry/emem-0.2.28
...
emem: 0.2.27 -> 0.2.28
2016-09-01 15:50:52 +02:00
Tuomas Tynkkynen
75b5922391
openexr, libyaml-cpp: Fix output order to match others
...
This was changed in https://github.com/NixOS/nixpkgs/pull/14766
@edolstra
2016-09-01 16:34:11 +03:00
Sander van der Burg
21666526b9
titaniumsdk: fix to make it work with new android SDK and NPM packages + add titaniumsdk version 5.2
2016-09-01 13:25:46 +00:00
Peter Simons
29a53017a4
ghc-8.0.1: cosmetic fix to the Nix expression to unbreak syntax highlighting
2016-09-01 15:05:01 +02:00
Joachim Fasting
0ce7b31b09
grsecurity: 4.7.2-201608211829 -> 201608312326
2016-09-01 14:51:33 +02:00
Joachim Fasting
6df8de50f3
unbound service: whitespace fixes
2016-09-01 14:51:33 +02:00
Joachim Fasting
03c2c87ed6
unbound service: use mkEnableOption
2016-09-01 14:51:32 +02:00
Joachim Fasting
191a85349b
refind: refactorings
...
- Remove redundant build inputs
These are (optional) run-time dependencies, adding them to build inputs
does nothing.
- Use standard buildPhase
Note that specifying linker script is unnecessary. Also specify correct
host arch and efi platform.
- Replace non-working ad-hoc patch with wrapper
The ad-hoc patching of refind-install didn't actually substitute anything;
with a wrapper script patching becomes unnecessary
- Remove use of deprecated meta.version
Closes https://github.com/NixOS/nixpkgs/pull/18103
2016-09-01 14:51:32 +02:00
Joachim F
8c90b7db89
Merge pull request #18073 from joachifm/rtl8723bs
...
rtl8723bs: 6918e9b2ff29 -> 2016-04-11, fix build against 4.7
2016-09-01 14:48:51 +02:00