Commit graph

162834 commits

Author SHA1 Message Date
Jörg Thalheim 1f5d457e7c
Merge pull request #51964 from rawkode/feature/upgrade-kind
kind: master -> 0.0.1
2018-12-13 21:31:10 +00:00
Jörg Thalheim c72290a8b0
Merge pull request #51967 from etu/fix-windowMananger-spelling
nixos/{sddm,lightdm}: Fix window mananger spelling
2018-12-13 21:30:47 +00:00
Elis Hirwing 6fa51fe5cf
nixos/lightdm: Fix spelling of option in docs 2018-12-13 22:26:12 +01:00
Elis Hirwing c974813b92
nixos/sddm: Fix spelling of option in docs 2018-12-13 22:25:19 +01:00
David McKay fbabead264
kind: master -> 0.0.1 2018-12-13 20:32:59 +00:00
Jos van Bakel 35aab266e3
swiftclient: init at 3.6.0 2018-12-13 21:18:09 +01:00
Michael Weiss 81eed0f30a androidStudioPackages.{dev,canary}: 3.4.0.6 -> 3.4.0.7 2018-12-13 20:50:21 +01:00
Michael Weiss 1c63a4678a gitRepo: 1.12.37 -> 1.13.0 2018-12-13 20:46:13 +01:00
Matthew Bauer 3c36dccd7c top-level/stage.nix: add static overlay
Adds the static overlay that can be used to build Nixpkgs statically.
Can be used like:

  nix build pkgsStatic.hello

Not all packages build, as some rely on dynamic linking.

(cherry picked from commit 6d90a8b894)
2018-12-13 14:04:34 -05:00
Matthew Bauer 3170d617ef ncurses: make shared linking optinoal
when enableShared = false, we set --without-shared flag.

(cherry picked from commit 53a67891ab)
2018-12-13 14:04:34 -05:00
Matthew Bauer a8e0694993 zlib: clean up static/shared distincion
This is kind of a mess, but basically:

- static=true, shared=true means to build statically but move it to
  the static output
- static=true, shared=false means to build statically and leave it in
  the main output
- static=false, shared=true means to not build static at all

Confusingly, the old default was static=true, shared=true even though
static=false? Still can’t figure out what was meant by that.

(cherry picked from commit e999def159)
2018-12-13 14:04:34 -05:00
Matthew Bauer f11d5341aa darwin/libiconv: fix static/shared logic
The conditional was incorrect - postInstall script should only hsppen
when enableShared = true.

(cherry picked from commit 5e06294276)
2018-12-13 14:04:33 -05:00
Matthew Bauer 7fcbc52d7d stdenv/adapters.nix: fixup makeStaticBinaries
- makeStaticBinaries don’t work on Darwin (no stable ABI!)
- Need to make sure NIX_CFLAGS_LINK appends
- isStatic is not used anymore

(cherry picked from commit 8726f6a558)
2018-12-13 14:04:33 -05:00
Matthew Bauer e84255296f stdenv: implement crossOverlays
crossOverlays only apply to the packages being built, not the build
packages. It is useful when you don’t care what is used to build your
packages, just what is being built. The idea relies heavily on the
cross compiling infrastructure. Using this implies that we need to
create a cross stdenv.

