Commit graph

18580 commits

Author SHA1 Message Date
Jörg Thalheim 31f67bed5b
Merge pull request #51379 from Gerschtli/add/programs-nm-applet
nixos/nm-applet: add nm-applet program
2018-12-02 11:49:45 +00:00
Jörg Thalheim 4c7b012d85
networkmanager-applet: set default icon theme 2018-12-02 11:48:40 +00:00
Vladyslav Mykhailichenko 6a0bbbdc57
oxipng: 2.1.6 -> 2.1.8 2018-12-02 11:13:33 +02:00
Vladyslav M 4e7a366c75
Merge pull request #51372 from dtzWill/update/s-tui-0.8.3
s-tui: 0.8.2 -> 0.8.3
2018-12-02 10:34:54 +02:00
worldofpeace 3f4cbd47af
Merge pull request #51349 from marsam/feature/fix-vdirsyncer
vdirsyncer: fix build
2018-12-02 03:15:50 -05:00
Will Dietz 02b1a4ab75 s-tui: 0.8.2 -> 0.8.3
https://github.com/amanusk/s-tui/releases/tag/v0.8.3

Drop patch, including it was the reason for this release :).
2018-12-02 00:19:41 -06:00
Will Dietz 02282130d0 yubikey-manager: 1.0.0 -> 1.0.1
https://developers.yubico.com/yubikey-manager/Release_Notes.html

https://github.com/Yubico/yubikey-manager/releases/tag/yubikey-manager-1.0.1
2018-12-02 00:04:11 -06: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
Mario Rodas c154ecfc38
vdirsyncer: fix build
- Add support for build on darwin
2018-12-01 19:17:54 -05:00
koral 35f6d1cda4 loop: init at unstable-2018-10-02 2018-12-02 00:03:13 +01: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
Bas van Dijk fbf0efc6a7 elk: 6.3.2 -> 6.5.1 2018-12-01 12:47:12 +01:00
worldofpeace 50bb0afa7c
Merge pull request #50863 from marsam/feature/add-aws-google-auth
aws-google-auth: init at 0.0.29
2018-11-30 21:58:24 -05:00
Mario Rodas f15aecd1bb aws-google-auth: init at 0.0.29 2018-11-30 21:57:07 -05:00
worldofpeace 22926c8b84
Merge pull request #51284 from kampka/upgrade-gandi-cli
gandi-cli: 0.19 -> 1.3
2018-11-30 18:16:13 -05:00
Christian Kampka 4ed2dd919b gandi-cli: 0.19 -> 1.3 2018-11-30 23:13:34 +01:00
Michael Weiss bdb007ddce monkeysphere: Update the comment why the tests don't run 2018-11-30 21:33:30 +01:00
Johannes Frankenau dc21737edd ntfy: 2.6.0 -> 2.7.0 2018-11-30 19:03:22 +01:00
Frederik Rietdijk 1828a5c5ba Merge master into staging-next 2018-11-30 17:46:21 +01:00
Renaud 4088758a6b
Merge pull request #51244 from uri-canva/perceptualdiff
perceptualdiff: init at 2.1
2018-11-30 09:29:50 +01:00
Uri Baghin 3f806a0ae7 perceptualdiff: init at 2.1 2018-11-30 18:27:43 +11:00
Charles Duffy 7df55477fd
bees: init at 0.6.1
Introduce an extent-layer (as opposed to the existing file-level) deduplication
system for btrfs. This provides a means of finding similarities within
non-identical files, when they contain identical, aligned blocks.
2018-11-29 20:27:44 -06: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
eburimu cfb184f2cb
fix reiserfsprogs cross compilation 2018-11-29 17:52:20 +00:00
eburimu 98a2a5b537
fix jfsutils cross compilation 2018-11-29 10:14:02 +00:00
Frederik Rietdijk 9db2421d1f Merge master into staging-next 2018-11-29 08:12:56 +01:00
aszlig bef2a43957
beets-alternatives: Add myself as maintainer
I've introduced the plugin and have been maintaining it ever since, so
it's time to make myself the official maintainer in order to avoid
confusion about who to address when issues about the alternatives plugin
arise.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @wisp3rwind
2018-11-29 05:10:17 +01:00
aszlig 887ae75eb2
beets-alternatives: 0.8.2 -> 0.9.0
This introduces the following upstream changes:

  * The package is now on PyPI
  * Require at least beets v1.4.7
  * Update album art in alternatives when it changes
  * Python 3 support (Python 2.7 continues to be supported)
  * Support the format aliases defined by the convert plugin ('wma' and
    'vorbis' with current beets)
  * Bugfix: Explicitly write tags after encoding instead of relying on
            the encoder to do so
  * Bugfix: If the formats config option is modified, don't move files
            if the extension would change, but re-encode

