Marek Mahut
f0d1db99db
Merge pull request #66857 from nrdxp/fix/caddy
...
caddy: remove 'bin' attribute
2019-08-19 13:50:14 +02:00
Maximilian Bosch
ebc4a417d0
ruby/bundlerApp: ignore gemset
in env attribute set
...
The `gemset` field can be an attribute set as well in `buildRubyGem`,
however attribute sets can't be coerced to strings for the environment
set.
The impact should be relatively small as the environment variables are
only used by the `runCommand` script for `bunlderApp` which doesn't
refer to `gemset` at all.
2019-08-19 13:46:52 +02:00
Maximilian Bosch
0ad3568114
_3llo: init at 0.3.0
...
Simple CLI client for `trello.com`. It can be used like this:
```
$ export TRELLO_USER=your_username
$ export TRELLO_KEY=your_key
$ export TRELLO_TOKEN=your_token
$ ./result/bin/3llo
```
I didn't create a module for this as I don't think that those secrets
should live in the Nix store. Ideally `3llo` can be used from a script
which retrieves secrets from some kind of password store like this:
```
export TRELLO_KEY=$(pass show trello/key)
export TRELLO_TOKEN=$(pass show trello/token)
3llo $@
```
2019-08-19 13:46:49 +02:00
Marek Mahut
aa239e96b4
simpleitk: 1.2.0 -> 1.2.2
...
Changing the source from sourceforge to github.
2019-08-19 13:44:15 +02:00
R. RyanTM
6e718f1ab4
groovy: 2.5.7 -> 2.5.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groovy/versions
2019-08-19 04:29:43 -07:00
R. RyanTM
09148726a2
tridactyl-native: 1.16.2 -> 1.16.3 ( #66874 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tridactyl-native/versions
2019-08-19 13:28:57 +02:00
R. RyanTM
2d78a7ad36
groonga: 9.0.5 -> 9.0.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/groonga/versions
2019-08-19 04:17:54 -07:00
Jan Tojnar
5e0023db77
Merge pull request #66898 from r-ryantm/auto-update/gnome-nibbles
...
gnome3.gnome-nibbles: 3.31.3 -> 3.32.0
2019-08-19 13:12:27 +02:00
R. RyanTM
9db5a87e8e
gnome3.geary: 3.32.1 -> 3.32.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/geary/versions
2019-08-19 04:11:14 -07:00
Bas van Dijk
dc374218c9
rustfmt: make sure to test rustfmt instead of rustc
...
Co-Authored-By: symphorien <symphorien@users.noreply.github.com>
2019-08-19 12:54:40 +02:00
Chris Rendle-Short
efa9be4d4c
riot-desktop: rename .desktop file to match app_id
...
Fixes the problem where the app icon would not show under
Gnome/Wayland.
2019-08-19 20:40:26 +10:00
Nikolay Amiantov
a92f71964f
python.pkgs.python-unshare: init at 0.2 ( #66893 )
...
* python.pkgs.python-unshare: init at 0.2
* Update pkgs/development/python-modules/python-unshare/default.nix
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2019-08-19 13:34:49 +03:00
Nikolay Amiantov
9b30cf0cb4
nixos release notes: mention systemd.packages changes
2019-08-19 13:25:15 +03:00
R. RyanTM
5bf055f568
gnome3.gnome-nibbles: 3.31.3 -> 3.32.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/gnome-nibbles/versions
2019-08-19 03:22:42 -07:00
R. RyanTM
c008a0586a
geekbench: 4.4.0 -> 4.4.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/geekbench/versions
2019-08-19 03:17:10 -07:00
R. RyanTM
36a2ffc2e4
grpc: 1.22.0 -> 1.23.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/grpc/versions
2019-08-19 03:13:54 -07:00
tilpner
0281599ad2
tree-wide: fix malformed meta.maintainers
...
These packages stood out while processing packages.json.gz,
where the maintainer field of some packages wasn't a list of sets,
but a nested list, or a string.
2019-08-19 11:58:27 +02:00
WilliButz
ec3b4dd684
Merge pull request #66891 from r-ryantm/auto-update/forkstat
...
forkstat: 0.02.10 -> 0.02.11
2019-08-19 11:57:06 +02:00
Marek Mahut
b8a9d33bcd
Merge pull request #66884 from markuskowa/upd-octopus
...
octopus: 9.0 -> 9.1
2019-08-19 11:53:01 +02:00
Marek Mahut
f728dcfacc
Merge pull request #66888 from r-ryantm/auto-update/gmailieer
...
gmailieer: 0.10 -> 0.11
2019-08-19 11:52:18 +02:00
Marek Mahut
971307e98e
Merge pull request #66879 from r-ryantm/auto-update/flow
...
flow: 0.105.0 -> 0.105.2
2019-08-19 11:51:54 +02:00
Marek Mahut
b4ed90da30
Merge pull request #66887 from r-ryantm/auto-update/fuse-overlayfs
...
fuse-overlayfs: 0.4.1 -> 0.5.1
2019-08-19 11:51:20 +02:00
Marek Mahut
f8892cb49c
Merge pull request #66890 from r-ryantm/auto-update/h2o
...
h2o: 2.2.5 -> 2.2.6
2019-08-19 11:51:02 +02:00
R. RyanTM
21b3a0260a
gzdoom: 4.1.3 -> 4.2.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/gzdoom/versions
2019-08-19 02:50:06 -07:00
Marek Mahut
4f9d46b68a
Merge pull request #66873 from r-ryantm/auto-update/focuswriter
...
focuswriter: 1.7.2 -> 1.7.3
2019-08-19 11:49:20 +02:00
Marek Mahut
f5974b51d5
Merge pull request #66881 from r-ryantm/auto-update/fluxctl
...
fluxctl: 1.13.1 -> 1.13.3
2019-08-19 11:48:12 +02:00
Marek Mahut
0b78d7a13f
Merge pull request #66878 from r-ryantm/auto-update/easyrpg-player
...
easyrpg-player: 0.6.0 -> 0.6.1
2019-08-19 11:47:14 +02:00
R. RyanTM
8e961c51c0
fnotifystat: 0.02.02 -> 0.02.03 ( #66880 )
...
* fnotifystat: 0.02.02 -> 0.02.03
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fnotifystat/versions
* Update default.nix
2019-08-19 11:46:26 +02:00
Marek Mahut
22aa7eadf1
Merge pull request #66871 from peterhoeg/f/apmplanner
...
apmplanner2: fix build against qt 5.12
2019-08-19 11:43:40 +02:00
R. RyanTM
4d76175c1a
forkstat: 0.02.10 -> 0.02.11
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/forkstat/versions
2019-08-19 02:12:42 -07:00
R. RyanTM
3ac9a51961
h2o: 2.2.5 -> 2.2.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/h2o/versions
2019-08-19 02:10:02 -07:00
Vika
68847aeef4
lua: fix cross-compilation; fixes #66742
...
The makefile isn't able to find the toolchain when cross-compiling. I
helped it a little bit by adding the parameters explicitly.
2019-08-19 12:04:26 +03:00
pacien
187f634953
gscan2pdf: 2.3.0 -> 2.5.5
2019-08-19 18:03:56 +09:00
Dmitry Kalinkin
d022202b73
Merge pull request #66840 from lopsided98/buildbot-update
...
buildbot: 2.3.1 -> 2.4.0
2019-08-19 05:02:34 -04:00
R. RyanTM
7251849707
gmailieer: 0.10 -> 0.11
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gmailieer/versions
2019-08-19 02:01:04 -07:00
R. RyanTM
daf83f7f06
fuse-overlayfs: 0.4.1 -> 0.5.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fuse-overlayfs/versions
2019-08-19 01:55:14 -07:00
Peter Simons
5ad0677aec
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.14.4-5-g57efca0 from Hackage revision
f0ef5143bf
.
2019-08-19 10:52:31 +02:00
(cdep)illabout
c88651aab9
haskell: Run termonad tests
2019-08-19 10:52:30 +02:00
(cdep)illabout
45012a0e94
haskell: mark termonad and focuslist as unbroken
2019-08-19 10:52:30 +02:00
Silvan Mosberger
2c69d30e29
haskellPackages.idris: Fix build
...
Can build with default megaparsec now
2019-08-19 10:52:30 +02:00
Domen Kožar
e19b227166
haskell: mark tomland as not broken
2019-08-19 10:52:30 +02:00
Michael Raskin
801c40354b
Merge pull request #66882 from Ma27/iotop-python3
...
iotop: use python3
2019-08-19 08:48:22 +00:00
R. RyanTM
e7bc99490d
fwupd: 1.2.8 -> 1.2.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fwupd/versions
2019-08-19 01:48:08 -07:00
WilliButz
5c8a6c38f0
Merge pull request #66626 from eyJhb/sl-bump
...
sl: 5.04 -> 5.05
2019-08-19 10:42:14 +02:00
markuskowa
e6238c8fc8
Merge pull request #66844 from ngerstle/update-traefik
...
traefik: 1.7.12 -> 1.7.14
2019-08-19 10:28:07 +02:00
Markus Kowalewski
a81bb36249
octopus: 9.0 -> 9.1
...
* switch to GitLab download
* cleanup fftw dependence
2019-08-19 10:24:44 +02:00
Nikolay Amiantov
3b3618ea3c
buildBazelPackage: remove top-level symlinks
...
They always can be regenerated during the actual build, and they are sometimes
random, e.g in Tensorflow;
platforms -> NIX_BUILD_TOP/tmp/install/35282f5123611afa742331368e9ae529/_embedded_binaries/platforms
2019-08-19 11:23:17 +03:00
eyjhbb@gmail.com
d85ee0df1b
sl: 5.04 -> 5.05
2019-08-19 10:14:09 +02:00
R. RyanTM
97cf4d3f15
fluxctl: 1.13.1 -> 1.13.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/fluxctl/versions
2019-08-19 01:08:47 -07:00
Marek Mahut
c9d957afc1
Merge pull request #66875 from r-ryantm/auto-update/dvdstyler
...
dvdstyler: 3.1 -> 3.1.2
2019-08-19 10:01:04 +02:00