Commit Graph

32975 Commits

Author SHA1 Message Date
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
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
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