summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* transmission-remote-gtk: fix broken tray applet iconsRobert Helgesson2017-04-26
| | | | | This uses `wrapGAppsHook` and `hicolor_icon_theme` to let the tray applet find the icons.
* xml-security-c: should work on any unixDan Peebles2017-04-25
| | | | In practice its xalanc dependency will fail on platforms other than Linux and Darwin, but if that gets fixed there's no reason this shouldn't work.
* xalanc: enable on DarwinDan Peebles2017-04-25
|
* Merge pull request #24214 from NickHu/proselintMichael Raskin2017-04-25
|\ | | | | proselint: disable tests and put in correct scope
| * proselint: disable tests and put in correct scopeNick Hu2017-03-22
| |
* | Merge pull request #25195 from elitak/factorio-versionJörg Thalheim2017-04-25
|\ \ | | | | | | factorio: 0.14.21 -> 0.15.1
| * | factorio: 0.14.21 -> 0.15.1Eric Litak2017-04-24
| | |
| * | factorio: add name as arg to authenticatedFetchEric Litak2017-04-24
| | |
* | | Merge pull request #25220 from mdorman/emacs-updatesJörg Thalheim2017-04-25
|\ \ \ | | | | | | | | Automated emacs package updates
| * | | melpa-packages: 2017-04-25Michael Alan Dorman2017-04-25
| | | | | | | | | | | | | | | | | | | | | | | | Removals: - exiftool: git repo not responsive - eyedropper: renamed to palette
| * | | melpa-stable-packages: 2017-04-25Michael Alan Dorman2017-04-25
| | | |
| * | | elpa-packages: 2017-04-25Michael Alan Dorman2017-04-25
| | | |
* | | | Merge pull request #25204 from sigma/pr/hugo-0.20.5Jörg Thalheim2017-04-25
|\ \ \ \ | | | | | | | | | | hugo: 0.20.2 -> 0.20.5
| * | | | hugo: 0.20.2 -> 0.20.5Yann Hodique2017-04-25
| | |/ / | |/| |
* | | | jenkins: 2.55 -> 2.56James Earl Douglas2017-04-25
| |/ / |/| |
* | | jenkins: 2.53 -> 2.55James Earl Douglas2017-04-25
| | |
* | | Merge pull request #25093 from Lassulus/coyimJörg Thalheim2017-04-25
|\ \ \ | | | | | | | | coyim: init at 0.3.7_1
| * | | coyim: fix missing iconsJörg Thalheim2017-04-25
| | | |
| * | | coyim: init at 0.3.7_1lassulus2017-04-21
| | | |
* | | | nix: 1.11.8 -> 1.11.9Eelco Dolstra2017-04-25
| | | |
* | | | perl-version: add meta sectionRobert Helgesson2017-04-25
| | | |
* | | | Merge pull request #25094 from vandenoever/kdeapps-17.04Thomas Tuegel2017-04-25
|\ \ \ \ | | | | | | | | | | Kdeapps 17.04
| * | | | kdeApplications: 16.12.3 -> 17.04.0Jos van den Oever2017-04-24
| | | | |
| * | | | kdeFrameworks: 5.32.0 -> 5.33.0Jos van den Oever2017-04-21
| | | | |
* | | | | haskell: add more callPackageWithScope docsBenno Fünfstück2017-04-25
| | | | |
* | | | | haskell: preserve overrideScope on overrideBenno Fünfstück2017-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want code such as `(pkg.override {}).overrideScope (self: super: {})` to work. This didn't work before, since `override` will call the original package again, and the attribute `overideScope`, which `callPackageWithScope` added, wasn't added again. The fix for this is to modify the package function itself to include the `callPackageWithScope` attribute, so it'll be re-added whenever the function is overriden for with arguments. There is a small problem here though: since callPackage uses some magic (`builtins.functionArgs`) to determine the auto-arguments of a function, we can't just write `callPackageWith scope drvScope`, since `builtins.functionArgs drvScope` will be `{}`. To fix this, we implement our own `callPackageWith`. Fixes https://github.com/NixOS/nixpkgs/issues/7953. Closes https://github.com/NixOS/nixpkgs/pull/9336.
* | | | | purescript: remove overridesMichael Alan Dorman2017-04-25
| | | | | | | | | | | | | | | | | | | | It now supports recent versions of various dependencies.
* | | | | halvm: set proper meta.platformsPeter Simons2017-04-25
| | | | | | | | | | | | | | | | | | | | 64-bit Linux is the only platform that has Xen in Nixpkgs.
* | | | | hackage-packages.nix: automatic Haskell package set updatePeter Simons2017-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | This update was generated by hackage2nix v2.1.1-8-g19ebdb9 from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/14048552ae0425d148efb34df264a83e30ed2286.
* | | | | hackage2nix: update list of broken packagesPeter Simons2017-04-25
| | | | |
* | | | | LTS Haskell 8.12Peter Simons2017-04-25
| | | | |
* | | | | Merge pull request #25151 from zraexy/zraexy-kileThomas Tuegel2017-04-25
|\ \ \ \ \ | | | | | | | | | | | | kile: build with okular for embedded viewer
| * | | | | kile: build with okular for embedded viewerzraexy2017-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kile: build with okular for embedded viewer
* | | | | | qt5: fix to work on LLVM 4Dan Peebles2017-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (this is reapplying 6b1957d17ae687f7db09db63667fa6f2cc40990b, which got lost in a merge) Including apple_sdk.sdk is generally a recipe for a bad time on LLVM 3.8 and above, since you end up with bad headers in the wrong place that hurt the new libc++ in 3.8 and above. In this case, qt only wanted the super- generic SDK for CUPS headers, which we can just depend on directly now.
* | | | | | bc: 1.06 -> 1.07.1Armijn Hemel2017-04-25
| | | | | |
* | | | | | yarn: 0.22.0 -> 0.23.2 (#25189)Marius Bergmann2017-04-25
| | | | | |
* | | | | | perlPackages.version: 0.9912 -> 0.9918Gabriel Ebner2017-04-25
| | | | | |
* | | | | | emscripten: 1.37.9 -> 1.37.10Gabriel Ebner2017-04-25
| | | | | |
* | | | | | Merge pull request #25146 from zx2c4/remove-old-chromiumosJörg Thalheim2017-04-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | linux-chromiumos: remove 3.14
| * | | | | | linux-chromiumos: remove 3.14Jason A. Donenfeld2017-04-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3.14 is no longer supported upstream by kernel.org and thus no longer receives security patches. The git commit mentioned in this .nix isn't even available in the linked repository -- https://chromium.googlesource.com/chromiumos/third_party/kernel -- so I think this .nix might be dead anyway. Finally, it specifies 3.14.0, which is so ridiculously old (the latest was 3.14.79) that nobody develops for it. Fixes: #25145 Supports: #25127
* | | | | | | Merge pull request #25187 from obsidiansystems/remove-stray-kernel-headersDaniel Peebles2017-04-24
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | linux-headers: Remove stray linux headers 3.18 nix file
| * | | | | | linux-headers: Remove stray linux headers 3.18 nix fileJohn Ericson2017-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In dced724c009a1646475373cc597ada385d46bde6 this derivation was unexposed along (in all-packages.nix) with the removal of linux 3.18[1]. I think this file was left behind by mistake. [1]: https://github.com/NixOS/nixpkgs/commit/dced724c009a1646475373cc597ada385d46bde6#diff-036410e9211b4336186fc613f7200b12L11174
* | | | | | | Merge pull request #25194 from obsidiansystems/host-target-unconfuseJohn Ericson2017-04-24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stdenv.cross is a silly attribute that needs to go leaving the well-defined hostPlatform and targetPlatform. This PR doesn't remove it, but changes its definition: before it tracked the target platform which is sometimes more useful for compilers, and now it tracks the host platform which is more useful for everything else. Most usages are libraries, falling in the "everything else" category, so changing the definition makes sense to appease the majority. The few compiler (gcc in particular) uses that exist I remove to use targetPlatform --- preserving correctness and becoming more explicit in the process. I would also update the documentation aside mentioning stdenv.cross as deprecated, but the definition given actually erroneously assumes this PR is already merged!
| * | | | | | | cross-stdenv: Only prune most overrides in the final stageJohn Ericson2017-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before all overrides were also pruned in the previous stage, now only gcc and binutils are, because they alone care about about the target platform. The rest of the overrides don't, so it's better to preserve them in order to avoid spurious rebuilds.
| * | | | | | | Rewrite a few `stdenv.cross` uses that *should* be `targetPlatform`John Ericson2017-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous commit redefines `stdenv.cross` for the sake of normal libaries, the most common use-case of that attribute. Some compilers however relied on the old definition so we have them use `targetPlatform` instead. This special casing is fine because we eventually want to remove `stdenv.cross` and use either `hostPlatform` or `targetPlatform` instead.
| * | | | | | | top-level: `stdenv.cross` is now only defined with host != buildJohn Ericson2017-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In practice, this is a strictly stronger condition than target != build as we never have build = target != host. Really, the attribute should be removed altogether, but for now we make it work for plain libraries, which do not care about the target platform. In the few cases where the compilers use this and actually care about the target platform, I'll manually change them to use `targetPlatform` instead.
* | | | | | | | Merge pull request #25155 from PanAeon/feature-skypeforlinuxJörg Thalheim2017-04-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add skypeforlinux beta (new)
| * | | | | | | | skypeforlinux: init at 5.1.0.1; added myself as maintainerpanaeon2017-04-24
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #25161 from armijnhemel/ucommonJörg Thalheim2017-04-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ucommon: 6.3.1 -> 7.0.0
| * | | | | | | | upgrade sipwitch to 0.9.15Armijn Hemel2017-04-24
| | | | | | | | |