summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* xorg.libXt: re-split into multiple outputsVladimír Čunát2015-10-05
| | | | Fixed all 'libXt}' references, too.
* gnutls: split into multiple outputsVladimír Čunát2015-10-05
| | | | Fixed all 'gnutls}' references, too.
* unbound: split into multiple outputsVladimír Čunát2015-10-05
|
* dbus-glib: split into multiple outputsVladimír Čunát2015-10-05
| | | | Fixed all 'dbus_glib}' references too.
* plasma53.breeze: fix missing automoc4Vladimír Čunát2015-10-04
| | | | I don't know why/when it started missing.
* kdelibs-*: fix missing pcreVladimír Čunát2015-10-04
| | | | I don't know why/when it started missing.
* kde-gtk-config-*: fix with multiple outputsVladimír Čunát2015-10-04
|
* network-manager: fix build after udev changesVladimír Čunát2015-10-04
| | | | It's missing libsystemd-login but only `udev` was in inputs...
* phonon_qt5_backend_gstreamer: hack-fix buildVladimír Čunát2015-10-04
|
* boost-1.55: fix build with gcc-5 by upstream patchVladimír Čunát2015-10-04
| | | | | | Our higher versions have fix integrated upstream. (cherry picked from commit 4e8da0747c88375c221bf1b0f060183a863c6851)
* media-player-info: fix build `missing udev`Vladimír Čunát2015-10-04
| | | | I don't know what it actually needs, but it's satisfied by systemd.
* wildmidi: fix buildVladimír Čunát2015-10-04
|
* libav: fix with multiple outputs and improve splittingVladimír Čunát2015-10-04
|
* texlive.bin.core: fixup with multiple outputsVladimír Čunát2015-10-04
| | | | There was an interaction with hand-moving the docs.
* llvm-3.7: fix build by -lpthreadVladimír Čunát2015-10-04
| | | | This is strange. Morover, 3.6 builds fine without modifications.
* mesa: fixup with multiple outputsVladimír Čunát2015-10-04
|
* all-packages: revert accidentally committed changeVladimír Čunát2015-10-04
|
* udev: complete reworkVladimír Čunát2015-10-04
| | | | | | | | | | | | - 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
* all-packages: fix openssl_* referenceVladimír Čunát2015-10-04
| | | | (cherry picked from commit 976b1dd423ac73eb29a20de84f1a5b79da4dd5bb)
* libcap*: fix with multiple outputsVladimír Čunát2015-10-04
| | | | | I don't think we need the license file in each of these, so I only left it with the library (it isn't big).
* libsodium: fix build by removing -lsspVladimír Čunát2015-10-03
| | | | | There seems no reason why it should be there anyway. /cc maintainers: @raskin, @viric, @wkennington.
* libffi: fixup libffi.pc, and refactorVladimír Čunát2015-10-03
|
* planetary-annihilation: fixup to use multiple-output pathsVladimír Čunát2015-10-03
| | | | Hopefully... there are way too many similar references everywhere.
* orc: split dev stuff, and refactor metaVladimír Čunát2015-10-03
|
* binutils: Don't use multiple-outputs when cross compilingTuomas Tynkkynen2015-10-03
|
* php: Enable SSL via buildInputsTuomas Tynkkynen2015-10-03
| | | | | | The old way doesn't seem to work with multiple outputs. TODO: this seems to be a recurring pattern with openssl, maybe the splitting isn't done correctly?
* apr: don't manually move apr-1-configVladimír Čunát2015-10-03
| | | | Also refactor meta.
* apparmor: fixup to use some multiple-output pathsVladimír Čunát2015-10-03
|
* libXmu: Split into multiple outputsTuomas Tynkkynen2015-10-03
| | | | | | | | | | We need to override BITMAPDIR, since the default: -DBITMAPDIR=\"$(includedir)/X11/bitmaps\" would cause cycles between the outputs. Setting it to a nonexistent path doesn't affect the code logic, since the corresponding single-output directory $out/include/X11/bitmaps doesn't exist either. (cherry picked from commit 15007c88108d9c6a3bc82b22eff53175bbddf75e)
* guile: fixup with multiple-output libtoolVladimír Čunát2015-10-03
|
* openssl: fixup after mergeVladimír Čunát2015-10-03
|
* nodejs: fixupVladimír Čunát2015-10-03
|
* rustc: re-add missing file from stagingVladimír Čunát2015-10-03
| | | | | I'm not sure why it has disappeared. Also try to fixup with multiple-output changes.
* Merge staging into closure-sizeVladimír Čunát2015-10-03
|\ | | | | | | This makes gcc5 the default builder, etc.
| * poppler: 0.34.0 -> 0.36.0William A. Kennington III2015-10-02
| | | | | | | | Tested building cups-filters and rendering a pdf
| * glew: 1.11.0 -> 1.13.0William A. Kennington III2015-10-02
| |
| * Merge pull request #9543 from NixOS/staging.post-15.06William A. Kennington III2015-10-02
| |\ | | | | | | Collection of core package updates with breaking changes
| | * Merge branch 'master.upstream' into staging.post-15.06William A. Kennington III2015-10-02
| | |\
| | | * Merge pull request #10185 from bjornfor/build-fhs-env-with-usr-includeNikolay Amiantov2015-10-02
| | | |\ | | | | | | | | | | build-fhs-chrootenv: add missing /usr/include
| | | | * build-fhs-chrootenv: add missing /usr/includeBjørn Forsman2015-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch brings the include/ directories of all specified packages to appear under /usr/include in the FHS chroot. As per spec[1]. [1] http://www.pathname.com/fhs/pub/fhs-2.3.html#USRINCLUDEDIRECTORYFORSTANDARDINCLU
| | | * | smplayer: 14.9.0.6690 -> 15.9.0Vincent Laporte2015-10-02
| | | | |
| | | * | Merge pull request #10179 from lancelotsix/update_glpkvbgl2015-10-02
| | | |\ \ | | | | |/ | | | |/| glpk: 4.52.1 -> 4.56
| | | | * glpk: 4.52.1 -> 4.56Lancelot SIX2015-10-02
| | | | |
| | | * | jack2: do not propagate uuidLuca Bruno2015-10-02
| | | | |
| | | * | Merge pull request #10152 from kampfschlaefer/add_jackmix_to_nixlethalman2015-10-02
| | | |\ \ | | | | | | | | | | | | jackmix: add to nixpkgs
| | | | * | jackmix: Build jackmix in two flavoursArnold Krille2015-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flavours are: - *jackmix* using jack2 (default) - *jackmix_jack1* using jack1
| | | | * | jackaudio: Add libuuid as propagatedBuildInputArnold Krille2015-10-02
| | | | | | | | | | | | | | | | | | | | | | | | The jack/jack.h includes uuid/uuid.h, therefox libuuid should be a propagated input for anything using jack.
| | | | * | jackmix: init at version 0.5.2Arnold Krille2015-10-02
| | | |/ / | | | | | | | | | | | | | | | Add jackmix to the nix pkgs.
| | | * | tzdata: 2015f -> 2015gTobias Geerinckx-Rice2015-10-02
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 18b3295970cc5f80ece61d8e0da3b690613c3c8a)
| | | * | Merge pull request #9955 from gebner/opensmtpd-5.7.1lethalman2015-10-02
| | | |\ \ | | | | | | | | | | | | opensmtpd: 5.4.5p1 -> 5.7.1p1