Commit Graph
173644 Commits
Author SHA1 Message Date
Sage Raflik a03e461b5f Fixed gogs bug pertaining to passing tags 2019-03-25 13:41:51 -07:00
Elis HirwingandGitHub 9e693a074d Merge pull request #58253 from plumelo/feature/lazygit-0.7.2
lazygit: 0.5 -> 0.7.2
2019-03-25 19:29:03 +01:00
Maximilian Boschandobadz d4a570ad57 citrix_receiver: remove old versions
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-25 18:26:10 +00:00
Will DietzandGitHub 5eb3edc8fb Merge pull request #58235 from dtzWill/update/ponyc-0.28.0
ponyc: 0.27.0 -> 0.28.0
2019-03-25 11:28:17 -05:00
Gabriel Ebner fa355972ed evince: enable postscript support 2019-03-25 17:25:15 +01:00
Michael Weiss 698a3f7edd tdesktop: 1.6.2 -> 1.6.3
tdesktopPackages.preview: 1.6.2 -> 1.6.3
2019-03-25 17:07:14 +01:00
Matthew BauerandGitHub 5f32434aef Merge pull request #58246 from danbst/infinite-recursion-otherPackageSets
pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlays
2019-03-25 12:05:07 -04:00
John EricsonandGitHub 725b5499b8 Merge pull request #58192 from vaibhavsagar/unbreak-ghcjs-ng
ghcjs-ng: unbreak
2019-03-25 11:36:44 -04:00
Aaron Bull SchaeferandWael Nasreddine 1f6e46ff96 bazelisk: init at 0.0.3 (#56867) 2019-03-25 07:52:32 -07:00
worldofpeaceandGitHub 3cb00c5f15 Merge pull request #58238 from dtzWill/update/youtube-dl-2019.03.18
youtube-dl: 2019.03.01 -> 2019.03.18
2019-03-25 10:46:24 -04:00
Michael Weiss 072adccff7 gns3Packages.{server,gui}Preview: 2.2.0a2 -> 2.2.0a3 2019-03-25 14:14:22 +01:00
Michael Weiss abadb74b71 tdesktop: 1.6.1 -> 1.6.2
tdesktopPackages.preview: 1.6.1 -> 1.6.2
2019-03-25 14:14:22 +01:00
Vasile Luta 62721325f0 lazygit: 0.5 -> 0.7.2 2019-03-25 15:03:30 +02:00
Peter SimonsandGitHub 3e113f5f7a Merge pull request #58199 from rnhmjoj/superbuffer
haskellPackages.superbuffer: fix build
2019-03-25 13:57:12 +01:00
Michael Raskin 83cb84ebc3 lispPackages.stumpwm: mimic Query-FS tricks for adding extra deps 2019-03-25 13:29:45 +01:00
Michael RaskinandGitHub 3791a20e97 Merge pull request #58247 from delroth/zbar-0.22
zbar: 0.10 -> 0.22 (new upstream)
2019-03-25 09:56:38 +00:00
Pierre Bourdon 57ffe86efa zbar: 0.10 -> 0.22
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-25 10:28:34 +01:00
Joachim FandGitHub 7c9e225d89 Merge pull request #56433 from nyarly/add_cadre
cadre: init at 1.0.4
2019-03-25 09:09:03 +00:00
danbst f72903864d pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlays
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-25 10:58:46 +02:00
Vladyslav MandGitHub c8fd38a3ee Merge pull request #58237 from dtzWill/update/ffsend-0.2.39
ffsend: 0.2.38 -> 0.2.39
2019-03-25 10:51:39 +02:00
Vladyslav MandGitHub 0574de1fd4 Merge pull request #57956 from dywedir/k6
k6: 0.23.1 -> 0.24.0
2019-03-25 10:27:20 +02:00
Pierre BourdonandRobert Schütz 6beffff797 pythonPackages.dnslib: init at 0.9.9 (#57101) 2019-03-25 08:57:58 +01:00
Michael RaskinandGitHub 4697790b3c Merge pull request #58228 from Zer0-/muse_vbump
muse-sequencer: 3.0.2 -> 3.1pre1
2019-03-25 06:34:32 +00:00
Will DietzandMichael Raskin 17688c1417 libreoffice-fresh: 6.2.1.2 -> 6.2.2.2 (#58236)
* libreoffice-fresh: 6.2.1.2 -> 6.2.2.2
2019-03-25 06:32:45 +00:00
John EricsonandGitHub 748e5fc2ce Merge pull request #58223 from Ericson2314/manual-no-recursive-nix
manual: Make sure building doesn't need recursive nix
2019-03-25 02:28:44 -04:00
Will DietzandGitHub cf8ee4a6a3 Merge pull request #58186 from dtzWill/update/toot-0.21.0
toot: 0.20.0 -> 0.21.0
2019-03-24 23:09:17 -05:00
Will Dietz 0fa6ebe0a5 youtube-dl: 2019.03.01 -> 2019.03.18 2019-03-24 23:07:08 -05:00
Will Dietz 288d2928cb ffsend: 0.2.38 -> 0.2.39
https://github.com/timvisee/ffsend/releases/tag/v0.2.39
2019-03-24 23:03:35 -05:00
Will DietzandGitHub ce14509f4a Merge pull request #58229 from dtzWill/update/tor-browser-bundle-bin-8.0.8
tor-browser-bundle-bin: 8.0.6 -> 8.0.8
2019-03-24 22:51:23 -05:00
Will DietzandGitHub 1e94f5ec6d Merge pull request #58219 from dtzWill/update/ffmpeg-4.1.2
ffmpeg{_4,-full}: 4.1.1 -> 4.1.2
2019-03-24 22:37:23 -05:00
Will DietzandGitHub 69a7cf6830 Merge pull request #58217 from dtzWill/update/pkgconf-1.6.1
pkgconf: 1.6.0 -> 1.6.1
2019-03-24 21:59:18 -05:00
Will DietzandGitHub 1cfee05450 Merge pull request #57892 from dtzWill/feature/xtruss
xtruss: init at 20181001-82973f5
2019-03-24 21:45:22 -05:00
Will DietzandGitHub b427fc9aa6 Merge pull request #57968 from dtzWill/update/libpqxx-6.4.0
libpqxx: 6.3.3 -> 6.4.1
2019-03-24 21:42:46 -05:00
Will DietzandGitHub 0d796ff3fc Merge pull request #57969 from dtzWill/update/nlohmann_json-3.6.0
nlohmann_json: 3.5.0 -> 3.6.1
2019-03-24 21:42:28 -05:00
Will DietzandGitHub 5e65980fe0 Merge pull request #58078 from dtzWill/update/wpgtk-6.0.3
wpgtk: 5.8.7 -> 6.0.3
2019-03-24 21:41:47 -05:00
Samuel Dionne-Riel 60847311e6 nixos/virtualbox-image: set the root fsType to reenable root FS resizing
This otherwise does not eval `:tested` any more, which means no nixos
channel updates.

Regression comes from 0eb6d0735f (#57751)
which added an assertion stopping the use of `autoResize` when the
filesystem cannot be resized automatically.
2019-03-24 22:41:26 -04:00
Will DietzandGitHub bcf9ef082f Merge pull request #58111 from dtzWill/update/b612-1.008
b612: 1.003 -> 1.008, new home
2019-03-24 21:41:16 -05:00
Will DietzandGitHub d1b7aef587 Merge pull request #58137 from dtzWill/update/lastpass-cli-1.3.2
lastpass-cli: 1.3.1 -> 1.3.2, touchups
2019-03-24 21:39:56 -05:00
Will DietzandGitHub 0d1209a37e Merge pull request #58141 from dtzWill/fix/powertop-vert-scrolling
powertop: patch to fix vertical scrolling
2019-03-24 21:39:07 -05:00
John Ericson 3b27113a7c manual: Make sure building doesn't need recursive nix
$(shell ...) looks a little sketch like it will be run no matter what.
And there are problems building the manual on darwin so hopefully this
fixes them.
2019-03-24 22:11:09 -04:00
Will DietzandGitHub a8d0049b7b Merge pull request #58218 from dtzWill/update/ckbcomp-1.191
ckbcomp: 1.190 -> 1.191
2019-03-24 20:39:39 -05:00
Will Dietz ee2beac084 ponyc: 0.27.0 -> 0.28.0
https://www.ponylang.io/blog/2019/03/0.28.0-released/
2019-03-24 20:27:55 -05:00
Cole MickensandHerwig Hochleitner 60e2d2ce2b chromium: enable mojo + vaapi + allow hw accel
fixes https://github.com/NixOS/nixpkgs/pull/57837
closes https://github.com/NixOS/nixpkgs/pull/56973
2019-03-25 02:02:05 +01:00
Danylo HlynskyiandGitHub 5a9eaf02ae Merge pull request #57677 from aszlig/postgresql-socket-in-run
postgresql: Move socket dir to /run/postgresql
2019-03-25 01:57:37 +02:00
xejiandGitHub 69d0c1404c password-store: link ext. man pages into the password-store $out (#58187)
When pass was installed with extensions in the system environment, the
man pages for the selected extensions were not available globally
because they were only available in a buildInput of the password-store
derivation.

This commit resolves the problem by linking the man pages from the
extensions environment into the output directory of the password-store
derivation.

Bug 56850
2019-03-25 00:13:50 +01:00
Danylo HlynskyiandGitHub 40cc269561 Merge branch 'master' into postgresql-socket-in-run 2019-03-25 01:06:59 +02:00
Benjamin StaffinandDanylo Hlynskyi c94005358c NixOS: Run Docker containers as declarative systemd services (#55179)
* WIP: Run Docker containers as declarative systemd services

* PR feedback round 1

* docker-containers: add environment, ports, user, workdir options

* docker-containers: log-driver, string->str, line wrapping

* ExecStart instead of script wrapper, %n for container name

* PR feedback: better description and example formatting

* Fix docbook formatting (oops)

* Use a list of strings for ports, expand documentation

* docker-continers: add a simple nixos test

* waitUntilSucceeds to avoid potential weird async issues

* Don't enable docker daemon unless we actually need it

* PR feedback: leave ExecReload undefined
2019-03-25 00:59:09 +02:00
Elis HirwingandGitHub 0ee682da53 Merge pull request #57869 from robertseaton/master
pdfsandwich: init at 0.1.7
2019-03-24 23:57:38 +01:00
Robert Schützandxeji 694d7a6525 newsboat: 2.14.1 -> 2.15 (#58225) 2019-03-24 23:54:14 +01:00
Will Dietz f114ab593e tor-browser-bundle-bin: 8.0.6 -> 8.0.8 2019-03-24 17:37:41 -05:00