Commit graph

194335 commits

Author SHA1 Message Date
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
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
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
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
Daniel Schaefer
bf050e9456
pythonPackages.xml2rfc: 2.18.0 -> 2.27.1 2019-09-25 12:03:27 +02:00
Daniel Schaefer
d769048286
pythonPackages.dict2xml: init at 1.6.1 2019-09-25 12:03:27 +02:00
Daniel Schaefer
a73937384e
pythonPackages.cairosvg: 2.3.0 -> 2.4.2 2019-09-25 12:03:27 +02:00
Daniel Schaefer
f2b28387d0
pythonPackages.pycountry: 19.7.15 -> 19.8.18 2019-09-25 12:03:27 +02:00
Franz Pletz
66967ec752
Merge pull request #67232 from ck3d/container-useHostResolvConf
machinectl compliant NixOS installation
2019-09-25 09:34:17 +00:00
Robin Gloster
fb6595eafd
paulstretch: fix build 2019-09-25 11:26:28 +02:00
Christian Kampka
a82ae1470a kops_1_13: 1.13.0 -> 1.13.1 (#69407) 2019-09-25 08:57:34 +00:00
Timo Kaufmann
d7d54ac28a home-manager: 2019-09-04 -> 2019-09-20 2019-09-25 10:56:53 +02:00
Jörg Thalheim
0802e5715a
IPMIView: 2.14.0 --> 2.16.0, fix iKVM console (#69406)
IPMIView: 2.14.0 --> 2.16.0, fix iKVM console
2019-09-25 09:52:52 +01:00
Florian Klink
08a1aa4e6a
virtualboxGuestAdditions: Fix clipboard integration. (#69306)
virtualboxGuestAdditions: Fix clipboard integration.
2019-09-25 10:26:49 +02:00
László Vaskó
3848206bd2 IPMIView: create desktop file 2019-09-25 09:59:25 +02:00
László Vaskó
15b8478211 IPMIView: fix iKVM console
This commit fixes #26650

The main problem was that the iKVM related libraries are always loaded
from the current working directory. The bundled wrapper script makes
sure to CD to the package root folder. This is a no-go in nix as the
application writes its settings in the current working directory and the
store is read-only.

Workaround: create a directory in the users home, where the required
binaries are symlinked and is writable for the current user.

There was an additional issue that for some BMCs IPMIView relies on
the bundled `stunnel` binary to wrap the iKVM traffic in a TLS tunnel.
Therefore it has to be patched to make it executable and the `killall`
command is needed on the PATH because it is used to terminate the
`stunnel` process upon exit.
2019-09-25 09:59:25 +02:00
László Vaskó
13cd9e1bf3 IPMIView: 2.14.0 --> 2.16.0
Notes:
 * Previous URL is no longer accesible
 * build has to be adjusted for the updated JRE bundle
2019-09-25 09:30:36 +02:00
László Vaskó
96b2c4c395 IPMIView: fix indentation 2019-09-25 09:30:36 +02:00
Christine Koppelt
e3dc1865d4 maven: 3.6.1 -> 3.6.2 2019-09-25 09:26:53 +02:00
Elis Hirwing
2436c27541
Merge pull request #69395 from peterhoeg/u/ha_0992
home-assistant: 0.96.2 -> 0.99.2
2019-09-25 08:02:27 +02:00
Michael Raskin
aad0efd524
Merge pull request #69366 from erosennin/gajim-setuptools
gajim: add missing setuptools dependency
2019-09-25 05:53:56 +00:00
edef
2202601623 perlPackages.MustacheSimple: init at 1.3.6 2019-09-25 01:16:02 +00:00
edef
ac1fbe68bb nix-generate-from-cpan: strip leading v from versions
Everything currently in perl-packages.nix already does this,
so we might as well automate it.
2019-09-25 01:16:02 +00:00
edef
838902a82c nix-generate-from-cpan: use pname/version rather than version
The `name` parameter to buildPerlPackage is deprecated, and
everything currently in perl-packages.nix has already been
converted to use pname/version instead.

This also changes the URLs to be pure string literals,
matching the convention used in nixpkgs in practice.
2019-09-25 01:16:02 +00:00
Peter Hoeg
892fff48fd home-assistant: 0.96.2 -> 0.99.2 2019-09-25 08:07:30 +08:00
Peter Hoeg
d8376c4cc7
Merge pull request #69385 from peterhoeg/u/pykms
nixos/pykms: log to journal
2019-09-25 07:17:33 +08:00
Peter Hoeg
bf9cecf28d pykms: 20180208 -> 20190611
New upstream.
2019-09-25 06:33:34 +08:00
Peter Hoeg
81cd220c67 nixos/pymks: log to journal 2019-09-25 06:33:34 +08:00
Peter Hoeg
6d2e24e80e
Merge pull request #69061 from Anton-Latukha/adopt-djview
djview: adopt, upd {descriptions, to qt5}, add features
2019-09-25 05:57:01 +08:00
Peter Hoeg
844555626a
Merge pull request #69210 from peterhoeg/u/hydra
thc-hydra: 8.5 -> 9.0
2019-09-25 05:33:38 +08:00
Peter Hoeg
0de5df0343
Merge pull request #69336 from peterhoeg/p/py-wmi
pythonPackages.py-wmi-client: init at unstable-20160601
2019-09-25 05:10:58 +08:00
Peter Hoeg
e121bf8503
Merge pull request #34250 from peterhoeg/p/wmi
check-wmiplus: init at 1.64
2019-09-25 05:09:19 +08:00
Peter Hoeg
76e1ac4ee5
Merge pull request #69380 from peterhoeg/f/dxx_build
dxx-rebirth: build with gcc6 as gcc8 is not supported
2019-09-25 05:05:12 +08:00
Peter Hoeg
a1c0e10564 mysql 2019-09-25 05:00:14 +08:00
Mario Rodas
55bed3d062
Merge pull request #67787 from jonringer/add-python3-dotnetcore2
python3Packages.dotnetcore2: init at 2.1.8.1
2019-09-24 15:58:36 -05:00
Peter Hoeg
da9e40fcc2
Merge pull request #69299 from peterhoeg/f/hv_master
hyperv-daemons: fix binary location to stop error log spam
2019-09-25 04:50:06 +08:00