summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* firejail: 0.9.38 -> 0.9.40Michael Raskin2016-04-13
|
* conspy: 1.13 -> 1.14Michael Raskin2016-04-13
|
* scons: 2.4.1 -> 2.5.0Michael Raskin2016-04-13
|
* libgphoto2: 2.5.9 -> 2.5.10Michael Raskin2016-04-13
|
* angelscript: 2.30.2 -> 2.31.0Michael Raskin2016-04-13
|
* baresip: 0.4.17 -> 0.4.18Michael Raskin2016-04-13
|
* firefox-esr: 45.0.1esr -> 45.0.2esrEelco Dolstra2016-04-13
| | | | Also, switch to upstream SHA-512 hashes.
* fetchurl: Support SHA-512 hashesEelco Dolstra2016-04-13
|
* buildFHSEnv: post-closure-size fixNikolay Amiantov2016-04-13
|
* unshield: 0.7pre3955 -> 1.3Nikolay Amiantov2016-04-13
|
* vivaldi: fix evaluationNikolay Amiantov2016-04-13
|
* discord: fix evaluationNikolay Amiantov2016-04-13
|
* Merge pull request #14650 from hrdinka/fhs-chroot/pkg-pathNikolay Amiantov2016-04-13
|\ | | | | build-fhs-chrootenv: set PKG_CONFIG_PATH
| * build-fhs-chrootenv: set PKG_CONFIG_PATHChristoph Hrdinka2016-04-13
| | | | | | | | | | Currently `PKG_CONFIG_PATH` isn't set in FHS chroots rendering `pkg-config` unusable. This patch sets it to `/usr/lib/pkgconfig`.
* | Merge pull request #14648 from nico202/ncmpcppvbgl2016-04-13
|\ \ | | | | | | ncmpcpp: 0.7.2 -> 0.7.3
| * | ncmpcpp: 0.7.2 -> 0.7.3=2016-04-13
| | |
* | | Merge branch 'staging', containing closure-size #7701Vladimír Čunát2016-04-13
|\ \ \ | |/ / |/| |
| * | Merge pull request #14563 from micxjo/update-sndfilejoachifm2016-04-10
| |\ \ | | | | | | | | libsndfile: 1.0.25 -> 1.0.26 (security)
| | * | libsndfile: 1.0.25 -> 1.0.26 (security)Micxjo Funkcio2016-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This release contains fixes for * CVE-2014-9496 * CVE-2014-9756 * CVE-2015-7805
| * | | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * \ \ \ Merge branch 'staging' into closure-sizeVladimír Čunát2016-04-10
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | pcre: cleanup a littleNikolay Amiantov2016-04-09
| | | | |
| | * | | pcre: patch CVE-2016-1283Micxjo Funkcio2016-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes CVE-2016-1283, which allows remote attackers to cause a denial of service (heap-based buffer overflow) or possibly have unspecified other impact via a crafted regular expression. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1283
| * | | | qt54.qttools: fix buildVladimír Čunát2016-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This one particular cmake directory seems not created by the build. Skimming Hydra's status, this probably never worked since 35f33b438c. /cc @ttuegel.
| * | | | rustc: fix build with multiple outputsVladimír Čunát2016-04-08
| | | | |
| * | | | doxygen: fix finding libiconv after #13856Vladimír Čunát2016-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | The changed the build system to cmake, and it somehow won't find the includes. I'm lazy to investigate details ATM.
| * | | | Merge #12653: rework default outputsVladimír Čunát2016-04-07
| |\ \ \ \
| | * | | | treewide: rename extraOutputs{ToLink,ToInstall}Vladimír Čunát2016-04-07
| | | | | | | | | | | | | | | | | | | | | | | | This is to get more consistent with `meta.outputsToInstall`.
| | * | | | buildEnv: respect meta.outputsToInstallVladimír Čunát2016-04-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a result `systemPackages` now also respect it. Only nix-env remains and that has a PR filed: https://github.com/NixOS/nix/pull/815
| | * | | | stdenv: set meta.outputsToInstall unless overriddenVladimír Čunát2016-04-07
| | | | | |
| | * | | | Merge branch 'closure-size' into p/default-outputsVladimír Čunát2016-03-14
| | |\ \ \ \
| | * | | | | nixos systemPackages: rework default outputsVladimír Čunát2016-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Now `pkg.outputUnspecified = true` but this attribute is missing in every output, so we can recognize whether the user chose or not. If (s)he didn't choose, we put `pkg.bin or pkg.out or pkg` into `systemPackages`. - `outputsToLink` is replaced by `extraOutputsToLink`. We add extra outputs *regardless* of whether the user chose anything. It's mainly meant for outputs with docs and debug symbols. - Note that as a result, some libraries will disappear from system path.
| * | | | | | Merge 'staging' into closure-sizeVladimír Čunát2016-04-07
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | This is mainly to get the update of bootstrap tools. Otherwise there were mysterious segfaults: https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
| | * | | | | stdenv-linux: Update bootstrap toolsEelco Dolstra2016-04-07
| | | | | | |
| * | | | | | tzdata: fixup after merging masterVladimír Čunát2016-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | also rename lib output to dev - it contains a header and a static lib.
| * | | | | | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * \ \ \ \ \ \ Merge #13950: move ncurses utilities to $outVladimír Čunát2016-03-16
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | ncurses: move runtime utilities to $outThomas Tuegel2016-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All the programs provided by ncurses were being installed to the $dev output, but several of them are intended for runtime use, e.g. to operate on the running terminal. These user-facing programs are moved to the $bin output. Several packages referred to "${ncurses}/bin" or "${ncurses.dev}/bin" at runtime; these paths are also updated to refer to "${ncurses.bin}/bin".
| | * | | | | | ncurses: combine $lib and $out outputsThomas Tuegel2016-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $lib output refers to the terminfo database in $out, which is about 10x larger than the ncurses shared library. Splitting these outputs saves a small amount of space for any derivations that use the terminfo database but not the ncurses library, but we do not have evidence that any such exist.
| * | | | | | | ghc-6.10.2-binary: fix evaluation error on DarwinThomas Tuegel2016-03-11
| | | | | | | |
| * | | | | | | make-bootstrap-tools: fix evaluation error on DarwinThomas Tuegel2016-03-11
| | | | | | | |
| * | | | | | | recoll: fix evaluation error on DarwinThomas Tuegel2016-03-11
| | | | | | | |
| * | | | | | | module-init-tools: disable on Darwin to fix evaluation errorThomas Tuegel2016-03-11
| | | | | | | |
| * | | | | | | ppp: fix evaluation error on DarwinThomas Tuegel2016-03-11
| | | | | | | |
| * | | | | | | qt48: fix evaluation error on DarwinThomas Tuegel2016-03-11
| | | | | | | |
| * | | | | | | luajit: fix evaluation on DarwinThomas Tuegel2016-03-11
| | | | | | | |
| * | | | | | | kde5.plasma-workspace: move kbuildsycoca5 earlier in startkdeThomas Tuegel2016-03-11
| | | | | | | |
| * | | | | | | chromium: fixup plugins with multiple outputsVladimír Čunát2016-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chromium+flash seem to work fine now.
| * | | | | | | php: fixup build when configured with httpd via nixosVladimír Čunát2016-03-11
| | | | | | | |
| * | | | | | | kde5.kcalc: add gmp dependencyThomas Tuegel2016-03-09
| | | | | | | |