Thomas Tuegel
9d35ea756e
spandsp: Use multiple outputs to reduce closure size
2019-09-25 13:07:20 -05:00
Thomas Tuegel
6cbf0b4bd2
hdf5: Use multiple outputs to reduce closure size
2019-09-25 13:07:20 -05:00
Thomas Tuegel
0f5769df77
kate: No propagatedBuildInputs
...
kate does not have a `dev` output, so it should not have
`propagatedBuildInputs`, as this propagates other `dev` outputs into the user
environment.
2019-09-25 13:07:20 -05:00
Thomas Tuegel
f012fc8f61
ibus: Use multiple outputs to reduce closure size
2019-09-25 13:07:19 -05:00
Thomas Tuegel
338742effd
tremor: Use multiple outputs to reduce closure size
2019-09-25 13:06:30 -05:00
Thomas Tuegel
459ea150e8
extra-cmake-modules: addEnvHooks: Use targetOffset
2019-09-25 13:06:30 -05:00
Thomas Tuegel
2f623ef527
extra-cmake-modules: Remove doc/ from xdgDataSubdirs
2019-09-25 13:06:30 -05:00
Thomas Tuegel
4edb8ade3d
konsole: Remove spurious wrapper
2019-09-25 13:06:30 -05:00
edef
429644bf4c
nixos/rabbitmq: use an attrset for example configItems
2019-09-25 17:38:00 +00:00
Robin Gloster
1f4e9c6439
Merge pull request #69417 from max-wittig/patch-2
...
gitlab-runner: 12.2.0 -> 12.3.0
2019-09-25 18:46:32 +02:00
markuskowa
389c287b90
Merge pull request #69398 from Evils-Devils/fancontrol
...
nixos/fancontrol: init
2019-09-25 18:34:16 +02:00
Arian van Putten
7058b0ad12
nixos/systemd: Make machinectl work with NixOS
...
Images generated with nixos-install will be supported by machinectl
problem is that systemd-nspawn's private usersns feature clashes
with DynamicUser and RuntimeDirectory features, which causes NixOS
images to not boot. There is an upstream issue for this
https://github.com/systemd/systemd/issues/13622
2019-09-25 18:27:19 +02:00
Chuck
a45b3ad89f
makeWrapper: Remove unused extraFlagsArray feature
...
There is a bug in this feature: It allows extra arguments to leak in
from the environment. For example:
$ export extraFlagsArray=date
$ man ls
Note that you get the man page for date rather than for ls. This happens
because 'man' happens to use a wrapper (to add groff to its PATH).
An attempt to fix this was made in 5ae18574fce in PR #19328 for
issue #2537 , but 1. That change didn't actually fix the problem because
it addressed makeWrapper's environment during the build process, not the
constructed wrapper script's environment after installation, and 2. That
change was apparently accidentally lost when merged with 7ff6eec5fd8.
Rather than trying to fix the bug again, we remove the extraFlagsArray
feature, since it has never been used in the public repo in the ten
years it has been available.
wrapAclocal continues to use its own, separate flavor of extraFlagsArray
in a more limited context. The analogous bug there was fixed in
4d7d10da6b1 in 2011.
2019-09-25 09:23:09 -07:00
Evils-Devils
6765f049f2
Update nixos/modules/services/hardware/fancontrol.nix
...
Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
2019-09-25 17:31:20 +02:00
Evils-Devils
44e2ff26b8
Update nixos/modules/services/hardware/fancontrol.nix
...
Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
2019-09-25 17:24:49 +02:00
Robin Gloster
d4212d66a8
linuxPackages.r8168: 8.046.00 -> 8.047.00
2019-09-25 17:09:26 +02:00
Evils
401b0b0c7b
fancontrol: load config from configuration.nix
2019-09-25 17:05:09 +02:00
Albert Safin
8fcbbc94ef
nim: 0.20.2 -> 1.0.0
2019-09-25 15:01:44 +00:00
Robin Gloster
0fe41d4a87
linuxPackages.jool: 4.0.0 -> 4.0.5
2019-09-25 16:46:32 +02:00
Max Wittig
92d5acb41a
gitlab-runner: 12.2.0 -> 12.3.0
2019-09-25 15:53:55 +02:00
Peter Simons
4f31c024d1
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0 from Hackage revision
a1a41a1b56
.
2019-09-25 15:29:47 +02:00
Peter Simons
933c885761
cabal2nix: add override to keep the ghc-8.6.x version compiling
2019-09-25 15:29:46 +02:00
Peter Simons
cfb580f6c5
cabal2nix: switch default version to the one compiled by ghc-8.8.1
2019-09-25 15:29:46 +02:00
Peter Simons
e234266c38
haskell-bencode: mark the package broken with ghc-8.8.x
2019-09-25 15:29:46 +02:00
Peter Simons
ab64a69b54
haskell-src: mark the package broken with ghc-8.8.x
2019-09-25 15:29:46 +02:00
Peter Simons
4485fc595d
haskell-memory: use the latest version when compiling with ghc-8.8.1
2019-09-25 15:29:46 +02:00
Peter Simons
7321582c7d
haskell-microlens: use the latest version when compiling with ghc-8.8.1
2019-09-25 15:29:46 +02:00
Peter Simons
ba0b08074c
haskell-shelly: use the latest version when compiling with ghc-8.8.1
2019-09-25 15:28:40 +02:00
Peter Simons
17c3cfd9f0
haskell-hackage-db: use the latest version when compiling with ghc-8.8.1
2019-09-25 15:28:40 +02:00
Peter Simons
e49df9257c
haskell-string-qq: use the latest version when compiling with ghc-8.8.1
2019-09-25 15:28:40 +02:00
Peter Simons
b2c43483b0
haskell-hpack: patch the build to make it succeed with ghc-8.8.1
2019-09-25 15:28:40 +02:00
Olli Helenius
21977c055d
haskellPackages.hadolint: fix build by disabling static linking
2019-09-25 15:28:40 +02:00
Guillaume Bouchard
50d128e16c
haskellPackages.MemoTrie: remove dontCheck and dontHaddock overrides.
...
It works fine with (at least):
- haskellPackages.MemoTrie
- haskellPackages.ghc844.MemoTrie
2019-09-25 15:28:40 +02:00
Guillaume Bouchard
efb4f4817a
haskellPackages.PyF: remove broken
status
...
PyF builds perfectly with `haskellPackages.PyF`
2019-09-25 15:28:40 +02:00
Peter Simons
087e8fcf41
LTS Haskell 14.7
2019-09-25 15:28:40 +02:00
Evils-Devils
5fe72ee446
Update nixos/modules/services/hardware/fancontrol.nix
...
Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
2019-09-25 14:49:28 +02:00
Evils
baa642e8b3
fancontrol: more cleanup
2019-09-25 14:42:22 +02:00
Timo Kaufmann
1366266a11
Merge pull request #69409 from timokau/home-manager-2019-09-20
...
home-manager: 2019-09-04 -> 2019-09-20
2019-09-25 12:24:38 +00:00
Markus Kowalewski
7ced973114
nixos/orangefs: add test
2019-09-25 14:17:11 +02:00
Markus Kowalewski
8b4ce06e63
nixos/orangefs: add modules for server and client
2019-09-25 14:17:08 +02:00
Evils
30f8bc974c
update cfg to match section change
2019-09-25 13:43:06 +02:00
Evils-Devils
6c19673fef
Update nixos/modules/services/hardware/fancontrol.nix
...
Co-Authored-By: markuskowa <markus.kowalewski@gmail.com>
2019-09-25 13:28:16 +02:00
Robin Gloster
0092f2eb6a
Merge pull request #69358 from kmein/idrisPackages.heyting-algebra
...
idrisPackages.heyting-algebra: remove because superseded
2019-09-25 12:41:50 +02:00
Robin Gloster
74f63cace8
Merge pull request #69356 from kmein/tamarin-prover
...
tamarin-prover: mark as broken because upstream is broken
2019-09-25 12:39:25 +02:00
Robin Gloster
fe5a295a22
Merge pull request #69378 from ivan/kernel-sched-debug
...
kernel/common-config: enable SCHED_DEBUG
2019-09-25 12:33:33 +02:00
Robin Gloster
3bffd182d0
Merge pull request #69405 from cko/maven_3_6_2
...
maven: 3.6.1 -> 3.6.2
2019-09-25 12:27:09 +02:00
Robin Gloster
6d71209af3
pythonPackages.weasyprint: disable test
...
Needs an extra font for that test
2019-09-25 12:03:28 +02:00
Daniel Schaefer
cedb0ecf4d
pythonPackages.weasyprint: 47 -> 50
2019-09-25 12:03:28 +02:00
Daniel Schaefer
5c65c2e329
pythonPackages.qiskit: Mark as broken
2019-09-25 12:03:28 +02:00
Daniel Schaefer
8fd8f3a44a
xml2rfc: Use pythonPackages.xml2rfc
2019-09-25 12:03:27 +02:00