about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | openssl: 1.0.1q -> 1.0.1rEelco Dolstra2016-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2015-3197 (low severity)
| * | | | | | | | | | libva: fix likely problem on DarwinNikolay Amiantov2016-01-27
| | | | | | | | | | |
| * | | | | | | | | | defaultUnpack: Preserve timestamps when copying filesEelco Dolstra2016-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 6d928ab684327e0eeb1bf6cd889d57ca7127e8a7 changed this to not preserve timestamps. However, that results in non-determinism; in particular, it gives us a broken $SOURCE_DATE_EPOCH (especially for everything using fetchFromGitHub). Builds affected by timestamps < 1980 should be fixed in some other way (e.g. changing the timestamp to some fixed date > 1980).
| * | | | | | | | | | mesa: 11.0.8 -> 11.1.1Nikolay Amiantov2016-01-26
| | | | | | | | | | |
| * | | | | | | | | | libva: 1.6.1 -> 1.6.2Nikolay Amiantov2016-01-26
| | | | | | | | | | |
| * | | | | | | | | | nixos xserver: remove vaapiDriversNikolay Amiantov2016-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use hardware.opengl.extraPackages instead.
| * | | | | | | | | | nixos opengl: add extraPackages and extraPackages32Nikolay Amiantov2016-01-26
| | | | | | | | | | |
| * | | | | | | | | | libvdpau: use OpenGL drivers link directoryNikolay Amiantov2016-01-26
| | | | | | | | | | |
| * | | | | | | | | | libva: use OpenGL drivers link directoryNikolay Amiantov2016-01-26
| | | | | | | | | | |
| * | | | | | | | | | nvidia_x11: move vdpau libraries to lib/vdpauNikolay Amiantov2016-01-26
| | | | | | | | | | |
| * | | | | | | | | | mesa: leave vdpau libraries in lib/vdpauNikolay Amiantov2016-01-26
| | | | | | | | | | |
| * | | | | | | | | | libvdpau-va-gl: init at 0.3.4Nikolay Amiantov2016-01-26
| | | | | | | | | | |
| * | | | | | | | | | Merge #11798: cc-wrapper: fix on darwinVladimír Čunát2016-01-25
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | linux stdenv bootstrap: avoid building grep twiceVladimír Čunát2016-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's perfectly enough when we use the bootstrapped grep everywhere except the one put into the final stdenv and final pkgs.
| | * | | | | | | | | | cc-wrapper: quote when saving $PATHVladimír Čunát2016-01-25
| | | | | | | | | | | |
| | * | | | | | | | | | Linux stdenv update: pass gnugrep to cc-wrapperAnthony Cowley2016-01-24
| | | | | | | | | | | |
| | * | | | | | | | | | cc-wrapper: fix on darwinAnthony Cowley2016-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ld-wrapper.sh script calls `readlink` in some circumstances. We need to ensure that this is the `readlink` from the `coreutils` package so that flag support is as expected. This is accomplished by explicitly setting PATH at the top of each shell script. Without doing this, the following happens with a trivial `main.c`: ``` nix-env -f "<nixpkgs>" -iA pkgs.clang $ clang main.c -L /nix/../nix/store/2ankvagznq062x1gifpxwkk7fp3xwy63-xnu-2422.115.4/Library -o a.out readlink: illegal option -- f usage: readlink [-n] [file ...] ``` The key element is the `..` in the path supplied to the linker via a `-L` flag. With this patch, the above invocation works correctly on darwin, whose native `/usr/bin/readlink` does not support the `-f` flag. The explicit path also ensures that the `grep` called by `cc-wrapper.sh` is the one from Nix. Fixes #6447
| * | | | | | | | | | | Merge branch 'master' into stagingVladimír Čunát2016-01-25
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | bundlerEnv.wrapper: rename to wrappedRubyNikolay Amiantov2016-01-24
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #12284 from abbradar/bundlerenv-wrapperNikolay Amiantov2016-01-23
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | bundlerEnv: add wrapper
| | * | | | | | | | | | | nix manual: add bundlerEnv.env and .wrapper items descriptionsNikolay Amiantov2016-01-21
| | | | | | | | | | | | |
| | * | | | | | | | | | | bundlerEnv: add wrapperNikolay Amiantov2016-01-10
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #12368 from abbradar/ghostscript-updateNikolay Amiantov2016-01-22
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ghostscript and CUPS updates
| | * | | | | | | | | | | | nixos changelog: mention CUPS changesNikolay Amiantov2016-01-21
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | system-config-printer: 1.3.12 -> 1 5.7Nikolay Amiantov2016-01-17
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | cupsd service: move root directory to /var/lib/cupsNikolay Amiantov2016-01-17
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | cupsd service: don't allow overriding necessary configuration optionsNikolay Amiantov2016-01-17
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | cupsd service: add gutenprint supportNikolay Amiantov2016-01-17
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | cupsd service: move all default drivers to the bindir directlyNikolay Amiantov2016-01-17
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | cupsd service: use cups-pk-helper is policykit is enabledNikolay Amiantov2016-01-17
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | gutenprint: 5.2.10 -> 5.2.11Nikolay Amiantov2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework gutenprint derivation: * Convert to regular stdenv.mkDerivation; * Enable IJS driver; * Fix cups-genppdupdate; * Move things around to the proper directories; * Enable parallel building; * Clean from old hacks.
| | * | | | | | | | | | | | gimp: enable parallel buildingNikolay Amiantov2016-01-17
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | libspectre: fix for ghostscript 9.18Nikolay Amiantov2016-01-17
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | cups_filters: 1.0.71 -> 1.5.0Nikolay Amiantov2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also wrap filters adding necessary utils to PATH and enable parallel building.
| | * | | | | | | | | | | | ghostscript: 9.15 -> 9.18Nikolay Amiantov2016-01-17
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | cups: 2.0.4 -> 2.1.2Nikolay Amiantov2016-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also enable parallel building and don't install rc.d scripts.
| | * | | | | | | | | | | | qpdf: 5.1.3 -> 6.0.0Nikolay Amiantov2016-01-17
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | ijs: 9.16 -> 9.18Nikolay Amiantov2016-01-17
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | nixpkgs manual: fix typo in filenameVladimír Čunát2016-02-17
| |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | pkgconfig: add a http-only mirrorVladimír Čunát2016-02-17
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems we don't really need `fetchurlBoot` here ATM, but let's keep it. https://github.com/NixOS/nixpkgs/issues/12816#issuecomment-185083205
* | | | | | | | | | | | Merge pull request #13039 from rycee/bump/svtplay-dlFranz Pletz2016-02-17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | svtplay-dl: 0.30.2016.01.10 -> 0.30.2016.02.08
| * | | | | | | | | | | | svtplay-dl: 0.30.2016.01.10 -> 0.30.2016.02.08Robert Helgesson2016-02-16
| | | | | | | | | | | | |
* | | | | | | | | | | | | nix-prefetch-hg: Various bash style improvements, fixes #9511Benjamin Staffin2016-02-17
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12901 from sheenobu/pkgs/new/sipsakArseniy Seroka2016-02-17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | sipsak - init at 4.1.2.1
| * | | | | | | | | | | | | sipsak - init at 4.1.2.1Sheena Artrip2016-02-09
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #13057 from FRidh/pyxmlFrederik Rietdijk2016-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pyxml: move to pythonPackages
| * | | | | | | | | | | | | | pyxml: move to pythonPackagesFrederik Rietdijk2016-02-16
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | hwloc: 1.6 -> 1.11.2 and disable testsEelco Dolstra2016-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package was failing to build on wendy: lt-linux-libnuma: linux-libnuma.c:70: main: Assertion `numa_bitmask_equal(bitmask, numa_all_nodes_ptr)' failed. Since we shouldn't run tests that depend on the hardware characteristics of the build machine, I've disabled these.
* | | | | | | | | | | | | | leiningen: 2.5.3 -> 2.6.1Herwig Hochleitner2016-02-16
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #13053 from zimbatm/git-regexp-fixzimbatm2016-02-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git: fix references to gettext in bash scripts