Commit graph

33073 commits

Author SHA1 Message Date
Ben 535c38dd73 GeoGebra: 472 -> 535 (#60272)
* Update GeoGebra

* Update default.nix
2019-04-29 11:25:37 +02:00
Peter Hoeg 496f930948 emacs: do not capture build environment details for a (more) reproducible build 2019-04-29 14:38:04 +08:00
Mario Rodas 862734670e
Merge pull request #60316 from kevingriffin/1password-sha256
1password: Update SHA256
2019-04-28 21:35:42 -05:00
Kevin Griffin cbf4bea1ac 1password: Update SHA256 hashes
Follows upstream re-signing from infrastructure change.
2019-04-29 02:13:27 +00:00
Artemis Tosini ea29d811b5
virtualbox: 5.2.26 → 5.2.28 2019-04-28 23:07:55 +00:00
Silvan Mosberger f4e3ceed7f
Merge pull request #60389 from Infinisil/update/calf
calf: 0.90.0 -> 0.90.2
2019-04-28 21:58:12 +02:00
Silvan Mosberger 9cb3a30652
calf: 0.90.0 -> 0.90.2 2019-04-28 21:25:05 +02:00
worldofpeace 5f14e83bd6
Merge pull request #60176 from JohnAZoidberg/mousetweaks
mousetweaks: init at 3.32.0
2019-04-28 14:25:18 -04:00
Daniel Schaefer 9da62cb0b3 onboard: Depend on mousetweaks 2019-04-28 14:23:20 -04:00
Daniel Schaefer 08588e7c3f mousetweaks: init at 3.32.0
Solves #39509
2019-04-28 14:23:20 -04:00
ahiaao 7d558b2cdf flent: add procps dep so checkPhase can succeed
Added missing dependency needed for testing flent (#60360)
2019-04-28 17:52:48 +02:00
Renaud 0d203bb280
Merge pull request #60364 from dywedir/zola
zola: 0.6.0 -> 0.7.0
2019-04-28 16:51:47 +02:00
Peter Hoeg 78bcc59d59
Merge pull request #59256 from peterhoeg/u/quaternion
quaternion-git: init at 0.0.9.4-rc3
2019-04-28 21:51:48 +08:00
Peter Simons 9dd1bbc9f3
Merge pull request #60368 from timokau/r-maintainer
R: add timokau as a maintainer
2019-04-28 13:24:41 +02:00
Timo Kaufmann 31709b611f R: add timokau as a maintainer
I'm interested in R as a dependency for sage. R changes are likely to
impact sage, so I'd like to get notified on those changes.
2019-04-28 13:20:47 +02:00
Vladyslav M 19e978e847
zola: 0.6.0 -> 0.7.0 2019-04-28 13:27:21 +03:00
worldofpeace ebc9db29d7
Merge pull request #60352 from dtzWill/fix/fontmanager-0.7.5
font-manager: "0.7.5" -> actual 0.7.5
2019-04-28 05:49:55 -04:00
Will Dietz 1f0d3623da
Merge pull request #60046 from dtzWill/update/skrooge-2.19.0
skrooge: 2.18.0 -> 2.19.1
2019-04-27 22:24:26 -05:00
Will Dietz 754639669e
Merge pull request #60050 from dtzWill/update/kexi-3.2.0
kproperty,kreport,kexi: 3.1.0 -> 3.2.0
2019-04-27 22:22:27 -05:00
Will Dietz 9540f35921 font-manager: drop included patch 2019-04-27 22:04:53 -05:00
Will Dietz c8eb0321fa font-manager: bump to the actual 0.7.5 release :)
The hint was the need for fetching as a revision.
2019-04-27 22:04:29 -05:00
Will Dietz 9ec59a117e
Merge pull request #60344 from dtzWill/update/dbeaver-6.0.3
dbeaver: 6.0.2 -> 6.0.3
2019-04-27 19:37:51 -05:00
Will Dietz 5f7f4e39d1
Merge pull request #60329 from stefano-m/awesome-fix-60232
awesome: refactor LUA_PATH env var and don't expose it at runtime
2019-04-27 19:37:09 -05:00
Neil Mayhew 48415a20b9 docker: 18.09.2 -> 18.09.5 2019-04-27 17:48:50 -04:00
Neil Mayhew f100ec7939 docker: make overridable 2019-04-27 17:48:50 -04:00
Michael Weiss 15010f0436
sway: Read the configuration from /etc before /nix/store (#60319)
This change will load all configuration files from /etc, to make it easy
to override them, but fallback to /nix/store/.../etc/sway/config to make
Sway work out-of-the-box with the default configuration on non NixOS
systems.
2019-04-27 22:38:18 +02:00
Will Dietz 7864c85ed5 dbeaver: 6.0.2 -> 6.0.3
https://dbeaver.io/2019/04/21/dbeaver-6-0-3/
2019-04-27 15:25:23 -05:00
Luke Sandell 8711711de8 cubicsdr: init at 0.2.5 2019-04-27 12:53:44 -05:00
Stefano Mazzucco c973e15fb6 awesome: refactor LUA_PATH env var and don't expose it at runtime
This commit partly reinstates changes from 5465d6f that had been somehow
reverted in 17d3eb2.  Also, a comment has been added in the hope that future
changes won't do the same.

Additionally, refactor the LUA_PATH env var to ensure that the internal lgi lua
files can't be required explicitly and to avoid possible name clashes (this
fixes issue #60232).

Finally, rather than using prepending `?.lua` append `;;` to LUA_PATH. Quoting
@psychon:

> This is interpreted by Lua as "add the default search path here" (which does
> indeed contain ?.lua, but also contains more).

Testing done:

- Build with `nix-build -I /path/to/repo -A awesome`
- Start an X session with xterm only
- Start xephyr, e.g. `Xephyr :1 -name xephyr -screen 512x384 -ac -br -noreset &`
- Run awesome like `DISPLAY=:1.0 ./result/bin/awesome`. Additionally, add
  `--search` options to expose lua modules that have a name clash with lgi's
  internal ones (see #60232 for more details) and `require` them in `rc.lua` to
  prove that they are loaded correctly
2019-04-27 15:49:43 +01:00
Franz Pletz 82da1c30cb
Merge pull request #60290 from lheckemann/bump-kanboard
kanboard: 1.0.48 -> 1.2.9
2019-04-27 12:38:59 +00:00
Pascal Wittmann 3c874c4f4e
zim: 0.70 -> 0.71.0 2019-04-27 13:09:40 +02:00
Averell Dalton 238d4fb941 jetbrains.webstorm: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton 3829f1a717 jetbrains.ruby-mine: 2018.3.5 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton 20d8fc9600 jetbrains.pycharm-professional: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton 46d0efb740 jetbrains.pycharm-community: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton 18360c5809 jetbrains.phpstorm: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton bcba040b8a jetbrains.idea-ultimate: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton 66811f55f3 jetbrains.idea-community: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton ccc403c589 jetbrains.goland: 2019.1 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton 8d52d13be0 jetbrains.datagrip: 2018.3.4 -> 2019.1.1 2019-04-27 04:03:57 -07:00
Averell Dalton ad3065ca7f jetbrains.clion: 2019.1 -> 2019.1.2 2019-04-27 04:03:57 -07:00
Jörg Thalheim 19d1dc9ab8
Merge pull request #60199 from ajs124/drop/evopedia
evopedia: remove package
2019-04-27 10:41:57 +01:00
Jörg Thalheim 44106464ea
Merge pull request #57793 from schmittlauch/soundkonverter
[soundkonverter] init at 3.0.1
2019-04-27 10:39:55 +01:00
volth 56b25e7034 qemu: fix cross (#60261) 2019-04-27 09:19:06 +02:00
Sarah Brofeldt fabe630921
Merge pull request #60148 from elitak/ipfs-bump
ipfs: 0.4.19 -> 0.4.20
2019-04-27 08:02:06 +02:00
Will Dietz 73b0114f70 kdeconnect: 1.3.3 -> 1.3.4 2019-04-27 07:44:38 +02:00
Bart Brouns b41cff9d9d dragonfly-reverb: 1.0.0 -> 1.1.4 2019-04-27 07:32:22 +02:00
Frederik Rietdijk 883232c00d Merge master into staging-next 2019-04-27 07:01:38 +02:00
Linus Heckemann 75ba29da68 kanboard: 1.0.48 -> 1.2.9 2019-04-26 23:17:46 +02:00
Dan Callahan 4c5aff0691 hugo: 0.55.3 -> 0.55.4 (#60205) 2019-04-26 11:32:53 -07:00
worldofpeace 07f96168e3
Merge pull request #60170 from worldofpeace/lollypop-bump
lollypop: 1.0.5 -> 1.0.7, other stuff
2019-04-26 12:18:40 -04:00
Lancelot SIX 2014975789
qgis: 3.4.6 -> 3.4.7 2019-04-26 15:11:28 +02:00
Gabriel Ebner 2f383a4469
freecad: 0.17 -> 0.18.1 (#59923)
freecad: 0.17 -> 0.18.1
2019-04-26 09:46:33 +02:00
Matthias Beyer 31bee0cc7c
wordgrinder: Fix build
First I tried to fix the build like this:

> This fixes the build of the wordgrinder package by disabling the build
> of "xwordgrinder", the non-curses frontend of wordgrinder.
>
> For re-enabling the build, this patch shall be reverted and then go on
> from there.
>
> I opted for disabling the x frontend of this program because the whole
> purpose of this is to use a curses writing program (at least for me).
> It seems that hacking around the new build system in nixpkgs is a
> non-trivial task and I wanted to get this package out of the door as
> fast as possible because I already delayed the fix by a few days (or is
> it weeks already), so this is the simple fix.
>
> If someone wants to have the X frontend again, I can invest more time at
> some point.

But then the almighty aszlig came around and told me how to do it right. So here
we go, with a patch from me that is acutally from aszlig (see #60122).

This fixes the build.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: aszlig <aszlig@nix.build>
Fixes: 6b2bd330fa ("wordgrinder: Fix sha256 hash")
Fixes: 19a3abc1b8 ("wordgrinder: 0.7.1 -> 0.7.2")
Merges: https://github.com/NixOS/nixpkgs/pull/60122
Cc: @devhell
2019-04-26 09:05:05 +02:00
Will Dietz a0ca4ef082 kexi: patch already applied :) 2019-04-26 00:50:27 -05:00
Will Dietz d2119663c3 kexi: 3.1.0 -> 3.2.0 2019-04-26 00:50:27 -05:00
Peter Hoeg b601046305
Merge pull request #60189 from dtzWill/update/msmtp-1.8.4
msmtp: 1.8.3 -> 1.8.4
2019-04-26 13:29:11 +08:00
Will Dietz 020e850774
Merge pull request #60136 from dtzWill/feature/notable
notable: init at 1.4.0
2019-04-26 00:18:26 -05:00
Will Dietz 20ba3c3f34
Merge pull request #60135 from dtzWill/feature/joplin-appimagetools
joplin-desktop: appimageTools-ify
2019-04-26 00:18:00 -05:00
Will Dietz 2acf9e94b2
Merge pull request #60190 from dtzWill/update/mpop-1.4.4
mpop: 1.4.3 -> 1.4.4
2019-04-25 23:30:31 -05:00
Will Dietz ed873e2b9a mpop: 1.4.3 -> 1.4.4
https://marlam.de/mpop/news/mpop-1-4-4/

Touchup pname/name while visiting.
2019-04-25 23:29:27 -05:00
Will Dietz 030efbb1d8 msmtp: 1.8.3 -> 1.8.4
https://marlam.de/msmtp/news/msmtp-1-8-4/

Drop unnecessary `name = ..` as well.
2019-04-25 23:27:59 -05:00
Will Dietz fb62c5d9aa notable: init at 1.4.0 2019-04-25 23:24:29 -05:00
Will Dietz ea5203b6ee joplin-desktop: appimageTools-ify 2019-04-25 23:24:07 -05:00
Will Dietz 6e4fa85446
Merge pull request #56259 from dtzWill/feature/minetime
minetime: init at 1.4.12
2019-04-25 23:22:30 -05:00
Will Dietz 37fd81c75d
Merge pull request #60167 from winpat/add_taskopen
taskopen: init at 1.1.4
2019-04-25 23:10:59 -05:00
Matthieu Coudron c7eac98420
Merge pull request #60008 from lightbulbjim/librecad-desktop
librecad: add .desktop file and icon
2019-04-26 10:18:27 +09:00
Graham Christensen 06d90aace2
Merge pull request #60236 from monsieurp/new-pydf
pydf: init at 12
2019-04-25 20:27:52 -04:00
Patrice Clement 4eaada7e22
pydf: init at 12 2019-04-26 00:43:43 +02:00
R. RyanTM e7f46f34f6 git-review: 1.27.0 -> 1.28.0 (#59513)
* git-review: 1.27.0 -> 1.28.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/git-review/versions

* git-review: refactor

- do not use fetchurl on mutable GitHub archives
- postPatch is unneeded as argparse has been removed from requirements.txt upstream
2019-04-25 23:50:43 +02:00
Renaud 5560607988
Merge pull request #59484 from r-ryantm/auto-update/eagle
eagle: 9.3.1 -> 9.3.2
2019-04-25 23:32:25 +02:00
Renaud 1184855452
guake: 3.4.0 -> 3.5.0 (#59523)
* guake: 3.4.0 -> 3.5.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/guake/versions

* guake: remove unneeded postPatch
2019-04-25 23:30:35 +02:00
Renaud 00541faa4a
guake: remove unneeded postPatch 2019-04-25 23:02:38 +02:00
Jörg Thalheim 9bdcd2aaeb goxel: re-enable aarch64 (#59882)
* goxel: re-enable aarch64
2019-04-25 22:48:35 +02:00
Michael Weiss 76843da1a1
androidStudioPackages.{dev,canary}: 3.5.0.11 -> 3.5.0.12 2019-04-25 21:34:25 +02:00
Renaud 2f13bbe3d5
pwsafe: 1.06 -> 1.07 (#60225)
* pwsafe: 1.06 -> 1.07

* pwsafe: inputs cleanup
'qrencode' should be used instead of 'libqrencode' alias
2019-04-25 21:23:44 +02:00
Daniel Schaefer 5354020e14 orca: Re-add liblouis
liblouis works again so we can use it here again aswell.

Closes: #39427
2019-04-25 19:17:13 +02:00
Daniel Schaefer 634b21f6ac orca: Set strictDeps to false
Wouldn't find the proper libraries/namespaces otherwise because of
https://github.com/NixOS/nixpkgs/issues/56943
2019-04-25 19:16:24 +02:00
ajs124 d287075c22 evopedia: remove package
The last upstream update was in 2014. While the software might still work, its usefulness depends on data archives, which are not updated anymore and have not been for several years.

Upstream suggests to use kiwix instead.
2019-04-25 10:13:26 +02:00
Eric Litak ac7c93e9c9 ipfs: 0.4.19 -> 0.4.20 2019-04-24 22:11:13 -07:00
Chris Rendle-Short 2d82f2edc5 freecad: 0.17 -> 0.18.1
Notes:
  - boost_python patch has been removed as it's part of the new release.
  - XDG config files have been added as of 0.18 so it's no longer to
  generate the MIME and .desktop files manually.
2019-04-25 10:14:56 +10:00
Renaud 260e5642f0
Merge pull request #58290 from neonfuz/gogs-fix
gogs: fixed buildtime tags bug
2019-04-24 23:22:13 +02:00
Renaud 71c6157fd7
Merge pull request #58534 from bzizou/sumatools.dev
sumatools: init at 1.0.34
2019-04-24 22:34:35 +02:00
Renaud 1ac713d995
Merge pull request #59432 from nh2/epeg-0.9.2
epeg 0.9.2
2019-04-24 22:21:34 +02:00
Herwig Hochleitner d77256c604 chromium: 73.0.3683.103 -> 74.0.3729.108
CVE-2019-5805 CVE-2019-5806 CVE-2019-5807 CVE-2019-5808 CVE-2019-5809
CVE-2019-5810 CVE-2019-5811 CVE-2019-5812 CVE-2019-5813 CVE-2019-5814
CVE-2019-5815 CVE-2019-5816 CVE-2019-5817 CVE-2019-5818 CVE-2019-5819
CVE-2019-5820 CVE-2019-5821 CVE-2019-5822 CVE-2019-5823
2019-04-24 22:01:45 +02:00
Renaud 7c5cb3e99f
Merge pull request #59445 from r-ryantm/auto-update/atlassian-cli
atlassian-cli: 8.0.0 -> 8.2.0
2019-04-24 21:54:44 +02:00
Renaud 9f26d537e8
Merge pull request #59516 from r-ryantm/auto-update/gmsh
gmsh: 4.2.2 -> 4.2.3
2019-04-24 20:40:56 +02:00
Renaud 756c84f590
Merge pull request #59628 from r-ryantm/auto-update/padthv1
padthv1: 0.9.5 -> 0.9.6
2019-04-24 19:17:22 +02:00
worldofpeace db9efc95b2 lollypop: add youtube and wikipedia support
Plus option for lastfm
2019-04-24 12:39:31 -04:00
worldofpeace 889dbe96d5 lollypop: 1.0.5 -> 1.0.7
https://gitlab.gnome.org/World/lollypop/tags/1.0.6
https://gitlab.gnome.org/World/lollypop/tags/1.0.7
2019-04-24 12:39:31 -04:00
Frederik Rietdijk 0a7bcb3b03 Merge staging into staging-next 2019-04-24 18:38:11 +02:00
Patrick Winter 0553c30ff0 taskopen: init at 1.1.4 2019-04-24 18:30:36 +02:00
Will Dietz cbd1ef54fb skrooge: 2.19.0 -> 2.19.1 2019-04-24 09:25:23 -05:00
worldofpeace f5d3418b0c
Merge pull request #58994 from zookatron/sublime-merge
sublime-merge: init at 1107
2019-04-24 09:21:07 -04:00
Tim Zook 148119b9a6 sublime-{merge,text}: make common.nix files have a similar structure
In the future it's desired to unify Sublime packages expressions.
So them having a shared structure will make this more achievable.
2019-04-24 09:14:50 -04:00
worldofpeace b4d1d866ff
Merge pull request #60001 from eadwu/vivaldi/support-snapshots
vivaldi: support snapshots
2019-04-24 09:00:09 -04:00
xrelkd ebd4808a06 alacritty: 0.3.1 -> 0.3.2 2019-04-24 13:23:13 +08:00
Peter Hoeg 05dfa99d1d matrique -> spectral 2019-04-24 12:40:07 +08:00
Peter Hoeg 3bf5c2a6e0 quaternion-git: init at 0.0.9.4-rc3 2019-04-24 12:40:00 +08:00
Mario Rodas 1e8ebd96ac
Merge pull request #60040 from woffs/gitflow-1.12.2
gitflow: 1.11.0 -> 1.12.2
2019-04-23 23:28:00 -05:00