summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* gnutls: fix darwin buildDaiderd Jordan2017-08-06
|
* release.nix: resurrect stdenvBootstrapToolsVladimír Čunát2017-08-06
| | | | | | 13d6681ce7 crippled it unintentionally. Also remove the incorrect/non-existing stdenv.i686-linux; building the bootstrap tools should be a good-enough test anyway.
* Merge commit 'ad83979e5986fa3bb0d254c2be9482c12a8743b9' from stagingRobin Gloster2017-08-06
|\
| * binutils: add missing patches...Robin Gloster2017-08-04
| |
| * binutils: patch bugs in 2.29Robin Gloster2017-08-04
| | | | | | | | | | | | | | All are upstream patches, the last two added by handy to work around them not applying on the changelog. 2.29.1/2.30 will contain the fixes, too.
| * fetchurlBoot: add name attrRobin Gloster2017-08-04
| |
| * Merge pull request #27859 from adisbladis/revert_27427John Ericson2017-08-03
| |\ | | | | | | Revert "buildenv: read propagated-user-env-packages line-by-line"
| | * Revert "buildenv: read propagated-user-env-packages line-by-line"adisbladis2017-08-01
| | | | | | | | | | | | This reverts commit dce958ac396e88c09d5b19c284f41eef68f54ce7.
| * | Revert "gnome-tweak-tool: fix eval"Robin Gloster2017-08-02
| | | | | | | | | | | | | | | | | | This reverts commit d9521c3418adc7d8883c6965c0083e8b9486543a. Cleaner fix in 6e6271e82fba1e5aa0cd4649843c1c803af9115a
| * | python.buildEnv: undo removal of passthru.pythonFrederik Rietdijk2017-08-02
| | |
| * | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-02
| |\ \
| * | | trivial-builders.nix: add writeShellScriptBin builderSergey Mironov2017-08-01
| | | |
| * | | gnome-tweak-tool: fix evalRobin Gloster2017-08-01
| | | |
| * | | Merge pull request #27744 from NeQuissimus/binutils_staging_2_29Frederik Rietdijk2017-08-01
| |\ \ \ | | | | | | | | | | [staging] binutils: 2.28 -> 2.29
| | * | | binutils: 2.28 -> 2.29Tim Steinbach2017-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | Binutils 2.29 no longer allows .semver symbols, which is why we need to patch glibc to avoid them
| * | | | p11_kit: fix docsRobin Gloster2017-08-01
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-01
| |\ \ \ \
| * | | | | python.buildEnv: fix passthruFrederik Rietdijk2017-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python envs did not pass through any of the properties the Python interpreter has. That could be annoying, especially not having `python.interpreter` which is the path to the interpreter. This commit fixes the situation and inherit python.passthru.
| * | | | | Respect NIX_DONT_SET_RPATH when .so appears in the command lineOrivej Desh2017-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unified processing of command line arguments in ld-wrapper broke support for `NIX_DONT_SET_RPATH` and revealed that ld-wrapper adds the directory of its `-plugin` argument to runpath. This pull request fixes that. It treats `dir/libname.so` as `-L dir -l name`, because this is how `ld.so` interprets resulting binary: with `dir` in `RUNPATH` and the bare `libname.so` (without `dir`) in `NEEDED`, it looks for `libname.so` in each `RUNPATH` and chooses the first, even when the linker was invoked with an absolute path to `.so`.
| * | | | | Merge pull request #27799 from FRidh/nositeFrederik Rietdijk2017-08-01
| |\ \ \ \ \ | | | | | | | | | | | | | | Python: disable user site-packages for programs and environments.
| | * | | | | Python: disable user site-packages for programs and environments.Frederik Rietdijk2017-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python by default checks a `site-packages` folder in the user's home folder. We do not want such an impurity and therefore disable it. Fixes #26846.
| * | | | | | libtasn1: 4.10 -> 4.12, fix CVE-2017-9310Franz Pletz2017-08-01
| | | | | | |
| * | | | | | avahi: 0.6.12 -> 0.7Franz Pletz2017-08-01
| | | | | | |
| * | | | | | p11_kit: 0.23.2 -> 0.23.7Franz Pletz2017-08-01
| | | | | | |
| * | | | | | Merge pull request #27657 from orivej/optimize-rpathDomen Kožar2017-07-31
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | ld-wrapper: Optimize expanding rpath
| | * | | | | | ld-wrapper: Optimize expanding rpathOrivej Desh2017-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The time to expand rpath was proportional to the number of -L flags times the number of -l flags. Now it is proportional to their sum (assuming constant number of files in each directory in an -L flag). Issue reported by @nh2 at https://github.com/NixOS/nixpkgs/issues/27609#issuecomment-317916623
* | | | | | | | release.nix: fix a typo from #27923, build stdenvVladimír Čunát2017-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The typo removed also all aarch64-linux on Hydra.
* | | | | | | | {fs,h}notify: move to configuration-nix.nixDomen Kožar2017-08-06
| | | | | | | |
* | | | | | | | double-conversion: remove patch superseeded by ghc patchDomen Kožar2017-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/pull/27584
* | | | | | | | perlPackages.TextBibTeX: fix buildGabriel Ebner2017-08-06
| | | | | | | |
* | | | | | | | goldendict: fix build by upgrading to qt 5.9Gabriel Ebner2017-08-06
| | | | | | | |
* | | | | | | | gns3-gui: init at 2.0.3Michael Weiss2017-08-06
| | | | | | | |
* | | | | | | | Merge pull request #27902 from LumiGuide/flockitTim Steinbach2017-08-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | flockit: init at 2012-08-11
| * | | | | | | | flockit: init at 2012-08-11Bas van Dijk2017-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The flockit library and tool exists solely because rsync doesn't have file locking. It's not used like a normal library; you don't link against it, and you don't have to patch your source code to use it. It's inserted between your program and its libraries by use of LD_PRELOAD. For example: $ env LD_PRELOAD=$(nix-build -A pkgs.flockit)/lib/libflockit.so FLOCKIT_FILE_PREFIX=test rsync SRC DEST Besides the library a handy executable is provided which can simplify the above to: $ $(nix-build -A pkgs.flockit)/bin/flockit test rsync SRC DEST Also see the following blog post: https://www.swiftstack.com/blog/2012/08/15/old-school-monkeypatching/
* | | | | | | | | Merge pull request #27955 from holidaycheck/remove-nodejs-7Daiderd Jordan2017-08-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nodejs: remove version 7_x
| * | | | | | | | | nodejs: remove version 7_xMathias Schreck2017-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nodejs v7 reached its end of life in June 2017.
* | | | | | | | | | Merge pull request #27544 from cse-bristol/linode-api-pythonDaiderd Jordan2017-08-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | linode-api: init at 4.1.1b2
| * | | | | | | | | | Disabled tests (since there don't seem to be any).Glenn Searby2017-07-24
| | | | | | | | | | |
| * | | | | | | | | | future module needs to be imported even if we are running under Python 3.Glenn Searby2017-07-24
| | | | | | | | | | |
| * | | | | | | | | | pythonPackages.linode-api: disable future/enum34 on newer python versionsJörg Thalheim2017-07-23
| | | | | | | | | | |
| * | | | | | | | | | linode-api: 4.1.1b1 -> 4.1.1b2Jörg Thalheim2017-07-23
| | | | | | | | | | |
| * | | | | | | | | | linode-api: init at 4.1.1b1Glenn Searby2017-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Linode's official Python library for their v4 API. This should assist with adding Linode support to Nixops (see: https://github.com/NixOS/nixops/issues/198). Note that this API is still in beta and subject to changes.
* | | | | | | | | | | Merge pull request #27891 from jraygauthier/jrg/clementine_from_123_to_131Tim Steinbach2017-08-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | clementine: 1.2.3 -> 1.3.1
| * | | | | | | | | | | clementine: 1.2.3 -> 1.3.1Raymond Gauthier2017-08-02
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #27894 from jameysharp/cucumberTim Steinbach2017-08-05
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | cucumber: init at 2.4.0
| * | | | | | | | | | | | cucumber: init at 2.4.0Jamey Sharp2017-08-02
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #27945 from yegortimoshenko/patch-1Tim Steinbach2017-08-05
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | bitwig-studio: 2.0 -> 2.1.3, fix desktop file
| * | | | | | | | | | | | bitwig-studio: 2.0 -> 2.1.3, fix desktop fileYegor Timoshenko2017-08-04
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #27956 from holidaycheck/git-lfs-2.2.1Tim Steinbach2017-08-05
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-lfs: 2.0.2 -> 2.2.1
| * | | | | | | | | | | | | git-lfs: 2.0.2 -> 2.2.1Mathias Schreck2017-08-05
| | | | | | | | | | | | | |