(cherry picked from commit a3a6ad7a01)
2018-12-13 14:04:33 -05:00
Ivan Kozik 907847061b maintainers: add github for ivan 2018-12-13 12:52:32 -06:00
Lorenzo Manacorda 6283971a2c slither-analyzer: init at 0.3.0 2018-12-13 13:37:38 -05:00
Lorenzo Manacorda e5d9f98e46
go-ethereum: 1.8.19 -> 1.8.20 2018-12-13 18:47:50 +01:00
Théo Zimmermann 958a6c6dd3 dune: 1.5.1 -> 1.6.2 2018-12-13 17:39:28 +00:00
Ryan Mulligan ac4eb7ef98
Merge pull request #51948 from layus/fix/modular-arithmetic
haskellPackages.modular-arithmetic: disable tests
2018-12-13 09:19:49 -08:00
Dmitry Kalinkin 694d32f47d
Update doc/stdenv.xml
Co-Authored-By: guibou <guillaum.bouchard@gmail.com>
2018-12-13 18:11:52 +01:00
WilliButz 3a28198918
grafana: 5.4.1 -> 5.4.2 2018-12-13 18:07:23 +01:00
Peter Simons c301779be3
Merge pull request #51916 from jabranham/cran-update
R: update CRAN package set
2018-12-13 17:51:57 +01:00
worldofpeace b7fbde893a
Merge pull request #48519 from dtzWill/update/fwupd-1.1.3
fwupd: 1.1.2 -> 1.2.1
2018-12-13 11:50:48 -05:00
Guillaume Bouchard d5c931992d
Fix english in stdenv.xml 2018-12-13 17:23:51 +01:00
Patrick Hilhorst dcb5c0cd82
sublime: add new download url
The old one gave a 404. I left it there for if it ever comes back
2018-12-13 17:19:26 +01:00
Guillaume Maudoux 9a104494ec haskellPackages.modular-arithmetic: disable tests 2018-12-13 16:46:22 +01:00
Janne Heß 3c54d6b2f8 nixos/openldap: Support configuring the log level 2018-12-13 15:14:59 +01:00
Jörg Thalheim 3d4cb55b71
Merge pull request #51937 from ivan/add-cchardet
pythonPackages.cchardet: init at 2.1.4
2018-12-13 13:58:08 +00:00
Tor Hedin Brønner 2727774ce1
Merge pull request #51933 from hedning/fix-nautilus-thumbnails
gnome3.nautilus: fix thumbnail generation
2018-12-13 14:34:12 +01:00
Renaud 562b7a7702
Merge pull request #51922 from hedning/fix-xmonad-test
nixos/tests/xmonad: fix terminal title
2018-12-13 14:02:23 +01:00
Sarah Brofeldt 7a57774158
Merge pull request #51938 from johanot/nixos-kubernetes-test-fix
nixos/kubernetes: fix import path of default nixpkgs
2018-12-13 13:05:25 +01:00
Tim Steinbach 5a15ab7b5d
linux: 4.19.8 -> 4.19.9 2018-12-13 06:58:15 -05:00
Tim Steinbach f335fa6d74
linux: 4.14.87 -> 4.14.88 2018-12-13 06:58:07 -05:00
Tim Steinbach 1f92bdcd94
linux: 4.9.144 -> 4.9.145 2018-12-13 06:57:58 -05:00
Tim Steinbach adf8cdd67d
linux: 4.4.166 -> 4.4.167 2018-12-13 06:57:42 -05:00
Patrick Hilhorst 22d46c4b6d atom: remove myself as maintainer
I longer use atom, so I won't be regularly updating it. I am hereby removing
myself as maintainer to reflect this.
2018-12-13 11:51:53 +00:00
Patrick Hilhorst e1de1050d4 atom, atom-beta: 1.32.1 -> 1.33.0, 1.33.0-beta1 -> 1.34.0-beta0 2018-12-13 11:51:53 +00:00
Alyssa Ross c5b825ca28
Merge pull request #51860 from ivan/fix-jdk11_headless
jdk11_headless: fix the build on amd64
2018-12-13 11:45:21 +00:00
Alexey Shmalko bb14e3b1fb
Merge pull request #51929 from ivan/add-manhole
pythonPackages.manhole: init at 1.5.0
2018-12-13 13:39:36 +02:00
Tor Hedin Brønner 4d0a88b21a gnome3.nautilus: fix thumbnail generation
3.30 copied over the thumbnail code frome gnome-desktop:
673c81cf9f

Simply patch nautilus too.

ref https://github.com/NixOS/nixpkgs/issues/50494
2018-12-13 12:37:58 +01:00
Sarah Brofeldt b64e71e09c
Merge pull request #51677 from plapadoo/pro-office-calculator-init
pro-office-calculator: init at 1.0.6
2018-12-13 12:13:35 +01:00
Ivan Kozik 76dc4b56f7 pythonPackages.cchardet: init at 2.1.4 2018-12-13 11:12:59 +00:00
Ivan Kozik da28c89797 maintainers: add ivan 2018-12-13 11:12:54 +00:00
Renaud 40c02415ae
Merge pull request #51915 from cransom/bug/enable-pdsh-darwin
pdsh: enable macOS
2018-12-13 11:21:45 +01:00
Alyssa Ross 64f73752fc
Merge pull request #51928 from neonfuz/retroarch-1.7.5
retroarch: 1.7.1 -> 1.7.5
2018-12-13 10:17:55 +00:00
Vincent Laporte 113a7562fe ocamlPackages.lablgtk3: init at 3.0.beta1 2018-12-13 09:09:09 +00:00
Ivan Kozik e7ec6cdf11 pythonPackages.manhole: init at 1.5.0 2018-12-13 09:07:13 +00:00
Sarah Brofeldt eb250e2ddd
Merge pull request #51369 from dtzWill/update/v4l-utils-1.16.2
v4l_utils: 1.16.0 -> 1.16.2
2018-12-13 10:01:25 +01:00
Tor Hedin Brønner 4a8e6b5884
Merge pull request #51910 from etu/update-topicons
gnomeExtensions.topicons-plus: 21 -> 22
2018-12-13 09:50:04 +01:00
Sarah Brofeldt d77035596f
Merge pull request #51679 from gnidorah/intelmetool
intelmetool: init at 4.8.1
2018-12-13 09:49:56 +01:00