1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

161088 commits

Author SHA1 Message Date
Ding Xiang Fei b011049cf6 Merge branch 'master' of https://github.com/nixos/nixpkgs into tarball-closureinfo 2018-11-26 12:04:07 +08:00
worldofpeace 55efeef4f6
Merge pull request #51041 from Gerschtli/update/dwm-status
dwm-status: 1.2.0 -> 1.4.0
2018-11-25 23:00:35 -05:00
Maximilian Bosch ab88ed6df6
Merge pull request #51045 from marsam/feature/update-python-nvchecker
pythonPackages.nvchecker: 1.1 -> 1.2.7
2018-11-26 03:34:26 +01:00
Maximilian Bosch 4faa3c7ef2
Merge pull request #51054 from worldofpeace/pandas-aarch
pythonPackages.pandas: don't run tests on aarch64
2018-11-26 03:20:08 +01:00
Maximilian Bosch 2a17b5b7d5
Merge pull request #51055 from Ma27/bump-nix-zsh-completions
nix-zsh-completions: 0.4.0 -> 0.4.1
2018-11-26 03:11:41 +01:00
ryan4729 5095c08374 pythonPackages.yattag: init at 1.10.1 (#51056)
* pythonPackages.yattag: init at 1.10.1

* pythonPackages.yattag: add license
2018-11-26 03:09:56 +01:00
Tim Steinbach bff473b034
linux: 4.20-rc3 -> 4.20-rc4 2018-11-25 20:02:48 -05:00
aszlig 4a6e3e4185
autoPatchelfHook: Skip on missing segment headers
If the file in question is not a shared object file but an ELF, we
really want to skip the file, because we won't have anything to patch
there.

For example if the file is created via "gcc -c -o foo.o foo.c", we don't
get a segment header and so far autoPatchelf was trying to patch such a
file.

By checking for missing segment headers, we're now no longer going to
attempt patching such a file.

Signed-off-by: aszlig <aszlig@nix.build>
Reported-by: Sander van der Burg <svanderburg@gmail.com>
2018-11-26 01:58:36 +01:00
worldofpeace 02114b5f59
Merge pull request #49267 from marsam/feature/init-pgcenter
pgcenter: init at 0.5.0
2018-11-25 19:57:48 -05:00
Maximilian Bosch 991d4bf68c
mutt/neomutt: work around S/MIME issues with application/pgp-encrypted
The original issue can be reproduced when sending with an unpatched
`mutt` or `neomutt` an email with an attachement which as han `.asc`
extension. This will be interpreted as `application/pgp-encrypted` which
experiences special logic, in the end the attachement will contain
"Version: 1"[1][2][3]

Right now, there are the following issues in the {,neo}mutt packages:

* `mutt.override { smimeSupport = true }` fails to build since the
  Debian patch results in a 404. Debian moved their packages to
  `salsa.debian.org`.

  However we can't use a versioned URL for this as Debian only tracks
  the Mutt versions that are available in their releases. The patch
  doesn't touch Mutt's core and is therefore simple to rebase, so
  sticking to the 1.10.2 patch for now should be sufficient.

* The original issue was never fixed in NeoMutt, currently we use the
  S/MIME database from `pkgs.mime-types` which contains the issue with
  `application/pgp-encrypted` as well.

  After some discussion[4] it seems to be the best decision to use the
  `mailcap` database distributed by Fedora[5] which fixes the issue
  rather than `mime-types` v9 from 2012.

[1] https://bugs.archlinux.org/task/43319
[2] https://bugs.gentoo.org/534658
[3] https://github.com/neomutt/neomutt/blob/neomutt-20180716/sendlib.c#L490-L496
[4] https://github.com/NixOS/nixpkgs/pull/50927#issuecomment-441383260
[5] https://pagure.io/mailcap
2018-11-26 01:51:41 +01:00
Mario Rodas b7c28485f1 pgcenter: init at 0.5.0 2018-11-25 19:19:44 -05:00
worldofpeace 5f1bb369a9
Merge pull request #50605 from r-ryantm/auto-update/python3.6-plotly
python36Packages.plotly: 3.3.0 -> 3.4.0
2018-11-25 19:14:25 -05:00
aszlig 9f23a63f79
autoPatchelfHook: Fix type of norecurse variable
While declaring it as an array doesn't do any harm in our usage, it
might be a bit confusing when reading the code.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-26 01:13:59 +01:00
Maximilian Bosch e446261e51
nix-zsh-completions: 0.4.0 -> 0.4.1
Contains several bugfixes that improve the ZSH completion for nix*
commands.

For further reference: https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.1
2018-11-26 01:13:14 +01:00
worldofpeace 5518f1ce58 pythonPackages.pandas: don't run tests on aarch64 2018-11-25 19:06:07 -05:00
Roman Volosatovs dd4c1d0ea0 pythonPackages.simplekml: Init at 1.3.1 (#50883)
* pythonPackages.simplekml: Init at 1.3.1

* pythonPackages.simplekml: correct description
2018-11-25 19:00:25 -05:00
Samuel Dionne-Riel b705595ee8
Merge pull request #51052 from bennofs/kernel-rpi-aarch64
linux_rpi: enable aarch64 build on hydra
2018-11-25 23:52:29 +00:00
Benno Fünfstück b5cce32ea9 linux_rpi: enable aarch64 build on hydra 2018-11-26 00:20:43 +01:00
Alyssa Ross debe712d7a
pew: add homepage 2018-11-25 23:07:06 +00:00
Alyssa Ross 40589583c5
pew: fix build
Fixes https://github.com/NixOS/nixpkgs/issues/51034.
2018-11-25 23:07:05 +00:00
Alyssa Ross 1268b38254
Revert "Use older version of jailbreak-cabal with ghcHEAD"
This reverts commit d13f7c54e3.

ghc802 is no longer in Nixpkgs as of
2f0de54ddb.

The Cabal bug that ghc802 was a workaround for was fixed in Cabal 2.2,
though, so this shouldn't be necessary any more.

Upstream bugs:
https://github.com/peti/jailbreak-cabal/issues/13
https://github.com/haskell/cabal/issues/4719

Fixes https://github.com/NixOS/nixpkgs/issues/51042.
2018-11-25 22:47:25 +00: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
Matthew Bauer 7eeb02d47b Revert "make-derivation: add disallowedReferences in strictDeps"
This reverts commit 8dbfb61e46.
Also reverts commit fc99c337ed.

Fixes #50915
2018-11-25 15:53:28 -06: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
Mario Rodas 50001295d5 pythonPackages.nvchecker: 1.1 -> 1.2.7 2018-11-25 15:49:04 -05:00
Stephen ed99c2266f terragrunt: 0.17.2 -> 0.17.3 (#51035) 2018-11-25 21:35:17 +01:00
fishyfriend b34b39cab4 nixos/urxvtd: remove socket activation
This fixes #23193. urxvtd is not presently compatible with socket activation.
2018-11-25 15:25:19 -05:00
Tobias Happ 6760af490e dwm-status: 1.2.0 -> 1.4.0 2018-11-25 21:13:04 +01:00
Silvan Mosberger b5f4f228d6
Merge pull request #51012 from griff/rspamd-proxy-type
nixos/rspamd: Allow worker type to be proxy again
2018-11-25 21:07:42 +01:00
Renaud 604b0f34c9
taglib_1_9: refresh meta 2018-11-25 20:51:59 +01:00
Samuel Ruprecht 21773f1d43 cadence: fix wrong wrappings (#50610)
* cadence: fix wrong wrappings (#50610)

* cadence: split native build inputs
+ fix license : this is under GPL2+ and not MIT

* cadence: use fetchzip
Because GitHub archives are not stable over time so better
to compute the hash of the unpacked content

* cadence: limit to x64-linux
Broken on aarch64 because the Makefile pass
"-msse -mfpmath=sse" flags (x86 only)
2018-11-25 20:14:34 +01:00
Alyssa Ross 3ec6262cca
rake: 12.0.0 -> 12.3.1
Fixes https://github.com/NixOS/nixpkgs/issues/36912.
2018-11-25 18:56:52 +00:00
José Romildo Malaquias 42f872e331 nordic: 1.2.1 -> 1.3.0 (#51038) 2018-11-25 19:43:01 +01:00
Renaud c720866b7c
Merge pull request #51036 from c0bw3b/cleanup/confuse
Remove confuse (duplicate) and pommed (obsolete)
2018-11-25 19:28:23 +01:00
Samuel Dionne-Riel c6a0bb9e59
Merge pull request #50384 from Pneumaticat/fusee-init
fusee-launcher: init at unstable-2018-07-14
2018-11-25 18:27:37 +00:00
Kevin Liu 042e81ae53
fusee-launcher: init at unstable-2018-07-14 2018-11-25 13:08:03 -05:00
c0bw3b 47c2739059 pommed: remove
- homepage / source / patch are all gone
- marked as broken since 16.03
- pommed module already relies on pommed_light
2018-11-25 18:51:52 +01: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
Timo Kaufmann 2fbde72556
sage: add tkinter as matplotlib backend (#51032)
Fixes #50959.
2018-11-25 17:38:45 +01:00
Renaud ada29e468f
Merge pull request #51031 from c0bw3b/pkg/crack-attack
crack-attack: enable custom sounds
2018-11-25 17:33:45 +01:00
Renaud bda40a20d8
crack-attack: enable custom sounds
crack-attack will search for user-provided musics and sounds
under ~/.crack-attack/
2018-11-25 17:08:16 +01:00
Ryan Mulligan fe551d1d53
deskew: init at 1.25
* deskew: init at 1.25

* Update pkgs/applications/graphics/deskew/default.nix

Co-Authored-By: ryantm <ryan@ryantm.com>
2018-11-25 07:40:41 -08: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
aszlig 2faf905f98
autoPatchelfHook: Add addAutoPatchelfSearchPath
This function is useful if autoPatchelf is invoked during some of the
phases of a build and allows to add arbitrary shared objects to the
search path.

So far the same functionality was in autoPatchelf itself, but not
available as a separate function, so when adding shared objects to the
dependency cache one would have to do so manually.

The function also has the --no-recurse flag, which prevents recursing
into subdirectories.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-25 16:22:32 +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
Renaud 5e115d2d15
Merge pull request #50987 from c0bw3b/pkg/mailcap
mailcap: init at 2.1.48
2018-11-25 16:14:34 +01:00
Timo Kaufmann a7d9d2e860
Merge pull request #51030 from timokau/sage-jupyter
sage: add jupyter notebook support
2018-11-25 16:11:08 +01:00