Timo Kaufmann
87ca34b895
Merge pull request #47043 from r-ryantm/auto-update/jmol
...
jmol: 14.29.19 -> 14.29.22
2018-09-27 12:09:01 +02:00
Vladyslav M
ea817ad88d
newsboat: 2.12 -> 2.13 ( #47359 )
2018-09-27 11:03:52 +02:00
xeji
929680d531
Merge pull request #46977 from r-ryantm/auto-update/psmisc
...
psmisc: 23.1 -> 23.2
2018-09-27 10:49:29 +02:00
markuskowa
6f6222c40f
openmolcas: 20180529 -> 18.09 ( #47410 )
2018-09-27 10:47:02 +02:00
Sarah Brofeldt
a0ddf291cb
Merge pull request #47367 from ejpcmac/update-erlangR19
...
erlangR19: 19.3.6.6 -> 19.3.6.11
2018-09-27 10:44:10 +02:00
Sarah Brofeldt
d0ded2e261
Merge pull request #47369 from ejpcmac/update-erlangR20
...
erlangR20: 20.3.8 -> 20.3.8.9
2018-09-27 10:21:44 +02:00
Sarah Brofeldt
fc301ec387
Merge pull request #47409 from flokli/golden-cheetah-desktop-item
...
golden-cheetah: add desktop item and icon
2018-09-27 09:54:25 +02:00
aszlig
a70d3bab72
pcsc-cyberjack: Also install cjflash tool
...
This tool is necessary in order to update the firmware of the secoder.
The reason I've added this to a separate output "tools" is because it
clearly is not relevant for the PCSC driver itself and it's also very
rarely needed.
I've also verified wether the closure of the PCSC plugin env still only
contains the main output and that's the case.
There are also other tools - cjBingoTest and cjgeldkarte, where the
former doesn't compile due to cjeca32.h not being found and cjgeldkarte,
which does compile but tries to dlopen() the library and subsequently
fails.
Both of these tools however look like they're just performing tests and
are not very useful outside of development, so I opted to not include
them.
Signed-off-by: aszlig <aszlig@nix.build>
2018-09-27 04:30:21 +02:00
aszlig
f37f34e3dc
pcsc-cyberjack: 3.99.5_SP09 -> 3.99.5_SP12
...
3.99.5_SP12:
* Add support for cyberJack one MF
3.99.5_SP11:
* Add support for cyberJack one
3.99.5_SP10:
* Add support for SHUReader and SISReader
* Update to the Reiner-SCT repository rev cyberJack@1305
Signed-off-by: aszlig <aszlig@nix.build>
2018-09-27 04:30:19 +02:00
Ryan Mulligan
e1a851811b
psmisc: get src from GitLab
2018-09-26 19:12:53 -07:00
Austin Seipp
af48e5783a
libiio: install python bindings
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-26 19:37:40 -05:00
Will Dietz
de39960f6f
Merge pull request #47402 from dtzWill/update/nheko-0.6.1
...
nheko: 0.6.0 -> 0.6.1
2018-09-26 17:26:04 -05:00
Corey O'Connor
26ce265258
vlc: 3.0.3 -> 3.0.4 ( #47406 )
2018-09-26 23:22:40 +02:00
Vincent Laporte
23900febe7
coq: 8.8.1 -> 8.8.2 ( #47388 )
2018-09-26 22:26:39 +02:00
Florian Klink
bb51ba9bb8
golden-cheetah: add desktop item and icon
2018-09-26 22:21:01 +02:00
John Ericson
e59a2ef7eb
Merge pull request #47400 from obsidiansystems/paxctl-darwin-no-mass-rebuild
...
paxctl: Fix darwin and cross without mass-rebuild
2018-09-26 15:52:31 -04:00
John Ericson
f49ca01c50
Revert "stdenv: partial revert of f2bb59e"
...
This reverts commit 607063f61b
.
2018-09-26 14:47:16 -04:00
John Ericson
a3fd29883a
paxctl: Fix cross and Darwin builds
2018-09-26 14:47:16 -04:00
Will Dietz
98cb225d9f
nheko: 0.6.0 -> 0.6.1
2018-09-26 13:42:36 -05:00
Matthew Bauer
07cc937d60
Merge pull request #45934 from utdemir/master
...
bluejeans-gui: init at 1.6.39
2018-09-26 13:26:53 -05:00
Amin Bandali
4586ff7395
alloy: add alloy5 and take maintainership ( #47262 )
...
Add alloy5 (currently, 5.0.0.1), update homepage and downloadPage, and
take maintainership of the package.
2018-09-26 17:46:58 +01:00
Franz Pletz
e7ca9af4cc
shairport-sync: fix pulseaudio support & default arguments
2018-09-26 18:12:02 +02:00
Matthew Bauer
607063f61b
stdenv: partial revert of f2bb59e
...
/cc @Ericson2314
PR was https://github.com/NixOS/nixpkgs/pull/46857
This line broke MacOS cross compilation. paxctl cannot be built on
macOS. Maybe it can be fixed, but no reason to break things
unnecessarily.
Regardless, you definitely need to be more careful about backporting.
I think it’s fine to move fast and break things on master but
with release-18.09 we should be more careful. Something like more
automated testing for cross compilation would also be
helpful (hopefully even making it block).
(cherry picked from commit f9c4075873cb56464126f993d22a1a72f7cfac45)
2018-09-26 11:13:22 -04:00
aszlig
593062ddc2
fetchFromGitLab: Fix grouping issue for group arg
...
Issue introduced by c3612b97e6
.
Example output before that commit (witch a random package using
fetchFromGitLab):
$ nix-instantiate --eval -A hiawatha.src.urls
[ "https://gitlab.com/api/v4/projects/hsleisink%2Fhiawatha/repository/archive.tar.gz?sha=v10.8.1 " ]
After the commit:
$ nix-instantiate --eval -A hiawatha.src.urls
[ "https://gitlab.com/api/v4/projects/%2Fhsleisink%2Fhiawatha/repository/archive.tar.gz?sha=v10.8.1 " ]
And with this very commit, which fixes the issue:
$ nix-instantiate --eval -A hiawatha.src.urls
[ "https://gitlab.com/api/v4/projects/hsleisink%2Fhiawatha/repository/archive.tar.gz?sha=v10.8.1 " ]
The problem was that it has used optionalString in conjunction with "+",
so the optionalString only applied to the left-hand side of the +
operator.
Thanks to @ryantm for reporting the issue at:
c3612b97e6 (r220576764)
Signed-off-by: aszlig <aszlig@nix.build>
Reported-by: Ryan Mulligan <ryan@ryantm.com>
2018-09-26 16:17:18 +02:00
rembo10
ca3231a9f3
arc-theme: 2017-05-12 -> 20180715 ( #43490 )
2018-09-26 15:56:47 +02:00
R. RyanTM
9390a261dd
nfs-utils: 2.3.2 -> 2.3.3 ( #46989 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nfs-utils/versions
2018-09-26 15:36:31 +02:00
vanzef
82f2ae0260
gitAndTools.pass-git-helper: init at 0.4 ( #47056 )
2018-09-26 13:46:05 +01:00
Tim Steinbach
24c31d43bb
linux: 4.18.9 -> 4.18.10
2018-09-26 08:01:20 -04:00
Tim Steinbach
61452c82ae
linux: 4.14.71 -> 4.14.72
2018-09-26 08:01:13 -04:00
Tim Steinbach
8e4d980904
linux: 4.9.128 -> 4.9.129
2018-09-26 08:01:05 -04:00
Tim Steinbach
656ca2296c
linux: 4.4.157 -> 4.4.158
2018-09-26 08:00:56 -04:00
Jasper Woudenberg
e0f46105aa
nodejs-10_x: 10.9.0 -> 10.11.0
2018-09-26 11:49:18 +02:00
zimbatm
9fb79868ab
google-compute-engine: 20180510 -> 20180905
...
The list of corresponding NixOS services are also updated
2018-09-26 11:48:16 +02:00
R. RyanTM
0441faea05
libsigrokdecode: 0.5.1 -> 0.5.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libsigrokdecode/versions
2018-09-26 11:36:18 +02:00
Roman Volosatovs
eb7b217182
go-2fa: Init at 1.1.0
2018-09-26 11:36:02 +02:00
R. RyanTM
0e5e4aed06
arpack: 3.5.0 -> 3.6.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arpack/versions
2018-09-26 11:28:59 +02:00
Jörg Thalheim
957eec3122
Merge pull request #47326 from r-ryantm/auto-update/bibutils
...
bibutils: 6.6 -> 6.7
2018-09-26 09:21:33 +01:00
Matthew Bauer
6eef893f5c
stdenv: partial revert of f2bb59
...
/cc @Ericson2314
This line broke MacOS cross compilation. paxctl cannot be built on
macOS. Maybe it can be fixed, but no reason to break things
unnecessarily.
Regardless, you definitely need to be more careful about backporting.
I think it’s fine to move fast and break things on master but
with release-18.09 we should be more careful. Something like more
automated testing for cross compilation would also be
helpful (hopefully even making it block).
2018-09-26 02:09:22 -05:00
volth
92a9c5ac7d
net_snmp: build with default perl ( #47373 )
2018-09-26 08:51:22 +02:00
Will Dietz
a0248a0b68
Merge pull request #47365 from dtzWill/feature/matrix-clients
...
spectral: init at 2018-09-24; nheko: 0.5.0 -> 0.6.0 and bump dep mtxclient
2018-09-25 22:14:29 -05:00
xeji
14a1907afa
Merge pull request #47358 from volth/perl-dev
...
perl: add devel version at 5.29.3
2018-09-26 00:20:07 +02:00
Jörg Thalheim
0f433efe3a
Merge pull request #47322 from r-ryantm/auto-update/ace
...
ace: 6.5.1 -> 6.5.2
2018-09-25 23:11:37 +01:00
Jörg Thalheim
9e17f34da9
Merge pull request #47343 from dywedir/cargo-edit
...
cargo-edit: 0.3.0 -> 0.3.1
2018-09-25 23:11:19 +01:00
Jörg Thalheim
3833381dc9
Merge pull request #47319 from r-ryantm/auto-update/cadvisor
...
cadvisor: 0.30.2 -> 0.31.0
2018-09-25 23:02:44 +01:00
Jörg Thalheim
342f52800f
Merge pull request #47333 from r-ryantm/auto-update/alembic
...
alembic: 1.7.8 -> 1.7.9
2018-09-25 22:54:34 +01:00
Jörg Thalheim
fba2cbaf0a
Merge pull request #47337 from r-ryantm/auto-update/apktool
...
apktool: 2.3.3 -> 2.3.4
2018-09-25 22:45:38 +01:00
Jörg Thalheim
7c233cec48
Merge pull request #47336 from r-ryantm/auto-update/brightnessctl
...
brightnessctl: 0.3.2 -> 0.4
2018-09-25 22:44:39 +01:00
Jörg Thalheim
7fc35122aa
Merge pull request #47338 from r-ryantm/auto-update/cb2bib
...
cb2bib: 1.9.8 -> 1.9.9
2018-09-25 22:43:20 +01:00
Jörg Thalheim
9d7868d70b
Merge pull request #47341 from r-ryantm/auto-update/batctl
...
batctl: 2018.2 -> 2018.3
2018-09-25 22:42:16 +01:00
Jean-Philippe Cugnet
6e5682ab41
erlangR20: 20.3.8 -> 20.3.8.9
2018-09-25 23:21:06 +02:00