1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-18 10:03:03 +00:00
Commit graph

161053 commits

Author SHA1 Message Date
Robert Schütz a6c90e135e bittornado: remove
It is unmaintained and does not build.
2018-11-26 15:51:48 +01:00
Ding Xiang Fei 88570538b3 google-compute-image: make it a module and the size tuneable (#49854)
* move GCE system configuration to `google-compute-config.nix`
* remove `fetch-ssh-keys` service (disabled in comment)
2018-11-26 14:51:00 +00:00
Massimo Redaelli 46aedcafb3 pythonPackages.rasterio: init at 1.0.10 2018-11-26 14:58:37 +01:00
Massimo Redaelli 39d1108b80 pythonPackages.cartopy: init at 0.17.0 2018-11-26 14:58:37 +01:00
Massimo Redaelli 443b5e856d pythonPackages.snuggs: init at 1.4.2 2018-11-26 14:58:36 +01:00
Massimo Redaelli 440f19a36f pythonPackages.snug: init at 1.3.4 2018-11-26 14:58:32 +01:00
Léo Gaspard 48b64cfb32
Merge branch 'pr-51040'
rake: 12.0.0 -> 12.3.1
2018-11-26 22:35:20 +09:00
Massimo Redaelli 7fbc7acb2b pythonPackages.gentools: init at 1.1.0 2018-11-26 13:49:43 +01:00
Massimo Redaelli d9d8bcbb99 pythonPackages.pyepsg: init at 0.3.2 2018-11-26 13:49:35 +01:00
Massimo Redaelli 962bc254a0 pythonPackages.affine: init at 2.2.1 2018-11-26 13:47:38 +01:00
Jörg Thalheim 3324503824
doc: add example usage for breakpointHook (#51005) 2018-11-26 11:54:23 +00:00
Mario Rodas 5229c876f8 pythonPackages.manuel: 1.8.0 -> 1.10.1 (#51029) 2018-11-26 12:29:46 +01:00
Christopher Ostrouchov aadeacfd5d sqlite-web: init at 0.3.5 (#50955) 2018-11-26 11:37:23 +01:00
Jörg Thalheim 4fef4fbb4b
Merge pull request #51050 from alyssais/ghc-head
Remove reference to unpackaged GHC version
2018-11-26 07:03:04 +00:00
Jörg Thalheim 7e88234910
Merge pull request #51051 from alyssais/pew
pew: fix build
2018-11-26 06:59:31 +00:00
Jörg Thalheim dd32831b30
Merge pull request #49855 from dingxiangfei2009/tarball-closureinfo
Use closureInfo for building system tarballs and Docker container
2018-11-26 06:36:21 +00:00
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