about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
...
| | * | | | Disable inotify support on SunOS: it’s Linux-specific.Danny Wilson2015-11-16
| | | | | | | | | | | | | | | | | | This amazingly fixes the coreutils build on SmartOS.
| | * | | | Make sure optionalAttrs are set before actually building a derivation.Danny Wilson2015-11-16
| | | | | |
| | * | | | Fix patchShebangs on SmartOSDanny Wilson2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | Tail is very picky about the space after -c when compiled by Nix on Illumos (no idea why).
| | * | | | Fix Perl build on SmartOSDanny Wilson2015-11-16
| | | | | |
| | * | | | Add support for gzip compressionDanny Wilson2015-11-16
| | | | | |
| | * | | | Doxygen: fix build on SmartOSDanny Wilson2015-11-16
| | | | | |
| | * | | | Fix glib build on SmartOSDanny Wilson2015-11-16
| | | | | |
| | * | | | Fix hardcoded target platform.Danny Wilson2015-11-16
| | | | | |
| | * | | | Fix non-chrooted (stdenv-native) builds that have `man` on path enablingDanny Wilson2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | building of built-in manual, while chrooted builds (hydra) will not…
| | * | | | SmartOS: Make pkgconfig use proper i18n.Danny Wilson2015-11-16
| | | | | |
| | * | | | Fix dbus-tools build on SmartOSDanny Wilson2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | `ld` on illumos does not understand `--as-needed`
| | * | | | Fix build of gccgo-wrapper on Illumos.Danny Wilson2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When compiling GCC with NIX_ENFORCE_PURITY, linking libgcc fails because crti.o and friends aren't part of the nix store.
| | * | | | Less builds fine on Illumos.Danny Wilson2015-11-16
| | | | | |
| | * | | | Fix libelf build on IllumosDanny Wilson2015-11-16
| | | | | |
| | * | | | Fix bison build on Illumos.Danny Wilson2015-11-16
| | | | | |
| | * | | | GCC 4.8 compiles on Illumos.Danny Wilson2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Disable profiled bootstrap. - Add illumos meta platform.
| | * | | | SmartOS: Fix w3m buildDanny Wilson2015-11-16
| | | | | |
| | * | | | Use the nix provided shell.Danny Wilson2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is guaranteed to be bash, SmartOS has ksh by default and doesn't work.
| * | | | | bzip2: fix cross build on mingw by using autoconf patchMatthias C. M. Troffaes2015-11-23
| | | | | |
| * | | | | Revert "bzip2: fix cross build on mingw by using autoconf patch"Matthias C. M. Troffaes2015-11-23
| | |/ / / | |/| | | | | | | | | | | | | This reverts commit 094c374941e68bf667719da15c655f148840ebab.
| * | | | Merge remote-tracking branch 'origin/master' into stagingShea Levy2015-11-21
| |\ \ \ \
| * \ \ \ \ Merge branch 'staging' of https://github.com/NixOS/nixpkgs into sandbox-profilesJude Taylor2015-11-20
| |\ \ \ \ \
| | * | | | | help2man: 1.47.2 -> 1.47.3Pascal Wittmann2015-11-20
| | | | | | |
| | * | | | | Merge pull request #11127 from mcmtroffaes/feature/bzip2-mingw-3Peter Simons2015-11-20
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | bzip2: use autoconf patch and remove in-house patching
| | | * | | | | bzip2: fix cross build on mingw by using autoconf patchMatthias C. M. Troffaes2015-11-18
| | | | | | | |
| | * | | | | | flex: 2.5.39 -> 2.6.0William A. Kennington III2015-11-18
| | |/ / / / /
| | * | | | | Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-11-18
| | |\ \ \ \ \
| | * | | | | | xorg-server: 1.18.0 -> 1.17.4William A. Kennington III2015-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were lots of issues with the proprietary nvidia driver on 352.63 and we don't yet have a proprietary AMD driver.
| | * | | | | | xorg-server: 1.17.2 -> 1.18.0William A. Kennington III2015-11-17
| | | | | | | |
| | * | | | | | libinput: 1.0.1 -> 1.1.1William A. Kennington III2015-11-17
| | | | | | | |
| | * | | | | | gtk: 3.18.4 -> 3.18.5William A. Kennington III2015-11-17
| | | | | | | |
| | * | | | | | bzip2: Get rid of the custom builder.sh.aszlig2015-11-17
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Everything the builder.sh did can be done with the generic builder which makes it easier to override attributes and also easier to read. The reason I've done this is because of #10820, which tries to override the preBuild hook, but the latter is hardcoded in the builder.sh of bzip2. I have compared the output of this against the previous version and the only things that were different were timestamps in libbz2.a. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | | | | libpng: security and maintenance 1.6.18 -> 1.6.19Vladimír Čunát2015-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #11030, CVE-2015-{7981,8126}.
| * | | | | | remove debugging from perl 5.16Jude Taylor2015-11-19
| | | | | | |
| * | | | | | allow networking by default and remove it from derivationsJude Taylor2015-11-19
| | | | | | |
| * | | | | | remove useless muting lines; they interfere with debuggingJude Taylor2015-11-19
| | | | | | |
| * | | | | | use per-derivation sandbox profilesJude Taylor2015-11-19
| | | | | | |
| * | | | | | start on sandbox stuffJude Taylor2015-11-19
| | | | | | |
* | | | | | | kodiPlugins.pvr-hts: init at 2.1.18Carles Pagès2015-12-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Tvheadend HTSP PVR client addon for Kodi.
* | | | | | | indilib: 1.0.0 -> 1.1.0Vincent Laporte2015-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Older source no longer available
* | | | | | | Merge pull request #11262 from spwhitt/bumblebee_haveNikolay Amiantov2015-12-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | bumblebee: use _have not have in bash completion
| * | | | | | | bumblebee: use _have not have in bash completionSpencer Whitt2015-11-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10936
* | | | | | | | bumblebee: cleanup, fix virtualgl, add useNvidia flagNikolay Amiantov2015-12-05
| | | | | | | |
* | | | | | | | virtualgl: 2.3.2 -> 2.4.1, fix multilibNikolay Amiantov2015-12-05
| | | | | | | |
* | | | | | | | primus: 1.0.0748176 -> 20151204, add useNvidia flagNikolay Amiantov2015-12-05
| | | | | | | |
* | | | | | | | tlp: use module_init_tools, avoid recompilation for nixosNikolay Amiantov2015-12-05
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #11465 from oxij/xapian-omega-initArseniy Seroka2015-12-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | xapian-omega: init at 1.2.21
| * | | | | | | xapian-omega: init at 1.2.21Jan Malakhovski2015-12-04
| | | | | | | |
* | | | | | | | Merge pull request #11459 from gebner/ipafont-urlArseniy Seroka2015-12-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ipafont: fix source url.
| * | | | | | | | ipafont: fix source url.Gabriel Ebner2015-12-04
| | | | | | | | |