about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2019-03-25Merge pull request #57611 from Ericson2314/stage-braid-not-chainJohn Ericson17-198/+432
top-level: Create `pkgs{Build,Host,Target}{Build,Host,Target}`
2019-03-25Merge pull request #57891 from dtzWill/update/catch2-2.7.0Will Dietz1-2/+2
catch2: 2.6.0 -> 2.7.0
2019-03-25Merge pull request #57114 from aanderse/kdevelopGraham Christensen3-6/+6
kdevelop, kdev-php, kdev-python: 5.3.1 -> 5.3.2
2019-03-25Merge pull request #57490 from delroth/imgurbash2-3.1Graham Christensen1-3/+3
imgurbash2: 2.1 -> 3.1
2019-03-26Merge pull request #55736 from risicle/ris-libdislocatorJoachim F2-0/+36
libdislocator: init at 2.52b
2019-03-26Merge pull request #55378 from DerTim1/tmp/asterisk-updateJoachim F2-38/+68
asterisk: 15.3.0 -> 15.7.0, 13.20.0 -> 13.24.1, add 16.x
2019-03-26Merge pull request #56773 from bricewge/solarcJoachim F2-0/+33
solarc-gtk-theme: init at 1.0.2
2019-03-26Merge pull request #56522 from bzizou/messer-slimJoachim F2-0/+29
messer-slim: init at 3.2.1
2019-03-26Merge pull request #57830 from srghma/image_optimJoachim F7-0/+197
image_optim: init at 0.26.3
2019-03-25Merge pull request #57325 from ↵Dmitry Kalinkin1-4/+4
eadwu/vscode-extensions.WakaTime.vscode-wakatime/1.2.12 vscode-extensions.WakaTime.vscode-wakatime: 1.2.7 -> 1.2.13
2019-03-25manual: Fix typos John Ericson2-18/+18
Thanks @matthewbauer! Co-Authored-By: Ericson2314 <git@JohnEricson.me>
2019-03-25Merge pull request #58258 from teozkr/buildRustCrate-fix-includeVladyslav M1-2/+1
buildRustCrate: Fix `include` filter
2019-03-25Merge pull request #58253 from plumelo/feature/lazygit-0.7.2Elis Hirwing1-2/+2
lazygit: 0.5 -> 0.7.2
2019-03-25citrix_receiver: remove old versionsMaximilian Bosch1-43/+22
The versions 13.8.0 and 13.9.{0,1} will be EOLed before the end of 19.03 and should be dropped. To provide an easy upgrade path, all unsupported versions will throw an evaluation error. All versions that are about the be EOLed can be added there as well. For now, all of those deprecated versions are still referenced in `all-packages.nix`, but should be removed before the next release. See also https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
2019-03-25Merge pull request #58235 from dtzWill/update/ponyc-0.28.0Will Dietz1-4/+4
ponyc: 0.27.0 -> 0.28.0
2019-03-25evince: enable postscript supportGabriel Ebner1-0/+1
2019-03-25tdesktop: 1.6.2 -> 1.6.3Michael Weiss1-2/+2
tdesktopPackages.preview: 1.6.2 -> 1.6.3
2019-03-25Merge pull request #58246 from danbst/infinite-recursion-otherPackageSetsMatthew Bauer1-0/+9
pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlays
2019-03-25Merge pull request #58192 from vaibhavsagar/unbreak-ghcjs-ngJohn Ericson2-1/+1
ghcjs-ng: unbreak
2019-03-25bazelisk: init at 0.0.3 (#56867)Aaron Bull Schaefer2-0/+24
2019-03-25Merge pull request #58238 from dtzWill/update/youtube-dl-2019.03.18worldofpeace1-2/+2
youtube-dl: 2019.03.01 -> 2019.03.18
2019-03-25buildRustCrate: Fix `include` filterTeo Klestrup Röijezon1-2/+1
buildRustCrate has a handy `include` helper, that only imports those whitelisted files and folders to the store. However, the function's matching logic is broken and includes all files, regardless of whether or not they're whitelisted, as long as the whitelist contains at least one name (regardless of whether that name exists). This is because it doesn't take into account that `lib.strings.removePrefix "foo" "bar" == "bar"` (that is, paths that don't match the prefix are passed straight through).
2019-03-25gns3Packages.{server,gui}Preview: 2.2.0a2 -> 2.2.0a3Michael Weiss1-3/+3
2019-03-25tdesktop: 1.6.1 -> 1.6.2Michael Weiss1-2/+2
tdesktopPackages.preview: 1.6.1 -> 1.6.2
2019-03-25lazygit: 0.5 -> 0.7.2Vasile Luta1-2/+2
2019-03-25Merge pull request #58199 from rnhmjoj/superbufferPeter Simons3-2/+8
haskellPackages.superbuffer: fix build
2019-03-25lispPackages.stumpwm: mimic Query-FS tricks for adding extra depsMichael Raskin1-1/+3
2019-03-25Merge pull request #58247 from delroth/zbar-0.22Michael Raskin1-44/+20
zbar: 0.10 -> 0.22 (new upstream)
2019-03-25zbar: 0.10 -> 0.22Pierre Bourdon1-44/+20
The original upstream at http://zbar.sourceforge.net/ has not produced a new release or a new commit on their repository in about 7 years. Most distros (Debian, Gentoo, Arch, ...) have switched already to the more maintained fork at https://github.com/mchehab/zbar Update dependencies from qt4 to qt5, reducing "electrum" closure size in the process (now only depends on one Qt version).
2019-03-25Merge pull request #56433 from nyarly/add_cadreJoachim F5-0/+74
cadre: init at 1.0.4
2019-03-25pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlaysdanbst1-0/+9
Consider example: $ nix-instantiate ./nixos -A system --arg configuration ' { boot.isContainer = true; nixpkgs.overlays = [ (self: super: { nix = self.pkgsStatic.nix; }) ]; }' When resolving package through overlays, we figure out that nix == self.pkgsStatic.nix => nix == (import <nixpkgs> { inherit overlays; }).nix => nix == (import <nixpkgs> { overlays = [(self: super: { nix = self.pkgsStatic.nix; })];}).nix and we enter infinite recursion of nixpkgs evaluations. The proper fix should terminate recursion by assigning self fixpoint to inner custom package set. But I get infinite recursion somehow, so I use `super`. It is less correct modulo deep custom overrides, but behaves correctly for simple cases and doesn't OOM evaluator. Fixes https://github.com/NixOS/nixpkgs/issues/57984
2019-03-25Merge pull request #58237 from dtzWill/update/ffsend-0.2.39Vladyslav M1-3/+3
ffsend: 0.2.38 -> 0.2.39
2019-03-25Merge pull request #57956 from dywedir/k6Vladyslav M1-5/+5
k6: 0.23.1 -> 0.24.0
2019-03-25pythonPackages.dnslib: init at 0.9.9 (#57101)Pierre Bourdon2-0/+22
2019-03-25Merge pull request #58228 from Zer0-/muse_vbumpMichael Raskin1-5/+8
muse-sequencer: 3.0.2 -> 3.1pre1
2019-03-25libreoffice-fresh: 6.2.1.2 -> 6.2.2.2 (#58236)Will Dietz3-12/+12
* libreoffice-fresh: 6.2.1.2 -> 6.2.2.2
2019-03-25Merge pull request #58223 from Ericson2314/manual-no-recursive-nixJohn Ericson1-6/+5
manual: Make sure building doesn't need recursive nix
2019-03-24Merge pull request #58186 from dtzWill/update/toot-0.21.0Will Dietz1-3/+3
toot: 0.20.0 -> 0.21.0
2019-03-24youtube-dl: 2019.03.01 -> 2019.03.18Will Dietz1-2/+2
2019-03-24ffsend: 0.2.38 -> 0.2.39Will Dietz1-3/+3
https://github.com/timvisee/ffsend/releases/tag/v0.2.39
2019-03-24Merge pull request #58229 from dtzWill/update/tor-browser-bundle-bin-8.0.8Will Dietz1-2/+2
tor-browser-bundle-bin: 8.0.6 -> 8.0.8
2019-03-24Merge pull request #58219 from dtzWill/update/ffmpeg-4.1.2Will Dietz2-4/+4
ffmpeg{_4,-full}: 4.1.1 -> 4.1.2
2019-03-24Merge pull request #58217 from dtzWill/update/pkgconf-1.6.1Will Dietz1-3/+4
pkgconf: 1.6.0 -> 1.6.1
2019-03-24Merge pull request #57892 from dtzWill/feature/xtrussWill Dietz2-0/+20
xtruss: init at 20181001-82973f5
2019-03-24Merge pull request #57968 from dtzWill/update/libpqxx-6.4.0Will Dietz1-2/+2
libpqxx: 6.3.3 -> 6.4.1
2019-03-24Merge pull request #57969 from dtzWill/update/nlohmann_json-3.6.0Will Dietz1-3/+3
nlohmann_json: 3.5.0 -> 3.6.1
2019-03-24Merge pull request #58078 from dtzWill/update/wpgtk-6.0.3Will Dietz1-3/+3
wpgtk: 5.8.7 -> 6.0.3
2019-03-24nixos/virtualbox-image: set the root fsType to reenable root FS resizingSamuel Dionne-Riel1-0/+1
This otherwise does not eval `:tested` any more, which means no nixos channel updates. Regression comes from 0eb6d0735f599fa84e99b727c93681bcae96c845 (#57751) which added an assertion stopping the use of `autoResize` when the filesystem cannot be resized automatically.
2019-03-24Merge pull request #58111 from dtzWill/update/b612-1.008Will Dietz1-3/+3
b612: 1.003 -> 1.008, new home
2019-03-24Merge pull request #58137 from dtzWill/update/lastpass-cli-1.3.2Will Dietz1-9/+9
lastpass-cli: 1.3.1 -> 1.3.2, touchups