I updated this because I was pinged by @wisp3rwind about moving back to
@geigerzaehler's repository at [1].

This is what @wisp3rwind wrote in the comment[2] (which was originally
directed to @Profpatsch):

  (I hope you're the one to bug, or at least can ping someone else), I
  just noticed that you switched the NixOS package to my repository.
  Would you please switch it back to this repo soon-ish? The code here
  is better tested, and [3] is handled less elegantly on my fork since
  it requires changes to the configuration. The latter are undocumented,
  but whoever has bothered to take a look at the code might end up with
  (harmless) unused config entries.

So in essence we're now back to the original upstream repository again,
which I changed to @wisp3rwind's fork in 29e89248bf
because it fixed issues with Python 3.

Stripping the long_description from setup.py also doesn't seem to be
required anymore, but I didn't investigate why (might be because either
our Python tooling now sets a default language or the README simply no
longer has non-ASCII characters).

[1]: https://github.com/geigerzaehler/beets-alternatives
[2]: https://github.com/geigerzaehler/beets-alternatives/issues/23
[3]: https://github.com/geigerzaehler/beets-alternatives/pull/27

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-29 05:10:15 +01:00
aszlig 36efeac21a
beets: Add patch to fix Python 3.7 compatibility
Since 0f38d9669f, the default Python
version for Python 3 is now Python 3.7.

