1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Commit graph

170760 commits

Author SHA1 Message Date
Matthew Bauer b86e62d30d llvm: support cross compilation with useLLVM flag
You can build (partially) with LLVM toolchain using the useLLVM flag.
This works like so:

  nix-build -A hello --arg crossSystem '{ system =
    "aarch64-unknown-linux-musl"; useLLVM = true }'

also don’t separate debug info in lldClang

It doesn’t work currently with that setup hook. Missing build-id?
2019-02-26 19:45:35 -05:00
Matthew Bauer 77d7d60d8c libpfm: use hostPlatform
(cherry picked from commit 08f5b419b9efc77db044f8c1d725632552617966)
2019-02-26 19:45:35 -05:00
Matthew Bauer ead13a3aca llvm: don’t use targetPlatform
LLVM should be target independent because it will work with all
machine types. This is different from GCC where it needs to know what
target to build ahead of time.
2019-02-26 19:45:35 -05:00
John Ericson e636578d38 Merge branch 'runtimeShell' 2019-02-26 18:46:28 -05:00
Robert Schütz b588c656ba esphome: 1.11.1 -> 1.11.2 2019-02-27 00:20:41 +01:00
Jörg Thalheim c8ff4a92f7 treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.

(cherry picked from commit dadc7eb329)
2019-02-26 18:12:01 -05:00
Robert Schütz 029adf9619
Revert "nixos/fish: generate autocompletions from man pages" (#56439)
System rebuilds currently fail due to collisions.
See also https://github.com/NixOS/nixpkgs/issues/56432.
2019-02-27 00:08:57 +01:00
John Ericson 8293ab8461
Merge pull request #56408 from Mic92/runtime-shell
treewide: use runtimeShell instead of stdenv.shell whenever possible
2019-02-26 18:04:27 -05:00
Matthew Bauer dd94b0724c
Merge pull request #56421 from Ericson2314/pinenty-dedup
pinentry: Use lib.string.{enable,with}Feature to avoid duplication
2019-02-26 17:31:03 -05:00
Franz Pletz bc7d45ea57
maintainers.fpletz: add .keys 2019-02-26 23:09:48 +01:00
Franz Pletz ae9932811a
Merge pull request #56419 from dtzWill/update/radvd-2.18
radvd: 2.17 -> 2.18
2019-02-26 21:59:09 +00:00
Matthew Bauer 0436f72733
Merge pull request #56436 from asymmetric/patch-4
doc/cross-compilation: fix typo
2019-02-26 16:58:20 -05:00
Lorenzo cdf80ff19a
doc/cross-compilation: fix typo
Add missing verb.
2019-02-26 22:56:56 +01:00
Michael Weiss 3725da4aa9
gns3Packages.{server,gui}Stable: 2.1.12 -> 2.1.13 2019-02-26 22:46:45 +01:00
Michael Weiss aaf1645e17
androidStudioPackages.{dev,canary}: 3.5.0.4 -> 3.5.0.5 2019-02-26 22:46:44 +01:00
Matthew Bauer 3c8b75f536
Merge pull request #56393 from matthewbauer/is-compatible
systems: add isCompatible handling
2019-02-26 16:39:08 -05:00
Dmitry Kalinkin 1a95a36dbf
Merge pull request #56080 from artemist/openafs-linux_latest
openafs_1_8: Include support for Linux 4.20
2019-02-26 15:57:59 -05:00
worldofpeace d53aefd534 pantheon.elementary-music: 5.0.2 -> 5.0.3 2019-02-26 15:20:02 -05:00
worldofpeace f995b919fc pantheon.gala: 2018-12-16 -> 2019-02-09
Changes: 7f1e392e03...1a96644c6a
2019-02-26 15:11:53 -05:00
Dmitry Kalinkin c9d5546635
openafs: minor documentation fix 2019-02-26 14:49:59 -05:00
WilliButz 52ea2f59f5 grafana: 5.4.3 -> 6.0.0 (#56412) 2019-02-26 20:30:02 +01:00
Jörg Thalheim 2642e1563f
Merge pull request #56417 from mroi/patch-1
glibc: fix cross builds on Darwin
2019-02-26 19:23:46 +00:00
John Ericson f07097902c pinentry: Use lib.string.{enable,with}Feature to avoid duplication 2019-02-26 13:22:08 -05:00
Michael Weiss 0c89c444a2
sway-beta: 1.0-rc3 -> 1.0-rc4 2019-02-26 19:03:15 +01:00
Michael Weiss afe0725834
wlroots: 0.3 -> 0.4 2019-02-26 19:03:11 +01:00
worldofpeace 37ca1a1743
Merge pull request #56302 from jluttine/eth-utils-1.4.1
pythonPackage.eth-utils: 1.2.1 -> 1.4.1 & pythonPackage.eth-typing: 1.3.0 -> 2.0.0
2019-02-26 12:52:53 -05:00
Jaakko Luttinen b44c0b2081 pythonPackages.eth-typing: 1.3.0 -> 2.0.0 2019-02-26 12:51:31 -05:00
Jaakko Luttinen 03f0e463c1 pythonPackages.eth-utils: 1.2.1 -> 1.4.1 2019-02-26 12:51:17 -05:00
Will Dietz b9a1a2aadc
Merge pull request #56386 from dtzWill/fix/lua-propagate-the-right-lua
lua-modules/generated-packages.nix: fix 'lua' to propagate
2019-02-26 11:40:25 -06:00
Will Dietz 953f374193
Merge pull request #56396 from dtzWill/update/cdk-20190224
cdk: 5.0-20171209 -> 5.0-20190224
2019-02-26 11:39:22 -06:00
Will Dietz e8f4e5af8d radvd: 2.17 -> 2.18
First release in over a year, not sure of changelog.

Release announcement:
http://lists.litech.org/pipermail/radvd-announce-l/2019-February/000045.html
2019-02-26 11:30:03 -06:00
Michael Roitzsch 00a41ebbc1
glibc: fix cross builds on Darwin
evaluate buildPackages.glibc exclusively on Linux,
evaluating it on Darwin will lead to an unsupported platform error
2019-02-26 18:17:31 +01:00
Vladimír Čunát e52396ce2c
Merge #56143: luajit, lmdb, knot-resolver: cross-fixes 2019-02-26 15:24:17 +01:00
Jörg Thalheim 699d313052
Merge pull request #55967 from Mic92/font-awesome
font-awesome_5: 5.6.3 -> 5.7.2
2019-02-26 14:12:52 +00:00
Jörg Thalheim 6d09921b91
Merge pull request #55965 from Mic92/i3pystatus
i3pystatus: 2018-04-11 -> 2019-02-10
2019-02-26 14:12:35 +00:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Tom F 9f07fa719c Document the addresses Alertmanager will listen on (#56409)
https://github.com/golang/go/issues/9334 describes how net.Listen (as used by Alertmanager):
* listens on 127.0.0.1 if the listenAddress is "localhost"
* listens on all interfaces if the listenAddress is ""
2019-02-26 14:59:11 +01:00
Merlin Göttlinger 5781856630 clprover: init at 1.0.3 (#56403)
* clprover: init at 1.0.3
2019-02-26 12:36:04 +00:00
Jörg Thalheim 8aa34227e8
Merge pull request #55308 from plumelo/feature/gitraken-gsettings
gitkraken: 4.2.1 -> 4.2.2 & fix missing gsettings schemas
2019-02-26 12:29:38 +00:00
Vladyslav M 1233c8d9e9
Merge pull request #56405 from dywedir/slurp
slurp: 1.0.1 -> 1.1.0
2019-02-26 13:26:12 +02:00
Silvan Mosberger 661e3bab8f
Merge pull request #55664 from NickHu/hl3140cw
cups-brother-hl3140cw: init at 1.1.4-0
2019-02-26 12:00:43 +01:00
aszlig 6dc9f79c0f
ip2unix: 2.0.0 -> 2.0.1
Upstream fixes:

  - Unregister socket as soon as we know that no rule matches.

I also removed the encode_rules() function which was an artifact left in
version 2.0.0.

Built and tested on i686-linux and x86_64-linux.

Signed-off-by: aszlig <aszlig@nix.build>
2019-02-26 11:30:07 +01:00
Nick Hu 2124b002c6 cups-brother-hl3140cw: init at 1.1.4-0 2019-02-26 10:09:03 +00:00
dywedir b3521db304
slurp: 1.0.1 -> 1.1.0 2019-02-26 11:30:54 +02:00
Sébastien Maret 039087ac88 pythonPackages.spectral-cube: 0.4.3 -> 0.4.4 (#56383) 2019-02-26 09:19:39 +01:00
Matthieu Coudron 20bbfc39e4 services.nextcloud: add logLevel (#56400)
a vlaue between 0 and 4 to help debug problems
2019-02-26 09:18:08 +01:00
Pascal Bach 23846b949c gitlab-runner: 11.7.0 -> 11.8.0 (#56388) 2019-02-26 09:11:46 +01:00
Domen Kožar 0fd85a1f99
nixos release: there's a wildcard protection now for release-* on github 2019-02-26 14:12:46 +07:00
worldofpeace 28cb3f4afe
Merge pull request #56289 from jokogr/u/mattermost-desktop-4.2.0
mattermost-desktop: 4.1.2 -> 4.2.0
2019-02-26 01:59:43 -05:00
Ioannis Koutras 2e9c7418fe mattermost-desktop: refactor phases 2019-02-26 08:45:46 +02:00