Commit graph

170893 commits

Author SHA1 Message Date
Matthew Bauer
8e25da0beb cross/tests: add llvm-based tests 2019-02-26 19:46:24 -05:00
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
Silvan Mosberger
dd0af01955
hueadm: init at 1.2.0 2019-02-27 00:42:25 +01: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
José Romildo Malaquias
edc1acf60c lxqt: update to version 0.14.1 in the update script 2019-02-26 20:00:16 -03:00
José Romildo Malaquias
102a33c356 lxqt.screengrab: 1.100 -> 1.101 2019-02-26 20:00:16 -03:00
José Romildo Malaquias
e6a5efd4ae lxqt.qps: 1.10.19 -> 1.10.20 2019-02-26 20:00:16 -03:00
José Romildo Malaquias
d8bf91891f lxqt.qtermwidget: 0.14.0 -> 0.14.1 2019-02-26 20:00:16 -03:00
José Romildo Malaquias
3d7c6d734a lxqt.qterminal: 0.14.0 -> 0.14.1 2019-02-26 20:00:16 -03:00
José Romildo Malaquias
a1f2cb007c lxqt.pavucontrol-qt: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
9d40c72d67 lxqt.obconf-qt: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
ffd9e586a1 lxqt.compton-conf: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
9f6e8f4bf3 lxqt.lximage-qt: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
dfba1040ab lxqt.pcmanfm-qt: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
82f0f1091b lxqt.libfm-qt: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
55b834224a lxqt.lxqt-sudo: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
ccf21a08d3 lxqt.lxqt-session: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
62de7ece24 lxqt.lxqt-runner: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
b1ad8397d5 lxqt.lxqt-powermanagement: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
aea10dc813 lxqt.lxqt-policykit: 0.14.0 -> 0.14.1 2019-02-26 20:00:15 -03:00
José Romildo Malaquias
372adb2126 lxqt.lxqt-panel: 0.14.0 -> 0.14.1 2019-02-26 20:00:14 -03:00
José Romildo Malaquias
283b13d8a1 lxqt.lxqt-openssh-askpass: 0.14.0 -> 0.14.1 2019-02-26 20:00:14 -03:00
José Romildo Malaquias
5c455b3361 lxqt.lxqt-notificationd: 0.14.0 -> 0.14.1 2019-02-26 20:00:14 -03:00
José Romildo Malaquias
7ed52505ad lxqt.lxqt-globalkeys: 0.14.0 -> 0.14.1 2019-02-26 20:00:14 -03:00
José Romildo Malaquias
7139ac1e9c lxqt.lxqt-config: 0.14.0 -> 0.14.1 2019-02-26 20:00:14 -03:00
José Romildo Malaquias
02fbed348a lxqt.lxqt-admin: 0.14.0 -> 0.14.1 2019-02-26 20:00:14 -03:00
José Romildo Malaquias
b95115bdf2 lxqt.lxqt-about: 0.14.0 -> 0.14.1 2019-02-26 20:00:14 -03:00
José Romildo Malaquias
9532589755 lxqt.liblxqt: 0.14.0 -> 0.14.1 2019-02-26 20:00:14 -03:00
José Romildo Malaquias
6c74d290ae lxqt.libqtxdg: 3.3.0 -> 3.3.1 2019-02-26 20:00:14 -03: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
Spencer Baugh
8e530a43e9 xmobar: add to all-packages so it shows up in search
People are confused when they "nix search" for xmobar (a standalone
application which just happens to be written in Haskell) and don't
find it; they assume xmobar is not actually packaged. They have to
have special Nix knowledge to know that they should look in
haskellPackages for xmobar.

Let's just put xmobar in all-packages.nix so it shows up in search,
and people can install it straightforwardly without knowing about
haskellPackages.
2019-02-26 18:45:23 +00:00