Benno Fünfstück
19d3cf81d3
rust: fix fetch-cargo-deps for git dependencies
...
We need to make sure that `$revs` ends with a space, since files must always
end with newlines. The previous code ignored the last entry in `$revs`, because
read already returns non-zero exit code for the last entry, as it does not end
with a space.
2017-05-23 10:01:33 +02:00
Alexandre Peyroux
3dc0792ec6
c14: 2016-09-09 -> 2017-20-05 ( #25948 )
...
* c14: c14-cli-2016-09-09 -> c14-cli-2017-20-05
* c14: update with go2nix
* c14: switch back to fetchFromGitHub
2017-05-23 08:45:18 +01:00
John Ericson
b1d2f410c7
Merge pull request #26013 from obsidiansystems/release-cross
...
release-cross: Be less absurd in `ensureUnaffected` tests
2017-05-23 01:55:27 -04:00
John Ericson
df081787ee
release-cross: Be less absurd in ensureUnaffected
tests
...
We need to at least used a valid 4-part LLVM target "triple" and
libc.
2017-05-23 01:44:27 -04:00
John Ericson
8a423c3a90
Merge pull request #26012 from Ericson2314/gdb-fix
...
gdb: s/target/tagetPlatform
2017-05-23 01:36:09 -04:00
John Ericson
56b7f9b94d
gdb: s/target/tagetPlatform
...
Oops, missed this when cleaning up derivation recently
2017-05-23 01:18:12 -04:00
Samuel Leathers
fdbcee03fe
minisat: fix maintainer
2017-05-22 23:55:05 -04:00
Robin Gloster
38625a8b1e
ibus: 1.5.14 -> 1.5.16
...
Changed emoji handling in ibus requires some new static files
2017-05-23 04:09:48 +02:00
Robin Gloster
dff06b9ddc
aj-snapshot: 0.9.6 -> 0.9.7
2017-05-23 03:00:28 +02:00
Robin Gloster
1027d34aaa
aide: 0.16.a2 -> 0.16
2017-05-23 02:57:32 +02:00
Robin Gloster
17a7ea7992
aha: 0.4.10.2 -> 0.4.10.6
2017-05-23 02:52:41 +02:00
Robin Gloster
e22673aa36
aescrypt: 3.0.9 -> 3.13
2017-05-23 02:45:21 +02:00
Robin Gloster
3e60c2e2f6
aeolus: 0.9.0 -> 0.9.5
2017-05-23 02:36:59 +02:00
Robin Gloster
f8b0a25983
acpid: 2.0.27 -> 2.0.28
2017-05-23 02:32:39 +02:00
Robin Gloster
427e749217
pythonPackages.pants: remove warning
...
this breaks evaluation of nixpkgs.tarball
cc @copumpkin
2017-05-23 02:27:35 +02:00
Profpatsch
178a5067af
hledger(-web): move to all-packages with static build
...
Since they are executables they should be at top-level.
We build statically to shorten invocation time (at the moment haskell packages
have the problem of too large RPATHs).
2017-05-23 01:59:10 +02:00
Benjamin Staffin
70f8f7ec0a
kubernetes-helm: Enable bash and zsh completion
2017-05-22 19:14:37 -04:00
Benjamin Staffin
964027aaa1
kops: 1.4.0 -> 1.6.0
2017-05-22 19:06:37 -04:00
John Ericson
c3b2c5bf77
Merge pull request #25997 from obsidiansystems/isHurd
...
stdenv: Rename `isGNU` to `isHurd` as GNU is a userland
2017-05-22 19:02:49 -04:00
John Ericson
fedcda6cda
zpaqd: Modernize derivation
...
- Simplified platform-specific options
- Almost ready for cross-compilation
2017-05-22 18:52:50 -04:00
Jörg Thalheim
c42739a429
wllvm: init at 1.1.3
2017-05-22 22:46:23 +01:00
Carles Pagès
f60767d55e
Merge pull request #25366 from titanous/kodi-hdhomerun
...
kodi: add pvr-hdhomerun plugin
2017-05-22 23:32:07 +02:00
Pascal Bach
86e714095c
gitlab-runner: 9.1.0 -> 9.2.0
2017-05-22 23:26:53 +02:00
Pascal Bach
aea157a1ec
gitlab-runner_1_11: 1.11.2 -> 1.11.4
2017-05-22 23:26:39 +02:00
Pascal Bach
da6f5e3b77
gitlab-runner: add patch for shell from v1 to latest version
2017-05-22 23:26:15 +02:00
Jörg Thalheim
2549be898d
stp: 2014.01.07 -> 2.2.0
2017-05-22 22:25:45 +01:00
Jörg Thalheim
893c7b6112
cryptominisat: init at 5.0.1
2017-05-22 22:25:14 +01:00
Jörg Thalheim
7786922240
minisatUnstable: init at 2013-09-25
2017-05-22 22:24:58 +01:00
Jörg Thalheim
297506d563
vimPlugins.ack-vim: init at 2017-05-07
2017-05-22 22:21:44 +01:00
Jörg Thalheim
4e404c5a70
vimPlugins: update sources
2017-05-22 22:20:58 +01:00
John Ericson
c443033be3
gdb: Modernize and simplify derivation
...
- `isGNU` to `isHurd`, my sedding did not catch
- Simplify cross compilation in general
- Be more careful about python
- no more `gdbCross` in all-packages
2017-05-22 17:10:29 -04:00
Dan Peebles
9d5c28d22c
pants: fix buggy pathspec version
...
When transplanting the expression in 845d1b28bf
I accidentally switched pants 1.3 to use the old pathspec, which breaks
at runtime. This should fix it.
2017-05-22 15:34:46 -04:00
John Ericson
eaa509f33a
stdenv: Rename isGNU
to isHurd
as GNU is a userland
...
Elsewhere, things called GNU indeed includes GNU/Linux or GNU/Hurd, but this
predicate was defined excluding Linux regardless of userland.
2017-05-22 13:55:26 -04:00
John Ericson
0d88299019
Merge pull request #25976 from obsidiansystems/no-stdenv-is
...
Add `*Platform.is*` predicates and alias `stdenv.is*` to `hostPlatform`'s
2017-05-22 13:30:20 -04:00
Arseniy Seroka
37c89aaaa7
Merge pull request #25826 from Zimmi48/patch-1
...
coqPackages: default version 8.4pl6 -> 8.6
2017-05-22 20:06:31 +03:00
Arseniy Seroka
2ddcec9885
Merge pull request #25845 from sheganinans/master
...
UrWeb 20160621 -> 20170105
2017-05-22 20:05:46 +03:00
Arseniy Seroka
c734781158
Merge pull request #25958 from Mic92/iwd
...
iwd: init at unstable-2017-04-21
2017-05-22 20:04:04 +03:00
Arseniy Seroka
1ab1d2b4e5
Merge pull request #25979 from AndersonTorres/vms-empire
...
vms-empire: init at 1.14
2017-05-22 20:02:52 +03:00
Arseniy Seroka
9e392dd7ac
Merge pull request #25967 from NeQuissimus/coursier_1_0_0_rc3
...
coursier: 1.0.0-RC2 -> 1.0.0-RC3
2017-05-22 20:02:26 +03:00
Arseniy Seroka
dd10788280
Merge pull request #25972 from AndersonTorres/robotfindskitten
...
robotfindskitten: init at 2.7182818.701
2017-05-22 20:02:05 +03:00
Brendan Miller
b737ddd65d
pants13-pre: 1.3.0.dev19 -> 1.3.0rc2
...
Pulling in the latest 1.3.0 release candidate from pants.
2017-05-22 12:31:27 -04:00
Dan Peebles
845d1b28bf
pants{,13-pre}: move from pythonPackages to top level
...
That means it'll build in Hydra and we don't really care which version of
Python it builds against.
2017-05-22 12:22:13 -04:00
Tim Steinbach
aa73b7df30
linux: 4.12-rc1 -> 4.12-rc2
2017-05-22 11:40:04 -04:00
Franz Pletz
933ab0cd5b
Merge pull request #25973 from gentoofreak/feature/libopus-1.1.4
...
libopus: 1.1.3 -> 1.1.4
2017-05-22 17:19:19 +02:00
Yann Hodique
05f5a91ac8
hugo: 0.20.6 -> 0.21
2017-05-22 08:18:09 -07:00
Frederik Rietdijk
a2598e4ca1
Merge pull request #23024 from phile314/cloud-init-update
...
cloud-init: 0.7.6 -> 0.7.9 + module improvements
2017-05-22 16:33:31 +02:00
Domen Kožar
5e75c73559
nixopsUnstable: 2017-05-15 -> 2017-05-22
2017-05-22 15:52:50 +02:00
Fatih Altinok
27dc2c4926
flow: 0.42.0 -> 0.46.0
2017-05-22 15:49:30 +03:00
Eelco Dolstra
3b44cd731c
aws-sdk-cpp: 1.0.60 -> 1.0.127
2017-05-22 14:36:20 +02:00
Cray Elliott
c0bc3c80c8
eternity-engine: 3.40.46 -> 3.42.02
...
also cleaned up considerably, this was the first nix file I ever wrote!
2017-05-22 04:37:39 -07:00
Cray Elliott
6c7b2081a7
gzdoom: 2.3.2 -> 3.0.1
...
also change license to gpl3, gzdoom migrated licenses! (yay)
2017-05-22 04:37:39 -07:00
Mateusz Kowalczyk
638fb38ef0
jenkins: 2.61 -> 2.62
2017-05-22 12:01:31 +01:00
Cray Elliott
777d5ee732
obs-studio: 18.0.2 -> 19.0.2
2017-05-22 02:45:18 -07:00
Frederik Rietdijk
997b6ae752
Merge pull request #25803 from vdemeester/astroid-0-9-1
...
astroid: 0.8 -> 0.9.1
2017-05-22 11:14:42 +02:00
Frederik Rietdijk
0891d0b7a0
Merge pull request #25716 from LnL7/python-flake8
...
python flake8: 3.2.1 -> 3.3.0
2017-05-22 11:12:36 +02:00
Frederik Rietdijk
1267b155c4
Merge pull request #25916 from FRidh/reproducible
...
Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook
2017-05-22 10:20:04 +02:00
Frederik Rietdijk
99cfab07b9
Merge remote-tracking branch 'upstream/master' into HEAD
2017-05-22 09:21:40 +02:00
Frederik Rietdijk
64a924a96b
Merge pull request #25981 from rimmington/cython-arm-pr
...
cython: build on 32-bit ARM
2017-05-22 09:16:08 +02:00
Jörg Thalheim
7e40287d00
Merge pull request #25835 from therealpxc/fish
...
Fish: source NixOS environment on non-login shells + source shell init on NixOS even when parent shell has done so
2017-05-22 07:08:30 +01:00
Andrew Miller
c3f434fd62
hss: init at 1.0.1 ( #25936 )
...
* hss: init at 1.0.1
* hss: use buildRubyGem instead of bundler
2017-05-22 07:06:11 +01:00
Shea Levy
b1b61d0988
coq: nix-buffer: Inherit variables to PG shell
2017-05-22 00:45:54 -04:00
John Ericson
1dc6f15de9
stdenv: define is* predicates with hostPlatform.is*
...
This is a saner default until stdenv's are removed altogether
2017-05-22 00:25:02 -04:00
John Ericson
c5c6606048
lib: Infer libc
field of platform if not specified
...
This is especially useful when not cross compiling. It means we can
remove the `stdenv.isGlibc` predicate too.
Additionally, use this to simplify the logic to choose the
appropriate libiconv derivation.
2017-05-22 00:25:02 -04:00
John Ericson
2e7ec6fb70
lib: Make platform predicates more ergonomic to use
...
`hostPlatform.isDarwin` instead of `lib.system.parse.isDarwin
hostPlatform.parsed`
2017-05-22 00:25:02 -04:00
Rhys
c46c3fa5aa
cython: build on 32-bit ARM
2017-05-22 11:04:49 +10:00
AndersonTorres
8f84651132
vms-empire: init at 1.14
2017-05-21 18:57:12 -03:00
Joachim F
4e88906f41
Merge pull request #25975 from georgewhewell/update-fwup
...
fwup: 0.14.2 -> 0.14.3
2017-05-21 22:47:12 +01:00
Joachim F
3ba63d0b05
Merge pull request #25905 from Ptival/proofgeneral-head
...
proofgeneral_HEAD: fix
2017-05-21 22:45:47 +01:00
Joachim F
1bfafdfe65
Merge pull request #25872 from mimadrid/update/sudo-1.8.20
...
sudo: 1.8.19p2 -> 1.8.20
2017-05-21 22:45:35 +01:00
obadz
caa9a19143
pythonPackages.libsoundtouch: 0.3.0 -> 0.4.0
2017-05-21 22:24:26 +01:00
Robin Gloster
30d4987e30
aria2: 1.31.0 -> 1.32.0
2017-05-21 20:27:44 +02:00
Robin Gloster
a85ac4b887
banner: 1.3.3 -> 1.3.4
2017-05-21 20:27:44 +02:00
Robin Gloster
9516b038b7
basex: 8.3.1 -> 8.6.4
2017-05-21 20:27:44 +02:00
Robin Gloster
c83086fa52
bibtool: 2.57 -> 2.67
2017-05-21 20:27:44 +02:00
AndersonTorres
0808896e73
robotfindskitten: init at 2.7182818.701
2017-05-21 14:33:43 -03:00
Martin Wohlert
88af502593
libopus: 1.1.3 -> 1.1.4
2017-05-21 19:32:49 +02:00
Michael Raskin
daa65527c6
marionette-harness: init at 4.4.0
2017-05-21 19:29:20 +02:00
Joachim F
c1894bef7a
Merge pull request #25458 from seppeljordan/csound-enable-osc
...
csound: add liblo to buildinputs to enable osc capabilities
2017-05-21 18:24:53 +01:00
Joachim F
062e32d5c1
Merge pull request #25673 from drdaeman/pycharm-2017.1.2-master
...
Pycharm 2017 -> 2017.1.2
2017-05-21 17:54:30 +01:00
Joachim Fasting
bfd3227686
dnscrypt-proxy: 1.9.4 -> 1.9.5
...
See https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.9.5
2017-05-21 18:08:14 +02:00
Joachim Fasting
16b6ee3608
nano: use https for meta.homepage
...
The http variant is a permanent redirect to https
2017-05-21 18:08:13 +02:00
Joachim Fasting
881385dbcb
linuxPackages.phc-intel: remove use of features.grsecurity
...
I believe this is the final reference to features.grsecurity.
See also e6c65ecb12
2017-05-21 18:08:07 +02:00
Joachim F
57b77e9617
Merge pull request #25667 from DmitryTsygankov/DmitryTsygankov/bitcoin-classic
...
bitcoin-classic: 1.2.3 -> 1.2.5
2017-05-21 16:19:50 +01:00
Jörg Thalheim
dd8dadb786
Merge pull request #25528 from Mic92/node-packages
...
nodePackages: split into v4/v6 package set
2017-05-21 16:04:11 +01:00
Jörg Thalheim
9e8c45ff0a
Merge pull request #25969 from romildo/upd.tint2
...
tint2: 0.14.4 -> 0.14.5
2017-05-21 15:45:38 +01:00
Michael Weiss
0d0ab51a06
android-studio: 2.3.1.0 -> 2.3.2.0
2017-05-21 16:36:19 +02:00
Thomas Tuegel
0633856c77
Merge pull request #25952 from matthewbauer/emacs-with-packages-darwin
...
emacsWithPackages: wrap MacOS app
2017-05-21 09:22:30 -05:00
georgewhewell
5e0802c8fe
fwup: 0.14.2 -> 0.14.3
2017-05-21 15:20:42 +01:00
romildo
4018d3d6eb
tint2: 0.14.4 -> 0.14.5
2017-05-21 10:51:19 -03:00
Joachim F
07ceaa2ec8
Merge pull request #25896 from joachifm/ovmf
...
ovmf: split firmware image files
2017-05-21 14:48:29 +01:00
Tim Steinbach
575ff5c990
coursier: 1.0.0-RC2 -> 1.0.0-RC3
2017-05-21 09:46:50 -04:00
Unai Zalakain
db3e2983a6
subliminal: init at 2.0.5
2017-05-21 14:41:31 +01:00
Jörg Thalheim
6f447ed6cf
Merge pull request #25883 from unaizalakain/init-enzyme
...
enzyme: init at 0.4.1
2017-05-21 14:39:20 +01:00
Jörg Thalheim
689f0ce372
enzyme: use fetchPypi
2017-05-21 14:38:27 +01:00
Tim Steinbach
207c4427b2
ammonite: 0.8.5 -> 0.9.0
2017-05-21 09:37:27 -04:00
Jörg Thalheim
a6c69e984f
Merge pull request #25962 from Ma27/update/lambda-mod
...
lambda-mod-zsh-theme: 2017-04-05 -> 2017-05-21
2017-05-21 14:30:27 +01:00
Jörg Thalheim
2f46a9cbc9
Merge pull request #25961 from selaux/google-cloud-sdk
...
google-cloud-sdk: Upgrade to 155.0.0 and fix calling itself
2017-05-21 14:29:12 +01:00
Maximilian Bosch
8d2e7c678b
rodjek/vim-puppet: init
2017-05-21 14:56:49 +02:00
Maximilian Bosch
de8a30b9e7
lambda-mod-zsh-theme: 2017-04-05 -> 2017-05-21
2017-05-21 14:14:34 +02:00
Stefan Lau
b1a6442c24
google-cloud-sdk: Fix calls to itself
2017-05-21 13:54:33 +02:00
Stefan Lau
b6fabe24fd
google-cloud-sdk: 151.0.0 -> 155.0.0
2017-05-21 13:54:09 +02:00
Pascal Bach
6f7347ec58
samba: 4.5.8 -> 4.6.3
2017-05-21 15:24:03 +04:00
midchildan
2c393164c8
mikutter: init at 3.5.7
...
fixes #25852
2017-05-21 12:13:34 +01:00
Jörg Thalheim
a527a47cd3
iwd: init at unstable-2017-04-21
2017-05-21 11:05:35 +01:00
Peter Simons
bce69a0b1a
git-annex: update hash for new version
2017-05-21 11:49:35 +02:00
Peter Simons
de388b69be
git-annex: force a fetchgit re-fetch when the version number changes
...
Bake the version number of git-annex into the name of the fetchgit derivation
to mitigate the effects of https://github.com/NixOS/nixpkgs/issues/25755 .
2017-05-21 11:49:35 +02:00
Peter Simons
1f602fe507
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.2.1-7-g2ed2e10 from Hackage revision
c552e0bd5f
.
2017-05-21 11:49:27 +02:00
Peter Simons
73a67a9636
LTS Haskell 8.14
2017-05-21 11:48:45 +02:00
Unai Zalakain
d501166f31
enzyme: init at 0.4.1
2017-05-21 11:34:14 +02:00
Jörg Thalheim
d81683d0a4
Merge pull request #25884 from unaizalakain/init-pysrt
...
pysrt: init at 1.1.1
2017-05-21 09:22:46 +01:00
Jörg Thalheim
219daab8e7
pysrt: enable tests
2017-05-21 09:21:14 +01:00
Jörg Thalheim
de9f19f178
Merge pull request #25927 from gentoofreak/master
...
gnupg: 2.1.20 -> 2.1.21
2017-05-21 09:11:05 +01:00
Jörg Thalheim
50e8199930
Merge pull request #25949 from bhipple/init/python-bitcoin-price-api
...
pythonPackages.bitcoin-price-api: init at 0.0.4
2017-05-21 09:01:49 +01:00
Alexandre Peyroux
f1edefed50
jsbeautifier: 1.6.4 -> 1.6.14 ( #25947 )
...
* jsbeautifier: 1.6.4 -> 1.6.14
* pythonPackages.jsbeautifier: move to python-modules
2017-05-21 08:50:14 +01:00
Adrian Parvin D. Ouano
7d97051f72
st: extraLibs argument
...
fixes #25956
2017-05-21 07:52:00 +01:00
John Ericson
bb37fc90c7
Merge pull request #25897 from obsidiansystems/glibc-cross
...
glibc: Clean up cross compilation
2017-05-20 22:26:15 -04:00
John Ericson
25edc476fd
glibc: Simplify derivation further
...
No native hashes should be changed with this commit
default.nix's cross hash should also not be changed
2017-05-20 22:17:28 -04:00
Matthew Bauer
2c0006521b
emacsWithPackages: wrap MacOS app
...
fixes #22893
2017-05-20 18:51:32 -05:00
Franz Pletz
b411968774
lldpd: init at 0.9.7
2017-05-21 01:16:42 +02:00
Willi Butz
458895db33
go: add dependencies for go get
...
go get expects git, subversion, mercurial and bazaar to be in PATH when
needed. (https://github.com/golang/go/wiki/GoGetTools )
2017-05-21 01:16:42 +02:00
Michael Raskin
aafe99ca90
mozlz4a: init at 2015-07-24
2017-05-21 00:21:47 +02:00
Mateusz Kowalczyk
8c0b08d1a4
pythonPackages.jenkins-job-builder: 1.6.1 -> 2.0.0.0b2
2017-05-20 22:54:07 +01:00
Mateusz Kowalczyk
ef8553ba03
pythonPackages.python-jenkins: 0.4.11 -> 0.4.14
2017-05-20 22:54:07 +01:00
Mateusz Kowalczyk
a7e861a058
jenkins: 2.56 -> 2.61
2017-05-20 22:54:07 +01:00
Benjamin Hipple
d856b50bad
pythonPackages.bitcoin-price-api: init at 0.0.4
2017-05-20 17:51:16 -04:00
Tim Steinbach
a42c54057f
linux: 4.11.1 -> 4.11.2
2017-05-20 17:17:35 -04:00
Tim Steinbach
a551ca61b7
linux: 4.9.28 -> 4.9.29
2017-05-20 17:17:34 -04:00
Tim Steinbach
82852ac60e
linux: 4.4.68 -> 4.4.69
2017-05-20 17:17:33 -04:00
Jörg Thalheim
b2a14ee339
Merge pull request #25944 from unaizalakain/init-xuxen
...
hunskell: add basque dictionary Xuxen 5
2017-05-20 20:17:48 +01:00
Chris Martin
726b9028f5
unetbootin: set QT_X11_NO_MITSHM=1
2017-05-20 14:42:32 -04:00
Jörg Thalheim
91978764a0
Merge pull request #25943 from pbogdan/tcptraceroute
...
tcptraceroute: init at 1.5beta7
2017-05-20 19:38:58 +01:00
Jörg Thalheim
da7e4ce1ad
Merge pull request #25801 from htr/add-terraform-inventory
...
terraform-inventory: init at 0.7-pre
2017-05-20 19:35:07 +01:00
kadota kyohei
a908f2a3df
google-app-engine-go-sdk: init at 1.9.53 ( #25856 )
...
* google-app-engine-go-sdk: init at 1.9.53
* google-app-engine-go-sdk: simplify python wrapper, use fetchzip
* add myself to maintainer list
* google-app-engine-go-sdk: add lufia as maintainer
2017-05-20 19:33:57 +01:00
Unai Zalakain
337687c318
hunskell: add basque dictionary Xuxen 5
...
mkDict doesn't easily adapt to dictionaries that have multiple source
files but no readme, so I did not use it. Having a "generic" function
that then has per-language quirks is a bad abstraction.
A small utility function that copies a given file to hunspell's and
myspell's dirs and a separate one that copies a given readme file would
be more useful.
2017-05-20 20:10:23 +02:00
Jörg Thalheim
c2dce6a745
Merge pull request #25666 from vmandela/gitseries
...
git-series: init at 0.9.1
2017-05-20 18:59:41 +01:00
Jörg Thalheim
d980f90150
Merge pull request #25941 from Kendos-Kenlen/webstorm-2017.1.3
...
idea.webstorm: 2017.1 -> 2017.1.3
2017-05-20 18:30:35 +01:00
Joachim Fasting
acfffd18f5
chromedriver: treat native build inputs as such
2017-05-20 19:28:00 +02:00
Joachim Fasting
4fe8165e84
chromedriver: refactor per-platform src specs, fixing eval
...
Use an attrset to ensure consistency between available
specs & hydra platforms.
This fixes evaluation error due to trying to build this on arm
linux (introduced by 357f193c9d
).
2017-05-20 19:27:58 +02:00
Joachim Fasting
88ff541807
chromedriver: remove redundant lib param
2017-05-20 19:27:53 +02:00
Jörg Thalheim
08eafdb909
madonctl: add missing deps.nix
2017-05-20 18:26:58 +01:00
Jörg Thalheim
2a42b45105
Merge pull request #25103 from Hodapp87/google_cloud_print
...
cloud-print-connector: init at unstable-2017-01-19
2017-05-20 18:23:12 +01:00
Jörg Thalheim
f3dce2cbda
cloud-print-connector: 2017-01-19 -> 1.11
2017-05-20 18:21:25 +01:00
Jörg Thalheim
56835b1eea
i3lock-pixeled: fix spurious hash in replace command
2017-05-20 18:10:49 +01:00
Jörg Thalheim
6e67547c94
Merge pull request #25086 from matthiasbeyer/add-madonctl
...
madonctl: init at 0.1.0
2017-05-20 18:07:25 +01:00
Jörg Thalheim
ce301fd4ab
madonctl: 0.1.0 -> 1.1.0
2017-05-20 18:06:34 +01:00
Jörg Thalheim
d1504bbe75
Merge pull request #25374 from jflanglois/android-studio-2.3
...
android-studio: 2.2.3.0 -> 2.3.1.0
2017-05-20 18:02:03 +01:00
Tuomas Tynkkynen
de263072b5
kernel: 4.10 is end-of-life
...
https://lkml.org/lkml/2017/5/20/75
2017-05-20 19:54:18 +03:00
Jörg Thalheim
196fa7e70d
Merge pull request #25761 from Ma27/new-package/i3lock-pixeled
...
i3lock-pixeled: init at 1.1.0
2017-05-20 17:46:57 +01:00
Jörg Thalheim
1deb1a30c8
i3lock-pixeled: use substituteInPlace
2017-05-20 17:45:51 +01:00
Jörg Thalheim
0b21bd9dbd
Merge pull request #25748 from armijnhemel/hwdata
...
hwdata: 0.291 -> 0.300
2017-05-20 17:40:31 +01:00
Jörg Thalheim
ea706bd98b
Merge pull request #25231 from veprbl/root_6.09.02
...
root: 6.08.02 -> 6.09.02
2017-05-20 17:37:43 +01:00
Jörg Thalheim
0eaddb05bf
Merge pull request #25662 from dochang/yank
...
yank: 0.8.0 -> 0.8.2
2017-05-20 17:34:40 +01:00
Jörg Thalheim
6f5c293bc5
yank: depends on xsel
2017-05-20 17:33:42 +01:00
Jörg Thalheim
f410236ed8
Merge branch 'master' into feature/fix_rainbox_gem_deps
2017-05-20 17:26:24 +01:00
leenaars
92964a2ea8
srcml: init at 0.9.5 ( #25395 )
2017-05-20 17:23:55 +01:00
Venkateswara Rao Mandela
3b69497bb1
git-series: init at 0.9.1
...
git series tracks changes to a patch series over time. git series also
tracks a cover letter for the patch series, formats the series for
email, and prepares pull requests.
https://github.com/git-series/git-series
2017-05-20 16:00:31 +00:00
Piotr Bogdan
95c158dbf8
tcptraceroute: init at 1.5beta7
2017-05-20 16:21:51 +01:00
Joachim Fasting
874b81b31f
treewide: s,enableParallelBuild(s),enableParallelBuilding,g
2017-05-20 17:16:17 +02:00
Gauthier POGAM--LE MONTAGNER
282fba7f0c
idea.webstorm: 2017.1 -> 2017.1.3
2017-05-20 16:53:20 +02:00
David Waern
3a084a80e7
samsung-unified-linux-drive: Fix sane driver by patching rpaths
...
fixes #25779
2017-05-20 15:35:00 +01:00
Hugo Tavares Reis
21898ff460
terraform-inventory: added htr as maintainer
2017-05-20 16:17:24 +02:00
Hugo Tavares Reis
e3de736b9b
terraform-inventory: init at 0.7-pre
2017-05-20 16:17:24 +02:00
Antoine Eiche
9694567ac9
pythonPackages.pika-pool: init at 0.1.3
...
fixes #25750
2017-05-20 15:03:45 +01:00
Jörg Thalheim
c1a5754b67
Merge pull request #25751 from nlewo/pr/rfc3986
...
pythonPackages.rfc3986: 0.2.2 -> 0.4.1
2017-05-20 14:59:43 +01:00
ryneeverett
34bdf451c3
lxpanel: init at 0.9.3
...
[Bjørn: break overlong lines.]
2017-05-20 15:41:09 +02:00
Jörg Thalheim
c66af84b3c
Merge pull request #25797 from selaux/ubiquitous-chromedriver
...
chromedriver: Update and make available for linux-i686 and darwin
2017-05-20 14:16:52 +01:00
Stefan Lau
357f193c9d
chromedriver: 2.25 -> 2.29
2017-05-20 14:16:08 +01:00
Miguel Madrid
cb19bc8a45
brotli: 0.5.2 -> 0.6.0 ( #25812 )
2017-05-20 14:04:33 +01:00
Shea Levy
877f95f12b
nix-buffer: 3.0.0 -> 3.0.1
2017-05-20 09:02:36 -04:00
marcnnn
e46ca1b95f
cvc4: 1.5pre-smtcomp2016 -> unstable-2017-05-18 ( #25808 )
...
* cvc4: 1.5pre-smtcomp2016 -> 1.5pre-20170514
* cvc4: use stable url
upstream delete their tarballs
2017-05-20 14:00:39 +01:00
Shea Levy
b21540c4a6
coq: Add emacs buffer setup
2017-05-20 08:34:33 -04:00
Robin Gloster
b447f624c3
bind: 9.10.4-P6 -> 9.10.5
2017-05-20 14:24:57 +02:00
Jörg Thalheim
c14109c170
Merge pull request #25879 from mlieberman85/add-kafka
...
confluent-kafka: init at 0.9.4
2017-05-20 12:36:08 +01:00
Valérian Galliat
330048e40c
timelapse-deflicker: init at 142acd1 ( #25904 )
...
* timelapse-deflicker: init at 142acd1
* timelapse-deflicker: nitpicks
* Add myself as a maintainer
2017-05-20 12:33:28 +01:00
Robin Gloster
c9f3893451
despotify: remove
...
broken and doesn't build with openssl 1.1
2017-05-20 13:22:58 +02:00
Robin Gloster
ff5b5ef553
dmg2img: 1.6.5 -> 1.6.7
2017-05-20 13:22:54 +02:00
Robin Gloster
8952d75b0c
duo-unix: 1.9.19 -> 1.9.20
...
fixes build with openssl 1.1
2017-05-20 13:22:46 +02:00
Robin Gloster
d0ffb23442
php70: 7.0.16 -> 7.0.19
...
fixes build with openssl 1.1
2017-05-20 13:22:46 +02:00
Robin Gloster
2944ca8f6a
coturn: 4.5.0.3 -> 4.5.0.6
...
fixes build with openssl 1.1
2017-05-20 13:22:46 +02:00
Joachim Fasting
252dcd62f3
OVMF: separate output for ovmf binaries
...
OVMF{,CODE,VARS}.fd are now available in a dedicated fd output, greatly
reducing the closure in the common case where only those files are used (a
few MBs versus several hundred MBs for the full OVMF).
Note: it's unclear why `dontPatchELF` is now necessary for the build to
pass (on my end, at any rate) but it doesn't make much sense to run this
fixup anyway,
Note: my reading of xen's INSTALL suggests that --with-system-ovmf should
point directly to the OVMF binary. As such, the previous invocation was
incorrect (it pointed to the root of the OVMF tree). In any case, I have
only built xen with `--with-system-ovmf`, I have not tested it.
Fixes https://github.com/NixOS/nixpkgs/issues/25854
Closes https://github.com/NixOS/nixpkgs/pull/25855
2017-05-20 12:33:48 +02:00
Unai Zalakain
c3cbbd09a0
metar: init at 20161013.1
2017-05-20 11:58:03 +02:00
Jörg Thalheim
33e10b8334
Merge pull request #25864 from pbogdan/nixos-master
...
xfce4-volumed-pulse: 0.2.0 -> 0.2.2.
2017-05-20 10:43:52 +01:00
Jörg Thalheim
78c409d44d
Merge pull request #25860 from pjones/pjones/mynewt-newt
...
mynewt-newt: init at 1.0.0
2017-05-20 10:40:25 +01:00
Jörg Thalheim
486a073d21
mynewt-newt: disable darwin
2017-05-20 10:40:08 +01:00
risicle
9d86b49f2a
python metaphone: init at 0.6 ( #25868 )
...
* metaphone: init at 0.6
* metaphone: add self as maintainer
2017-05-20 10:30:10 +01:00
Unai Zalakain
610c27ca64
pysrt: init at 1.1.1
2017-05-20 10:56:42 +02:00
Jörg Thalheim
a11ab629d6
Merge pull request #25909 from mayflower/synapse_0.21.0
...
matrix-synapse: 0.20.0 -> 0.21.0
2017-05-20 09:41:24 +01:00
Jörg Thalheim
7c9437104a
Merge pull request #25925 from selaux/networkmanager_fortisslvpn
...
networkmanager_fortisslvpn: init at 1.2.4
2017-05-20 09:18:22 +01:00
Jörg Thalheim
ab21a2139e
Merge pull request #25932 from romildo/upd.elementary-icon-theme
...
elementary-icon-theme: 4.0.3 -> 4.1.0
2017-05-20 08:55:32 +01:00
Jörg Thalheim
98fe402d93
Merge pull request #25933 from spamntaters/opera-update
...
Opera: 44.0.2510.857 -> 45.0.2552.812
2017-05-20 08:55:07 +01:00
Jens Binkert
72589c9d30
Typora: init at 0.9.29 ( #25899 )
...
* Typora: init at 0.9.29
* typora: adapt description
2017-05-20 08:52:11 +01:00
Unai Zalakain
f76ce5983d
rarfile: 2.6 -> 3.0 ( #25885 )
...
* rarfile: 2.6 -> 3.0
* rarfile: enable tests
2017-05-20 08:19:40 +01:00
Protean Security
d89aaca611
tcpreplay: init at 4.2.5 ( #25891 )
...
* tcpreplay: init at 4.2.5
* fix the license meta info
* tcpreplay: use bsd3 license from lib.licenses
2017-05-20 07:51:36 +01:00
Jörg Thalheim
300b63c5ea
Merge pull request #25911 from amiloradovsky/dale
...
dale: 20170419 -> 20170519
2017-05-20 07:41:29 +01:00
Jörg Thalheim
029125b973
postgresql: add man output
...
the doc output is not installed by default (where manpages where
included). This leads to manpages not present when enabling postgresql
service. fixes #25928
2017-05-20 07:07:12 +01:00
Peter Hoeg
28e05a0dfd
keybase-gui: 1.0.18 -> 1.0.23
2017-05-20 12:14:04 +08:00
Patrick Callahan
3f91e0dbae
fish: source NixOS environment on non-login shells, when it hasn't been
...
sourced
(this fixes issue #25789 :
https://github.com/NixOS/nixpkgs/issues/25789#issuecomment-301577290 and
the issue with git-annex mentioned here
https://github.com/NixOS/nixpkgs/pull/24314#issuecomment-301587124 )
2017-05-19 21:00:24 -07:00
romildo
58c17c75ba
elementary-icon-theme: 4.0.3 -> 4.1.0
2017-05-19 20:48:31 -03:00
spamntaters
2f455390a5
Opera: 44.0.2510.857 -> 45.0.2552.812
2017-05-19 19:48:28 -04:00
John Ericson
7e096024d7
glibc: Fix for cross
2017-05-19 18:44:24 -04:00