Brian McKenna
1918257770
font-lock-plus: fix recipe
...
Used the wiki fetcher which doesn't seem to exist.
Replaced with a fake repo. Doesnt seem to be used.
2018-12-03 00:12:09 +05:30
markuskowa
506d4c7e44
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
...
Favor HTTPS URLs - the GNU edition
2018-12-02 16:52:33 +01:00
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
c0bw3b
93e511c319
Treewide: use HTTPS on GNU Savannah domains
...
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
c0bw3b
0f868d8116
Treewide: use HTTPS on SourceForge
2018-12-02 15:33:08 +01:00
c0bw3b
a04a512f34
Treewide: use HTTPS on NonGNU domains
2018-12-02 15:21:04 +01:00
Robert Helgesson
d06e79c10d
Merge branch 'whipper'
2018-12-02 14:22:37 +01:00
Florian Klink
3eaa0ee589
Merge pull request #51280 from taku0/thunderbird-bin-60.3.2
...
thunderbird, thunderbird-bin: 60.3.0 -> 60.3.2
2018-12-02 13:47:22 +01:00
Jörg Thalheim
068a2f8c6b
Merge pull request #51335 from dtzWill/update/tabbed-20180310
...
tabbed: 20160425 -> 20180310
2018-12-02 09:33:11 +00:00
Brenton Horne
10f40f3ac6
scilab-bin: adding application launchers
...
Moving the desktop configuration files from
opt/scilab-$ver/share/applications to share/applications, making the
required changes, and moving the icons in opt/scilab-$ver/share/icons to
share/icons. Moving locales, appdata and mime out of there
opt/scilab-${ver} too. Also removing unneeded scilab-${ver} and
scilab-${majorVer} symlinks from bin/.
2018-12-02 17:53:40 +10:00
Jan Tojnar
4920f0c0ad
Merge pull request #50977 from jtojnar/parallel-update.nix
...
update.nix: Run update scripts in parallel
2018-12-02 01:23:39 +01:00
Jörg Thalheim
a742598378
Merge pull request #51334 from dtzWill/update/aminal-0.7.6
...
aminal: 0.7.4 -> 0.7.6
2018-12-02 00:06:19 +00:00
worldofpeace
eb755503b2
Merge pull request #51228 from marsam/feature/git-secrets-manpage
...
git-secrets: install manpage
2018-12-01 17:48:28 -05:00
Brenton Horne
7041972128
scilab-bin: adding bin/scilab symlink ( #51346 )
...
Should fix #51343 , merely adding a scilab symlink within the bin/ directory, so that it can be detected by SageMath.
2018-12-01 23:25:40 +01:00
Timo Kaufmann
88b69a0d40
Merge pull request #51337 from timokau/sagenb-matplotlib-fix
...
sage: misc fixes
2018-12-01 22:04:48 +01:00
Timo Kaufmann
0e570199de
sage: fix jmol integration
2018-12-01 21:31:29 +01:00
Timo Kaufmann
cb73495f02
sagenb: fix matplotlib path
2018-12-01 20:41:40 +01:00
Will Dietz
a523abdfc3
tabbed: 20160425 -> 20180310
2018-12-01 13:36:10 -06:00
Will Dietz
4c6d2e4f21
aminal: 0.7.5 -> 0.7.6
2018-12-01 13:34:04 -06:00
Will Dietz
da85dee6e2
aminal: 0.7.4 -> 0.7.5
2018-12-01 13:33:53 -06:00
Jan Tojnar
59a94b57f0
update.nix: Run update scripts in parallel
...
To make updating large attribute sets faster, the update scripts
are now run in parallel.
Please note the following changes in semantics:
- The string passed to updateScript needs to be a path to an executable file.
- The updateScript can also be a list: the tail elements will then be passed
to the head as command line arguments.
2018-12-01 19:17:13 +01:00
Mario Rodas
7476972553
git-secrets: install manpage
2018-12-01 10:33:58 -05:00
Timo Kaufmann
d9b650f4cc
pythonPackages.cypari2: 1.3.1 -> 2.0.1 ( #49446 )
2018-12-01 12:57:55 +01:00
André-Patrick Bubel
cb452d02c2
whipper: 0.7.0 -> 0.7.2
2018-12-01 11:46:28 +01:00
worldofpeace
2eccd56c5a
Merge pull request #51242 from Anton-Latukha/qbittorent-upd
...
qbittorrent: 4.1.3 -> 4.1.4
2018-11-30 16:54:29 -05:00
Frederik Rietdijk
1828a5c5ba
Merge master into staging-next
2018-11-30 17:46:21 +01:00
Matthew Bauer
76c7a8bac0
Merge pull request #51205 from matthewbauer/more-setup-hooks
...
Add premake & imake setup hook
2018-11-29 19:36:25 -06:00
Matthew Bauer
f435272ce3
Merge pull request #50212 from matthewbauer/host-emulator
...
Add "emulator" function to systems
2018-11-29 19:34:20 -06:00
Matthew Bauer
9c8fd41224
treewide: add emulator to platform
...
You can use stdenv.hostPlatform.emulator to get an executable that
runs cross-built binaries. This could be any emulator. For instance,
we use QEMU to emulate Linux targets and Wine to emulate Windows
targets. To work with qemu, we need to support custom targets.
I’ve reworked the cross tests in pkgs/test/cross to use this
functionality.
Also, I’ve used talloc to cross-execute with the emulator. There
appears to be a cross-execute for all waf builds. In the future, it
would be nice to set this for all waf builds.
Adds stdenv.hostPlatform.qemuArch attrbute to get the qemuArch for
each platform.
2018-11-29 19:15:30 -06:00
Michael Weiss
9ac03eb811
sway-beta: 1.0-beta.1 -> 1.0-beta.2
2018-11-30 01:53:52 +01:00
taku0
61c83b3975
thunderbird: 60.3.0 -> 60.3.2
2018-11-30 09:13:23 +09:00
taku0
d37976c508
thunderbird-bin: 60.3.0 -> 60.3.2
2018-11-30 09:12:45 +09:00
Renaud
70f5d64cb3
brave: version is just 0.56.15
2018-11-29 23:48:08 +01:00
Renaud
fbb3c9c57b
Merge pull request #51218 from volth/patch-289
...
tixati: 2.57 -> 2.58
2018-11-29 22:25:37 +01:00
Florian Klink
43762227f8
Merge pull request #49385 from krav/gitlab-shell-authorized-keys
...
gitlab-shell: 8.3.3->8.4.1, fix hardcoded paths
2018-11-29 21:18:08 +01:00
Michael Weiss
79e15430b0
androidStudioPackages.{dev,canary}: 3.4.0.4 -> 3.4.0.5
2018-11-29 20:41:36 +01:00
Anton-Latukha
5ce6322243
qbittorrent: 4.1.3 -> 4.1.4
2018-11-29 20:30:38 +02:00
Jörg Thalheim
432a2e0354
inferno: remove
...
Also there have been updates, this package was not updated since 2015 in the repository
I therefore conclude that nobody actually uses this.
Official webpage was also not updated since then.
2018-11-29 14:55:24 +00:00
volth
59c4f4883f
tixati: 2.57 -> 2.58
2018-11-29 09:23:13 +00:00
Frederik Rietdijk
9db2421d1f
Merge master into staging-next
2018-11-29 08:12:56 +01:00
André-Patrick Bubel
bd676cf697
slic3r-prusa3d: 1.41.1 -> 1.41.2
2018-11-29 05:14:32 +01:00
worldofpeace
892407a9c6
Merge pull request #51194 from rht/brave
...
brave: 0.56.12 -> 0.56.15 (70.0.3538.77 -> 70.0.3538.110)
2018-11-28 22:34:20 -05:00
Maximilian Bosch
f211bad8c4
Merge pull request #51000 from ryantm/tesseract
...
tesseract_4: 4.00.00alpha-git-20170410 -> 4.0.0
2018-11-29 03:34:29 +01:00
Matthew Bauer
c0a804c747
treewide: add dontUseImakeConfigure where needed
...
We need to set dontUseImakeConfigure in a few places to prevent imake
from overriding the default configure phase. This packages all have a
configure script that needs to get run:
- Xaw3d
- R
- tkgate
- ssvnc
2018-11-28 20:14:45 -06:00
Matthew Bauer
cbf9b5610b
larswm: use imake setup hook
2018-11-28 20:14:37 -06:00
Matthew Bauer
8a4da41849
xearth: use imake setup hook
2018-11-28 20:14:36 -06:00
Matthew Bauer
cf3940ef95
xxkb: use imake setup hook
2018-11-28 20:14:36 -06:00
Matthew Bauer
f5be016c23
xmove: remove
...
This package is unmaintained.
https://packages.qa.debian.org/x/xmove/news/20090130T204752Z.html
2018-11-28 20:14:35 -06:00
Matthew Bauer
3d3f87365c
xcruiser: add setup hook
...
Cleans things up a bit here.
2018-11-28 20:14:34 -06:00
Matthew Bauer
a858113076
oneko: use imake setup hook
...
Simplifies some things here.
2018-11-28 20:14:33 -06:00