1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00
Commit graph

27861 commits

Author SHA1 Message Date
Thomas Tuegel 14f57b1e64
Merge pull request #46334 from bkchr/kde_applications_18_08_1
kde-applications: 18.08.0 -> 18.08.1
2018-09-10 12:11:51 -05:00
Timo Kaufmann cb7c04f53c
Merge pull request #46444 from etu/upgrade-nano
nano: 2.9.8 -> 3.0
2018-09-10 12:26:45 +02:00
Maximilian Bosch 6d6cbd316d pythonmagick: fix build (#46469)
The original build broke with the following linker issue:

```
  CXXLD    _PythonMagick.la
/nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/ld: cannot find -l-L/nix/store/4gh6ynzsd5ndx37hmkl62xa8z30k43y1-imagemagick-6.9.9-34/lib
collect2: error: ld returned 1 exit status
```

This happens since `BOOST_PYTHON_LIB` wasn't set properly, however
`_PythonMagick.la` was linked with `-l$(BOOST_PYTHON_LIB)
$(MAGICK_LIBS)`. With an empty `BOOST_PYTHON_LIB` the linker got
confused.

To work around this, the `boost` library directory needs to be specified
explicitly. To ensure that the changes take effect, the original
`configure` script shipped with `$src` needs to be removed and recreated
using the `autoreconfHook`.

Additionally the `imagemagick` license (https://spdx.org/licenses/ImageMagick.html)
needs to be added to `lib/licenses.nix` to document the proper license
of `pythonmagick` in the meta section.
2018-09-10 11:59:51 +02:00
Toon Nolten a2bb5d6917 ranger: 1.9.1 -> 1.9.2 (#46454)
* ranger: 1.9.1 -> 1.9.2

* Change maintainer attribute name to match usage
2018-09-10 11:48:49 +02:00
xeji 868f2561b5
Merge pull request #46456 from samueldr/auto/dbeaver/nixpkgs-unstable/5.2.0
dbeaver: 5.1.6 -> 5.2.0
2018-09-10 08:20:07 +02:00
Will Dietz 8fc2799e02 qemu: port musl patch to new version (#46449) 2018-09-10 08:14:37 +02:00
Vladyslav M b7c0e40796 rclone: 1.43 -> 1.43.1 (#46448) 2018-09-10 08:13:30 +02:00
R. RyanTM f188e90ba1 qmmp: 1.2.2 -> 1.2.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
qmmp
2018-09-10 08:01:14 +02:00
Orivej Desh 78bc2f9800 aseprite-unfree: 1.2.4 -> 1.2.9 2018-09-10 03:01:36 +00:00
Samuel Dionne-Riel cf3795a25e dbeaver: 5.1.6 -> 5.2.0 2018-09-09 20:34:47 -04:00
Elis Hirwing b47c5870f4
nano: 2.9.8 -> 3.0
Changelog: http://lists.gnu.org/archive/html/info-nano/2018-09/msg00000.html

Also updated the nix highlighting for nano
2018-09-09 23:16:07 +02:00
Franz Pletz ff8fc5c46c
nheko: 0.4.3 -> 0.5.5 2018-09-09 22:16:51 +02:00
Jörg Thalheim c2871fcca5
Merge pull request #46386 from etu/update-sequeler
sequeler: 0.6.0 -> 0.6.1
2018-09-09 15:03:11 +01:00
Jörg Thalheim ae1dee3da8
Merge pull request #46395 from etu/update-testssl
testssl: 2.9.5-5 -> 2.9.5-6
2018-09-09 15:02:44 +01:00
Daiderd Jordan 4e282e295f altcoins.btc1: fix darwin build (#46398)
Only hexdump was needed from utillinux which is also available on darwin
through the unixtools meta package.
2018-09-09 14:54:16 +02:00
Daniël de Kok bbcf5eb130 cgit: use full path of groff in man2html
groff may not be installed system-wide or may be outside cgit's path
(e.g. when running cgit using uwsgi). As a result, the man2html filter
fails. Replace groff by its full path in man2html.
2018-09-09 14:37:30 +02:00
aszlig 7bda775331
imv: Include i686-linux in platforms attribute
The package builds and works fine on i686-linux, so there is no need to
fail evaluation on those systems.

Signed-off-by: aszlig <aszlig@nix.build>
Issue: #45976
Cc: @rnhmjoj, @xeji
2018-09-09 10:30:58 +02:00
Silvan Mosberger 10a412f251
almonds: update license 2018-09-09 02:04:34 +02:00
Samuel Dionne-Riel ca80826d30
Merge pull request #46150 from ysndr/fix/solaar
Fix: Build solaar with pythonPackages
2018-09-08 18:17:47 -04:00
xeji d2ab091dd3
Merge pull request #46196 from oxij/pkgs/kodi-with-plugins
kodi: implement `kodiWithPlugins`, add more plugins
2018-09-08 23:43:42 +02:00
Elis Hirwing 50ea36953e
testssl: 2.9.5-5 -> 2.9.5-6
Changelog: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-6
2018-09-08 23:12:22 +02:00
Elis Hirwing 39ed38f017
sequeler: 0.6.0 -> 0.6.1
Changelog: https://github.com/Alecaddd/sequeler/releases/tag/v0.6.1
2018-09-08 20:24:31 +02:00
Timo Kaufmann fc67c051e4
Merge pull request #46366 from markuskowa/license-14
Add licenses
2018-09-08 16:32:23 +02:00
Michael Raskin 7c69ae6259
Merge pull request #46348 from YorikSar/update-chromium
chromium: 68.0.3440.106 -> 69.0.3497.81
2018-09-08 14:02:46 +00:00
Markus Kowalewski d18bf12735
fbpanel: add license 2018-09-08 15:28:25 +02:00
Markus Kowalewski 6e6e41b56e
xine-ui: add license 2018-09-08 15:28:10 +02:00
Markus Kowalewski 2be3ed4062
tivodecode: add license 2018-09-08 15:27:50 +02:00
Markus Kowalewski ffb5eca618
vcprompt: add license 2018-09-08 15:15:58 +02:00
Markus Kowalewski ae795a6acd
monotone: add license 2018-09-08 15:12:27 +02:00
Markus Kowalewski edb1bfcd32
guitone: add license 2018-09-08 15:07:58 +02:00
Markus Kowalewski 9f29e4c9c7
cvs2svn: add license 2018-09-08 15:04:33 +02:00
Markus Kowalewski 499b7e8927
bzr-tools: add license 2018-09-08 15:01:25 +02:00
Markus Kowalewski c2ff374951
bazaar: add license 2018-09-08 14:55:41 +02:00
Markus Kowalewski 70e254d6bd
root: add license 2018-09-08 14:51:28 +02:00
Markus Kowalewski 1cff2dd135
pynac: add license 2018-09-08 14:48:19 +02:00
Markus Kowalewski 258c202565
prooftree: add license 2018-09-08 14:44:43 +02:00
Markus Kowalewski 2ed07fdb2b
drgeo: add license + homepage 2018-09-08 14:42:12 +02:00
R. RyanTM cd20437f81
josm: 14066 -> 14178
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
josm
2018-09-08 13:42:49 +02:00
Tim Steinbach bd55a78f6d nanorc: Init at 2018-09-05 2018-09-07 21:11:26 -04:00
Thomas Tuegel da2a289d03
Merge pull request #46264 from r-ryantm/auto-update/kipi-plugins
kipi-plugins: 5.2.0 -> 5.9.0
2018-09-07 19:11:48 -05:00
Timo Kaufmann 83b259271f
Merge pull request #46337 from timokau/sage-openblas-fix
sage: re-add pkg-config aliases
2018-09-07 23:50:46 +02:00
lewo 84e4cfcda0
Merge pull request #46246 from r-ryantm/auto-update/mediainfo-gui
mediainfo-gui: 18.05 -> 18.08
2018-09-07 23:01:25 +02:00
lewo 1164885985
Merge pull request #46245 from r-ryantm/auto-update/mediainfo
mediainfo: 18.05 -> 18.08
2018-09-07 23:00:05 +02:00
Antoine Eiche 0b6da47fe3 kubernetes-helm: fix darwin hash 2018-09-07 22:01:15 +02:00
lewo b95454da65
Merge pull request #46256 from r-ryantm/auto-update/helm
kubernetes-helm: 2.9.1 -> 2.10.0
2018-09-07 21:58:13 +02:00
Timo Kaufmann db784d883c sage: re-add pkg-config aliases
Those were removed because they were added to openblas itself. There was
an error with that however and it will take some time until the fix
makes its way through staging. For the time being, reverting this part
of 26d5d030fe will fix the sage build.
This commit should be reverted once
408eacbc89 is in master.
2018-09-07 21:55:41 +02:00
Yuriy Taraday c098f143b4 chromium: 68.0.3440.106 -> 69.0.3497.81
Also update to build with external gn.
2018-09-07 23:34:47 +04:00
Bastian Köcher 4d16b2036b kde-applications: 18.08.0 -> 18.08.1 2018-09-07 21:30:54 +02:00
Timo Kaufmann c04198a992
Merge pull request #46324 from Ma27/weechat-script-fixes
weechat: fix quoting for ${}  syntax
2018-09-07 19:02:41 +02:00
Maximilian Bosch e2b4644f9c
weechat: fix quoting for ${} syntax
In my previous PR I missed that ${sec.foobar} (syntax to retrieve
secrets in a weechat runtime) breaks the shell evaluation.

Furthermore `;` shall be used rather than `\n` to concat scripts and the
init config.
2018-09-07 18:41:04 +02:00