It has been a while since beets had a new release, but the fix for
Python 3.7 is already in master (and it's also rather small), so I
decided to cherry-pick the commit as a patch.

I've built the package along with its tests and they failed at first,
but the errors were unrelated. So I disabled the tests for pylint, as
they're failing right now.

In addition I also needed to temporarily revert
0d2f06ae3a, which supposedly should fix
issues with Python 2 but aparently breaks Python 3 support and during
the beets tests we get a ModuleNotFoundError for the "_gi_gst" module.

However I didn't further investigate why this happens, as I'm time
constrained right now. But after disabling the pylint tests and the
revert of the mentioned gst-python commit, the beets tests succeed.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @jtojnar, @lopsided98 (for introducing the gst-python change)
Cc: @domenkozar, @pjones (other beets maintainers)
2018-11-29 05:10:13 +01:00
Matthew Bauer 38f1b48232 tightvnc: use imake setup hook 2018-11-28 20:14:44 -06:00
Matthew Bauer 8e4b0ceeb2 vncrec: use imake setup hook 2018-11-28 20:14:43 -06:00
Matthew Bauer 3f00c67ef9 x11-ssh-askpass: cleanup 2018-11-28 20:14:42 -06:00
Matthew Bauer f0077dc7da transfig: use imake setup hook 2018-11-28 20:14:41 -06:00
Matthew Bauer c90dba094d xzoom: use imake setup hook 2018-11-28 20:14:40 -06:00
Matthew Bauer fd1a5aecab xvkbd: use imake setup hook 2018-11-28 20:14:40 -06:00
Matthew Bauer 39122285ba xbrightness: use imake setup hook 2018-11-28 20:14:39 -06:00
Matthew Bauer be10bee0e4 x2x: use imake setup hook 2018-11-28 20:14:38 -06:00
Matthew Bauer 9d2c6ea47a otfcc: use premake setup hook 2018-11-28 20:14:32 -06:00
Matthew Bauer c315b9ec52
Merge pull request #51118 from bennofs/fix-mkpasswd
mkpasswd: fix cross compilation
2018-11-28 11:59:05 -06:00
Benno Fünfstück a5a239ca2d efivar: fix cross compilation 2018-11-28 14:34:41 +01:00
Léo Gaspard 8231e7181b
Merge branch 'pr-49633'
* pr-49633:
  pulumi: init at 0.16.2
2018-11-28 10:09:18 +09:00
Peter Romfeld 08699733bb
pulumi: init at 0.16.2 2018-11-28 00:45:45 +08:00
Benno Fünfstück 468d1595f8 mkpasswd: fix cross compilation 2018-11-27 17:04:40 +01:00
Will Dietz 97c8ede6cb gist: 4.6.2 -> 5.0.0, simplify
* default wrapper works fine now AFAICT
* Not sure that 'dontStrip' does anything here
  (regardless doesn't seem to be useful any longer)
2018-11-27 09:40:17 -06:00
Benno Fünfstück 284c3edbc8
nbench: init at 2.2.3 (#51081) 2018-11-26 22:16:16 +01:00
Kamil Chmielewski e7fd32d2f1 appimage-run: fix missing libatk-bridge-2.0.so.0
Fix `error while loading shared libraries: libatk-bridge-2.0.so.0`
when trying to run Beaker Browser >= 0.8.0
2018-11-26 21:37:07 +01:00
Florian Klink a62aeb9b5f
Merge pull request #51015 from marsam/feature/update-wal-g
wal-g: 0.1.12 -> 0.2.0
2018-11-26 19:15:23 +01:00
Robert Schütz a6c90e135e bittornado: remove
It is unmaintained and does not build.
2018-11-26 15:51:48 +01:00
Vladimír Čunát a5de78b7d7
Merge branch 'master' into staging-next 2018-11-26 10:28:00 +01:00
Mario Rodas b7c28485f1 pgcenter: init at 0.5.0 2018-11-25 19:19:44 -05:00
Renaud 71c49d5796
Merge pull request #51046 from marsam/feature/update-vale
vale: 1.0.3 -> 1.2.6
2018-11-25 23:13:22 +01:00
worldofpeace b49ed49c68 kbfs: 2.6.0 -> 2.10.1 2018-11-25 16:44:34 -05:00
worldofpeace 3fdbd985d9 keybase: 2.7.3 -> 2.10.1 2018-11-25 16:44:34 -05:00
worldofpeace 02e9d06e5e keybase-gui: 2.7.0 -> 2.11.0
- Use `autoPatchelfHook`
- Don't explicitly set phases - Part of #28910
- Correct `version` by hoisting out the suffix
2018-11-25 16:44:34 -05:00
Mario Rodas 3a43ca1134 vale: 1.0.3 -> 1.2.6 2018-11-25 15:58:25 -05:00
c0bw3b 9762e2c3bd confuse: remove and replace with libconfuse
- confuse is a duplicate of libconfuse
- upstream name is libconfuse so keep this one
- replace confuse with libconfuse in packages depending on it
2018-11-25 18:20:42 +01:00
Renaud 6a5fff3741
Merge pull request #51001 from c0bw3b/cleanup/more-https
Treewide: use more HTTPS-enabled sources
2018-11-25 16:22:34 +01:00
Renaud 631dc221d4
Merge pull request #51024 from mt-caret/keynav
keynav: 0.20150730.0 -> 0.20180821.0
2018-11-25 16:20:32 +01:00
Severin Fürbringer 017bade3eb diskus: 0.4.0 -> 0.5.0 (#51023)
* diskus: 0.4.0 -> 0.5.0 (#51023)

* Update pkgs/tools/misc/diskus/default.nix

Co-Authored-By: fuerbringer <severin@fuerbringer.info>
2018-11-25 15:30:43 +01:00
Masayuki Takeda e3d1a7a8b6 keynav: 0.20150730.0 -> 0.20180821.0 2018-11-25 21:24:38 +09:00
Gleb Peregud bea10bfcab woeusb: add p7zip to runtime deps
* woeusb: add p7zip to runtime deps enable extra feature (#47982)

WoeUSB depends on presence of '7z` binary in the path to execute an extra step. 
As Windows 7's installation media doesn't place the required EFI bootloaders
in the right location, WoeUSB extracts them from the system image manually
using '7z' binary which it checks with 'command -v 7z'.

See related code at:
aea4f91783/src/woeusb (L1530)

* woeusb: split native build inputs
2018-11-25 11:24:31 +01:00
worldofpeace 50e06fc78e
Merge pull request #50689 from r-ryantm/auto-update/mysqltuner
mysqltuner: 1.6.18 -> 1.7.13
2018-11-25 04:19:10 -05:00
Mario Rodas aff92495ab wal-g: 0.1.12 -> 0.2.0 2018-11-25 03:57:22 -05:00
Amine Chikhaoui e1ad1a0aa2 networkmanagerapplet: 1.8.16 -> 1.8.18
(#50338)
2018-11-25 09:27:38 +01:00
Renaud f830fe04bd
Merge pull request #51003 from c0bw3b/pkg/ckbcomp
ckbcomp: 1.133 -> 1.187
2018-11-25 08:33:33 +01:00
markuskowa 3a393eecaf
Merge pull request #50904 from Pneumaticat/lizardfs-update
LizardFS: 3.11.3 -> 3.12.0, add Berkeley DB support
2018-11-25 02:38:57 +01:00
Kevin Liu 34f2931037
lizardfs: enable Berkeley DB support 2018-11-24 19:43:25 -05:00
Kevin Liu 4bbc1a6ce3
lizardfs: 3.11.3 -> 3.12.0 2018-11-24 19:43:03 -05:00
c0bw3b aed83accbf ckbcomp: 1.133 -> 1.187 2018-11-25 01:21:11 +01:00
c0bw3b 6b4433cfe6 super: get patch from salsa.debian.org
http://anonscm.debian.org/cgit is not available anymore
2018-11-25 00:35:26 +01:00
c0bw3b 126f94d808 Treewide: use https for people.redhat.com 2018-11-24 23:56:37 +01:00
c0bw3b dd3e576654 Treewide: use https for src.fedoraproject.org 2018-11-24 23:53:27 +01:00
c0bw3b adea16b86c Treewide: use https for launchpad.net 2018-11-24 23:47:52 +01:00
Will Dietz 51b526d86e mtools: 4.0.20 -> 4.0.21
* mtools: 4.0.20 -> 4.0.21 (#50993)

https://lists.gnu.org/archive/html/info-mtools/2018-11/msg00009.html

* mtools: homepage is https-capable
2018-11-24 22:34:57 +01:00
Renaud 0c1197a7fb
dfc: 3.0.5 -> 3.1.1
(#50991)
2018-11-24 20:40:37 +01:00
c0bw3b 0ea604ac1d Treewide: use https for SourceForge 2018-11-24 19:58:03 +01:00
Joachim F f00bc13ad7
Merge pull request #50831 from andersk/lxd-apparmor_parser
lxd: Provide apparmor_parser
2018-11-24 14:48:38 +00:00
Paul TREHIOU 04c038e219 wpscan: init at 3.4.0
* wpscan: init at 3.4.0 (#50958)

* wpscan: fix typo in description

Co-Authored-By: nyanloutre <paul@nyanlout.re>

* wpscan: missing indentation

Co-Authored-By: nyanloutre <paul@nyanlout.re>

* wpscan: wrap executable with curl
2018-11-24 11:48:32 +01:00
Frederik Rietdijk e41154d1ab Merge master into staging-next 2018-11-24 10:43:33 +01:00
Sarah Brofeldt 25c562e451
Merge pull request #50550 from jD91mZM2/xidlehook
xidlehook: 0.6.0 -> 0.6.1
2018-11-24 10:32:55 +01:00
Michael Raskin f79bf0a924
Merge pull request #50973 from c0bw3b/pkg/nsjail
nsjail: 2.7 -> 2.8
2018-11-24 08:01:47 +00:00
Will Dietz af9ba3758f hyperfine: 1.3.0 -> 1.4.0 2018-11-23 19:26:11 -06:00
Franz Pletz 5ea22c49f1
browserpass: 2.0.18 -> 2.0.22 2018-11-24 01:35:47 +01:00
Jörg Thalheim 6d9a35a6de
direnv: 2.17.0 -> 2.18.2 2018-11-24 00:16:01 +00:00
c0bw3b 9e5b98c81a nsjail: 2.7 -> 2.8
Changelog: https://github.com/google/nsjail/releases/tag/2.8
2018-11-24 00:26:40 +01:00
James Hillyerd c5933f4bf2 imwheel: init at 1.0.0pre12 2018-11-23 15:17:56 -08:00
Wael M. Nasreddine d4158b1b9c
ssh-agents: init at 1.0.1 2018-11-23 12:59:33 -08:00
Maximilian Bosch 80e9f77ed5
Merge pull request #50475 from Pneumaticat/ibus-table-chinese-init
ibus-table-chinese: init at 1.8.2
2018-11-23 14:11:58 +01:00
Vincent Laporte 6bdb039138
timidity: 2.14.0 -> 2.15.0 2018-11-23 06:54:46 +00:00
Travis Athougies c116de9411 Use runtimeShell for dhcpcd 2018-11-22 19:57:01 -08:00
Franz Pletz c826315257
youtubeDL: 2018.11.07 -> 2018.11.18 2018-11-22 14:36:26 +01:00
Franz Pletz 1a371818b6
kea: 1.4.0 -> 1.4.0-P1 2018-11-22 14:36:25 +01:00
Pierre Bourdon 90720d0139 curl: cherry-pick upstream patch for ipv6 url parsing
Upstream bug: curl/curl#3218.

This causes nixos/tests/ipv6.nix to fix since the last staging merge.
2018-11-22 09:58:34 +01:00
Frederik Rietdijk c31cb577ae Merge master into staging-next 2018-11-22 09:57:08 +01:00
R. RyanTM 5aa34d934d duo-unix: 1.10.5 -> 1.11.0 (#50793)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/duo-unix/versions
2018-11-22 02:55:52 -05:00
Tim Steinbach c605b98637
miniserve: init at 0.2.1 2018-11-21 20:22:32 -05:00
Jörg Thalheim 6d7e116d0c
Merge pull request #50895 from dywedir/oxipng
oxipng: 2.1.0 -> 2.1.6
2018-11-22 00:54:59 +00:00
Matthieu Coudron 35f74c3608 mininet: init at 2.3.0d4 (#41261)
Mininet (https://github.com/mininet/mininet) is a popular network emulator that
glues several components such as network namespaces, traffic control
commands into a set of python bindings. It is then "easy" to describe a
topology and run experiments on it.
2018-11-21 23:33:10 +00:00
Renaud 8f7e407f81
Merge pull request #50894 from worldofpeace/fpart/1.1.0
fpart: 1.0.0 -> 1.1.0
2018-11-21 23:48:44 +01:00
worldofpeace eeec5612b4 fpart: 1.0.0 -> 1.1.0
Also use `fetchFromGitHub` for fetch so we can use https.
2018-11-21 17:05:20 -05:00