summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* goPackages.inflect: add version suffixVladimír Čunát2015-12-29
| | | | | | Instead of approach in #12002, I chose the commit-date style to preserve linearity if it (ever) gets updates. The package seems to do no releases.
* fetchFromBitBucket: auto-remove an impure fileVladimír Čunát2015-12-29
| | | | | | | Also fix the hash in goPackages.inflect, the only user of the fetcher ATM. Closes #12002 (different `inflect` fix), fixes #12012. Using fetchzip-derived functions is likely more efficient than fetchhg, and it's lighter on dependencies (hash is the same as with fetchhg in this case).
* remove fetchFromGitorious (close #12024)Jakob Gillich2015-12-29
| | | | The site has retired and it's not used by anything.
* Merge pull request #11566 from Bevaz/ccache-linksPeter Simons2015-12-29
|\ | | | | ccache: create symlinks to gcc lib & include in ccache-links directory
| * ccache: create symlinks to gcc lib & include in ccache-links directoryAnton Fedotov2015-12-14
| | | | | | | | | | | | | | This patch fixes compilation errors when using ccache wrapper: ``` cc1: error: /nix/store/19vvbsjs6l6j0r22albzhysxfvr94imf-ccache-links/lib/gcc/*/*/include-fixed: No such file or directory ```
* | Merge pull request #11959 from exi/use-official-taglib-extrasPeter Simons2015-12-29
|\ \ | | | | | | use official taglib-extras source
| * | use official taglib-extras sourceReno Reckling2015-12-29
| | |
* | | linux: 3.18.24 -> 3.18.25Eelco Dolstra2015-12-29
|/ /
* | mesa: add download url (close #11942)Yann Hodique2015-12-29
| | | | | | | | vcunat refactored a bit (too long line, etc.) and reordered the URLs.
* | conky: add meta.platformsBjørn Forsman2015-12-29
| |
* | Merge pull request #11988 from mayflower/update-dhcpcdArseniy Seroka2015-12-29
|\ \ | | | | | | dhcpcd: 6.9.3 -> 6.9.4
| * | dhcpcd: 6.9.3 -> 6.9.4Robin Gloster2015-12-27
| | |
* | | Merge pull request #11995 from dezgeg/pr-yledlArseniy Seroka2015-12-29
|\ \ \ | | | | | | | | yle-dl: init at 2.9.1
| * | | yle-dl: init at 2.9.1Tuomas Tynkkynen2015-12-28
| | | |
* | | | Merge pull request #11917 from jerith666/subgitArseniy Seroka2015-12-29
|\ \ \ \ | | | | | | | | | | subgit: init at 3.1.0
| * | | | subgit: init at 3.1.0Matt McHenry2015-12-28
| | | | |
* | | | | i2pd: 2.1.0 -> 2.2.0Edward Tjörnhammar2015-12-29
| | | | |
* | | | | Merge pull request #11972 from codsl/tor-0.2.7.6Domen Kožar2015-12-28
|\ \ \ \ \ | | | | | | | | | | | | tor: 0.2.7.5 -> 0.2.7.6
| * | | | | tor: 0.2.7.5 -> 0.2.7.6codsl2015-12-27
| | | | | |
* | | | | | Merge pull request #12007 from mayflower/spotify-opensslDomen Kožar2015-12-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | spotify: Use specific openssl version
| * | | | | | spotify: Use specific openssl versionRobin Gloster2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spotify needs an ABI compatible libssl as it is a binary. Only changes things if openssl is aliased to another libssl.
* | | | | | | Merge pull request #12006 from exi/fix-failing-amarok-buildDomen Kožar2015-12-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | amarok: add necessary dependencies to fix failing build
| * | | | | | | amarok: add necessary dependencies to fix failing buildReno Reckling2015-12-28
| |/ / / / / /
* | | | | | | qt55.openbr: fix sourceDomen Kožar2015-12-28
| | | | | | |
* | | | | | | stdenvBootstrapTools.x86_64-darwin: unbreakDan Peebles2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is blocking Hydra from updating the nixpkgs-unstable channel. Also add myself as a maintainer so Hydra can notify me if it breaks again
* | | | | | | pythonPackages.polylint: remove obsolete buildDomen Kožar2015-12-28
|/ / / / / /
* | | | | | gnome-boxes, libguestfs: fix builds due to libvirtRobin Gloster2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds link time dependencies which are now used in libvirt and unbreaks these packages
* | | | | | libosinfo: 0.2.11 -> 0.2.12Robin Gloster2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | Unbreaks gnome-boxes 3.18
* | | | | | virt-viewer: fix build and clean upRobin Gloster2015-12-28
| | | | | |
* | | | | | libvirt-glib: 0.2.0 -> 0.2.3Robin Gloster2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also fixes the build with the xen-supporting libvirt and removes obsolete workarounds.
* | | | | | libvirt: add xen supportRobin Gloster2015-12-28
| | | | | |
* | | | | | libvirt: fix including libpcapRobin Gloster2015-12-28
| | | | | |
* | | | | | fix virtviewer buildDomen Kožar2015-12-28
| | | | | |
* | | | | | fix mesos build, fixes #11638Domen Kožar2015-12-28
| | | | | |
* | | | | | Merge pull request #11991 from dezgeg/pr-openssh-purityPeter Simons2015-12-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | openssh: Compile with '--with-pid-dir' to improve build purity
| * | | | | | openssh: Compile with '--with-pid-dir' to improve build purityTuomas Tynkkynen2015-12-28
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script tries to probe whether /var/run exists when determining the location for the pid file, which is not very nice when doing chroot builds. Just set it explicitly to avoid the problem. For reference, the culprit in configure.ac: ```` piddir=/var/run if test ! -d $piddir ; then piddir=`eval echo ${sysconfdir}` case $piddir in NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;; esac fi AC_ARG_WITH([pid-dir], [ --with-pid-dir=PATH Specify location of ssh.pid file], ... ```` Also, use the `install-nokeys` target in installPhase so we avoid installing useless host keys into $out/etc/ssh and improve built purity as well.
* | | | | | Remove deferred's manual derivationAntoine R. Dumont (@ardumont)2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | 11503 related
* | | | | | Remove yasnippet's manual derivationAntoine R. Dumont (@ardumont)2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | 11503 related
* | | | | | arpack: 3.2.0 -> 3.3.0Thomas Tuegel2015-12-28
| | | | | |
* | | | | | Merge pull request #11977 from rycee/debundle/ankiPeter Simons2015-12-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | anki: major refactor
| * | | | | | anki: major refactorRobert Helgesson2015-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This refactoring changes a number of things: - use system copies of Python libraries BeautifulSoup, and HTTPLIB2, - custom install to avoid installation of unnecessary files and poor directory structure, and - add patch for sorting out file paths, in particular this fixes localization.
* | | | | | | Merge pull request #11984 from mayflower/update-stracePeter Simons2015-12-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | strace: 4.10 -> 4.11
| * | | | | | | strace: 4.10 -> 4.11Robin Gloster2015-12-27
| | | | | | | |
* | | | | | | | Merge pull request #11990 from mayflower/update-libresslPeter Simons2015-12-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libressl_2_2: 2.2.4 -> 2.2.5
| * | | | | | | | libressl_2_2: 2.2.4 -> 2.2.5Robin Gloster2015-12-27
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #11980 from ArdaXi/fix-gpgkey2sshPeter Simons2015-12-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Make gpgkey2ssh use absolute path to gpg2, fixes #11912
| * | | | | | | | Make gpgkey2ssh use absolute path to gpg2, fixes #11912Arda Xi2015-12-27
| | | | | | | | |
* | | | | | | | | Add LTS Haskell 3.20.Peter Simons2015-12-28
| | | | | | | | |
* | | | | | | | | haskell-text: doCheck=false override is now generated by hackage2nixPeter Simons2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary to break an finite recursion in the test suite dependencies.
* | | | | | | | | hackage-packages.nix: update Haskell package setPeter Simons2015-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v20151217-3-gd4ae18a using the following inputs: - Nixpkgs: https://github.com/NixOS/nixpkgs/commit/236677809b56730af48b37057a05f1bb01cc076c - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/62b6b580fb6fa4d2ef029febe46dcc6c738ea926 - LTS Haskell: https://github.com/fpco/lts-haskell/commit/d3e5ae70f97caffd4362b1511f3a2edfdc8a493d - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/ef03f60b53b318a4e78e3854942c1c224d9601c1