Commit Graph
100 Commits
Author SHA1 Message Date
Daniel Schaefer f7ef1a9af5 Merge pull request #72855 from fgaz/jasmin/init
jasmin: init at 2.4
2019-11-10 17:09:54 +01:00
Daniel Schaefer 25c2506095 nixos/cassandra: Port test to python 2019-11-07 22:40:15 +01:00
Daniel Schaefer b9c8fb0c5b twmn: Use QT's makeDerivation
Could not find libQt5Widgets.so.5 and SIBABRTs.
2019-11-07 14:16:56 +01:00
Daniel Schaefer 34cd476e09 cadaver: Enable readline support 2019-11-07 02:29:17 +01:00
Daniel Schaefer 92216681cc apache-directory-studio: 2.0.0.v20170904-M13 -> 2.0.0-M14 2019-11-06 23:39:26 +01:00
Daniel Schaefer 2223e618b8 libtiff: 4.0.10 -> 4.1.0 2019-11-06 17:09:22 +01:00
Daniel Schaefer 5270c3a03e libtiff: Patch CVE-2019-7663 2019-11-06 17:08:38 +01:00
Daniel Schaefer afbfef93a7 nixos/tests: Ignore shutdown/crash if not booted
Condition seems to be inverted. Crash and shutdown only make sense, when
the machine is booted; i.e. we return immediately otherwise.
In the Perl test driver this is:

    return unless $self->{booted};
2019-11-06 16:06:43 +01:00
Daniel Schaefer 4390b5ef7c paraview: 5.6.0 -> 5.6.3
* Use qt wrapper, otherwise it wouldn't find plugins and fail to start
2019-11-06 13:24:35 +01:00
Daniel Schaefer a3a782ec5f taglib_1_9: Removed, not needed anymore
Was used by, the now removed, tomahawk.
2019-10-27 13:16:53 +01:00
Daniel Schaefer 417c85309d tomahawk: Remove unmaintained broken package
Has been marked broken since 2018 and marked as abandoned upstream since
2017.
2019-10-27 13:16:53 +01: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
Daniel Schaefer 4c714c1f58 pythonPackages.astropy: Disable tests
A ton of tests fail and it's not obvious to me how to fix them.
Adding bleach to checkInputs fixes a tiny number of them, though.
2019-09-22 00:47:07 +02:00
Daniel Schaefer 7791dccd3a pythonPackages.zake: Skip failing test 2019-09-14 18:57:34 +02:00
Daniel Schaefer e416a39464 bareos: Mark as broken
Doesn't have a maintainer.
Doesn't work with our new glusterfs version.
bareos18 has changed from autotools to cmake so the derivation has to be
completely rewritten.
2019-09-14 15:04:02 +02:00
Daniel Schaefer ea3ea651f9 ape: 6.7-131003 -> 2019-08-10 2019-09-14 14:25:11 +02:00
Daniel Schaefer cbab4663f3 paperless: Use pytest_4 in django-crispy-forms
Doesn't build with pytest_5
2019-09-14 14:20:50 +02:00
Daniel Schaefer 34b58364e4 pytest: Add pytest_4 as its own attribute
Many packages aren't yet updated to handle the incompatible changes of
pytest5 so we still need v4.
2019-09-14 14:02:39 +02:00
Daniel Schaefer 42243e46b1 twister: 0.9.34 -> 2019-08-19 2019-09-14 13:48:45 +02:00
Daniel Schaefer a5b2e090ec whitebox: 0.9.0 -> 0.16.0 (#68682) 2019-09-13 17:08:57 +00:00
Daniel Schaefer 08dab35cd4 xfstests: 2018-04-11 -> 2019-09-08 2019-09-13 17:40:16 +02:00
Daniel Schaefer dc0e697038 xen: Ignore GCC8 errors 2019-09-13 15:12:18 +02:00
Daniel Schaefer acf571eec4 httplz: Fix build with openssl_1_0_2
The rust crate dependency that wraps OpenSSL doesn't support the Openssl
1.1.
2019-09-13 15:02:37 +02:00
Daniel Schaefer f25e86411c chipsec: 1.4.0 -> 1.4.1 2019-09-13 14:30:58 +02:00
Daniel Schaefer eb5497c419 xflux-gui: 1.1.10 -> 1.2.0
Didn't build with the old version because they dropped Python2 and
changed some dependencies.
2019-09-13 14:04:07 +02:00
Daniel Schaefer 5548ff632e microsoft_gsl: Fix gcc8 build 2019-09-13 11:35:50 +02:00
Daniel Schaefer 86ddab8e70 hpmyroom: init at 11.1.0.0508 2019-09-03 18:19:54 +02:00
Daniel Schaefer b4044a3f2a networkmanager: Allow NetworkManager and wireless together
When NetworkManager is configured to not manage all interfaces, it's
perfectly fine to have the rest be managed by the standard nixos
wireless scripts.

I use
  networking.networkmanager.unmanaged = [
    "*" "except:type:wwan" "except:type:gsm"
  ];
to control everything using networking.wireless except for the mobile
LTE modem which only works with NetworkManager.
2019-08-25 12:00:31 +02:00
Daniel Schaefer 908ecd5cb7 chipsec: 1.3.7 -> 1.4.0 2019-08-25 00:41:02 +02:00
Daniel Schaefer e1a5484098 pptp: Fix shebangs
- Remove `which` as build-time input
- Use substituteInPlace instead of sed (warns if it fails to replace)
- Use perl in buildInputs as it's a run-time dependency
- Patch shebangs manually, not sure why fixupPhase doesn't do it
2019-08-11 01:53:08 +09:00
Daniel Schaefer ccaaef1963 codespell: init at 1.15.0 (#63673) 2019-08-07 23:04:48 +02:00
Daniel Schaefer 77b4e4b75c yder: 1.4.6 -> 1.4.7
https://github.com/babelouest/yder/releases/tag/v1.4.7
2019-08-05 08:07:48 +02:00
Daniel Schaefer 5fb372206e orcania: 2.0.0 -> 2.0.1
https://github.com/babelouest/orcania/releases/tag/v2.0.1
2019-08-05 08:06:57 +02:00
Daniel Schaefer f8a50fcca3 litecli: 1.0.0 -> 1.1.0
Fixes the tests.
2019-08-03 11:42:50 +02:00
Daniel Schaefer e3329f9e85 xorg.libXTrap: init at 1.0.1
Fixes build of xorg.xtrap
2019-08-02 18:49:45 +02:00
Daniel Schaefer c2466ced95 pkgs/servers/x11/xorg: Git-ignore download-cache
It's generated when updating using generate-expr-from-tarballs.pl
2019-08-02 18:48:33 +02:00
Daniel Schaefer 9c50ec6189 verilog: Add optional dependencies
Increases the closure size by just 4MB.
2019-08-02 10:34:39 +02:00
Daniel Schaefer 8b3274178f verilog: 2019.03.27 -> 2019.08.1
Fixes the build, see: https://github.com/steveicarus/iverilog/issues/247
2019-08-02 10:31:30 +02:00
Daniel Schaefer e1c1db787a jdupes: 1.13.1 -> 1.13.2 2019-08-01 17:32:08 +02:00
Daniel Schaefer 851ebff688 frog: Fix build (icu64 -> icu60)
icu60 is the latest version that works.

Build the derivation languageMachines.test to test.
2019-07-31 19:08:33 +02:00
Daniel Schaefer 8fbf9559df nixos/tests/cassandra: Test jmxPort
The test sets it to a non-standard port so it won't work accidentally
now and we'll be sure that our NixOS option works.
2019-07-31 00:55:04 +02:00
Daniel Schaefer 05f8fe7ed2 udisks: 2.8.2 -> 2.8.4
https://github.com/storaged-project/udisks/releases/tag/udisks-2.8.3
https://github.com/storaged-project/udisks/releases/tag/udisks-2.8.4
2019-07-30 13:01:04 +02:00
Daniel Schaefer 1e07296a7e libblockdev: 2.20 -> 2.22
https://github.com/storaged-project/libblockdev/releases/tag/2.22-1
https://github.com/storaged-project/libblockdev/releases/tag/2.21-1
2019-07-30 13:00:40 +02:00
Daniel Schaefer 2f5beaec08 tgt: Install systemd tgtd.service (#65565)
* tgt: Add homepage

* tgt: tgt-admin needs lsof, sg3_utils and tgtadm

Otherwise it fails with return code 72057594037927935.

* tgt: libxslt and docbook_xsl not needed at runtime

They're only there to build the documentation.

* tgt: Install systemd tgtd.service

Resolves #38012

* tgt: Add JohnAZoidberg as maintainer
2019-07-29 23:21:00 +00:00
Daniel Schaefer 537403769c font-awesome: 5.9.0 -> 5.10.0
https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.0
2019-07-30 00:08:23 +02:00
Daniel Schaefer da40bc4449 font-awesome_4: Was removed, add again
Version 5 is incompatible for some icons, so projects that depend on it
need to actively convert the symbols, see:
https://github.com/greshake/i3status-rust/issues/130

Reintroducing the old version lets us use those programs that haven't
been updated.

Was removed in 0a393f53a9
2019-07-30 00:05:52 +02:00
Daniel Schaefer a96b70b336 pythonPackages.configshell: Add urwid to deps
It's required in
https://github.com/open-iscsi/configshell-fb/blob/master/configshell/node.py#L1062
and crashes when reaching the function with that import.
2019-07-28 12:07:06 +02:00
Daniel Schaefer 53506d9c15 pjsip: Fix compilation on aarch64 2019-07-06 05:01:43 +02:00
Daniel Schaefer d4c661fb27 pjsip: 2.8 -> 2.9 2019-07-06 05:01:27 +02:00
Daniel Schaefer 890c64aef4 yder: Fix darwin build 2019-07-04 22:48:11 +02:00
Daniel Schaefer d80ea6aa4d yder: Disable systemd on non-linux 2019-07-04 09:50:15 +02:00
Daniel Schaefer 601221807c yder: init at 1.4.5 2019-07-04 09:50:04 +02:00
Daniel Schaefer 7fa534a4e1 orcania: init at 2.0.0 2019-07-04 09:44:51 +02:00
Daniel Schaefer 543b131907 zoneminder: Fix linking issue 2019-06-27 21:19:02 +02:00
Daniel Schaefer 4b2e7c40c4 psrecord: init at 1.1 2019-06-27 20:25:38 +02:00
Daniel Schaefer da4aac76cf gnome3.gnome-user-docs: Add meta attributes 2019-06-27 00:06:34 +02:00
Daniel Schaefer 19851ec1fc nixos/zoneminder: Fix nginx config check
NixOS wouldn't build because the nginx config checker fails.

Location without a trailing slash "could allow an attacker to read file
stored outside the target folder.", source:
https://github.com/yandex/gixy/blob/master/docs/en/plugins/aliastraversal.md

Shouldn't change the behaviour according to
https://serverfault.com/questions/607615/using-trailing-slashes-in-nginx-configuration/607731#607731
2019-06-26 20:45:55 +02:00
Daniel Schaefer 73847dfd30 acpilight: 1.1 -> 1.2 2019-06-25 00:20:26 +02:00
Daniel Schaefer d8bb988dd0 perlPackages.SysCPU: remove broken attribute
Still not back on CPAN but on metacpan.
2019-06-15 12:08:40 +02:00
Daniel Schaefer 03503121da nixos/cassandra: Don't force SimpleSeedProvider
If the `seedAddresses` is not set, don't force `SimpleSeedProvider` to
be in `seed_provider`. This could cause problems in a multi-datacenter
deployment when a different seed provider is preferred.
2019-06-13 04:36:42 +02:00
Daniel Schaefer 8e5ba87b36 nixos/cassandra: Test remote auth only on v3.11+
Below that it works but only when supplying a custom password file with
restricted permissions (i.e. outside the nix-store). We can't do that
using an absolute path in the tests.
2019-06-13 04:36:41 +02:00
Daniel Schaefer 79f7f89442 nixos/cassandra: Use docbook instead of markdown style 2019-06-13 04:36:41 +02:00
Daniel Schaefer 9ecd584785 nixos/cassandra: Add option for password file path
If you're on a multi user system you don't want to have the password in
the nix-store. With the new jmxRolesFile option you can specify your own
protected file instead.
2019-06-13 04:36:41 +02:00
Daniel Schaefer 7d646f2605 nixos/cassandra: Test jmxRoles 2019-06-13 04:36:41 +02:00
Daniel Schaefer 3162f45388 nixos/cassandra: Test maxHeapSize 2019-06-13 04:36:41 +02:00
Daniel Schaefer 2368345052 nixos/cassandra: Set test VM IPs statically 2019-06-13 04:36:41 +02:00
Daniel Schaefer 545ac1820f nixos/cassandra: Test seedAddresses 2019-06-13 04:36:41 +02:00
Daniel Schaefer 2d014f4448 nixos/cassandra: Test clusterName 2019-06-13 04:36:41 +02:00
Daniel Schaefer 4c880fd742 nixos/cassandra: Use ipAddress and capital letters 2019-06-13 04:36:41 +02:00
Daniel Schaefer 35531f4016 nixos/cassandra: Allow setting JMX credentials
If we have the ability to enable remote JMX we should also support
setting credentials for that because they become required if you turn it
on.
2019-06-13 04:36:41 +02:00
Daniel Schaefer 2bcca9271a nixos/cassandra: Reenable tests 2019-06-13 04:36:41 +02:00
Daniel Schaefer d8ad5ad2a2 cassandra: Properly wrap all binaries
Would previously overwrite the binary with the wrapper and thus wrap
itself (resulting in an infinite recursion on execution) for the
binaries in /bin.t
2019-06-13 04:36:41 +02:00
Daniel Schaefer 6778ee1862 nixos/cassandra: Fix test by listening on IP
Seems like you can't have a node as its own seed when it's listening on
an interface instead of an IP. At least the way it was done in the
test doesn't work and I can't figure out any other way than to just
listen on the IP address instead.
2019-06-13 04:36:41 +02:00
Daniel Schaefer c1991fb18d nixos/cassandra: Add clusterName 2019-06-13 04:36:41 +02:00
Daniel Schaefer f0031432ce nixos/cassandra: Add nixos conf for Java env 2019-06-13 04:36:40 +02:00
Daniel Schaefer 746b82bd4a nixos/cassandra: Allow setting of seed addresses
Allow for more intuitive specifying of seed node addresses with Nix
syntax.
2019-06-13 04:34:03 +02:00
Daniel Schaefer a2aa01be0c nixos/cassandra: Enable CQL server by default
Resolves #50954
2019-06-13 04:34:03 +02:00
Daniel Schaefer 3303bc1fd7 wine: Use proper license attribute 2019-06-12 23:36:10 +02:00
Daniel Schaefer 66fffe99d8 winePackages.fonts: init at 4.0
"Wine's fonts should be a natural candidate for their own subpackage"
https://wiki.winehq.org/Packaging

They are a replacement for some Microsoft fonts not available in other
replacement packages.
2019-06-12 23:33:18 +02:00
Daniel Schaefer eccb90a2d9 compton: 0.1_beta2.5 -> 6.2 (#61681)
* compton-git: 5.1-rc2 -> 6.2

vsync is now a boolean option, see:
https://github.com/yshui/compton/pull/130

menu-opacity is deprecated and there's a warning that says:
Please use the wintype option `opacity` of `popup_menu` and
`dropdown_menu` instead.

* nixos/compton: Keep vSync option backwards compatible

The new upstream option tries to make the best choice for the user.
Therefore the behaviour should stay the same with this backwards
compatibility patch.

* compton-git: Remove DRM option

It's deprecated and shouldn't be used.
https://github.com/yshui/compton/pull/130/files#r285505456

* compton-git: Remove new_backends option

Was removed in "Let old/new backends co-exist"
b0c5db9f5aa500dc3568cc6fe68493df98794d4d

* compton: 0.1_beta2.5 -> 6.2

Drop the legacy, unmaintained version and use the fork for real.
2019-05-28 13:37:13 +02:00
Daniel Schaefer 7c3d7521f0 patchShebangs: Exit if no arguments were given
Commit "patchShebangs: Allow for multiple arguments" 4a1e51f957
removed the check. We don't want to break existing usages so this
introduces it again with a successful exit code.
2019-05-26 16:05:06 +02:00
Daniel Schaefer 0f537a49e1 chromium: Use upstream desktop entry
Upstream provides a much more featureful desktop entry file. If we use
that we take advantage of all of those features and don't have to maintain it
ourselves.
2019-05-25 22:39:47 +02:00
Daniel Schaefer 4a1e51f957 patchShebangs: Allow for multiple arguments
It's tempting to think patchShebangs supports multiple arguments.
Without this patch it just silently ignores all but the first. Now it
patches the shebangs in all of its arguments.

Fixes: #57695
2019-05-25 16:15:54 +02:00
Daniel Schaefer 81d3bd60a4 patchShebangs: Explain that script must be executable 2019-05-25 16:15:54 +02:00
Daniel Schaefer e5f2bea31b stdmanpages: Use correct fdl12Plus license
See: https://gcc.gnu.org/onlinedocs/libstdc++/
2019-05-24 19:51:50 +02:00
Daniel Schaefer 8980e3ca62 cpp-gsl: remove in favor of microsoft_gsl
It's the same package twice but cpp-gsl is older.
2019-05-24 11:25:36 +02:00
Daniel Schaefer e8a2483163 cnstrokeorder: init at 0.0.4.7 2019-05-18 11:43:52 +02:00
Daniel Schaefer 06fad89bd6 treewide: Update meta of packages hosted on gnome
- Update homepage URLs
- Add missing meta entries
2019-05-13 03:01:25 -04:00
Daniel Schaefer b85ccbac54 treewide: Add passthru.updateScript to gnome pkgs
`updateScript` lets us update packages automatically.
For packages that are hosted on the gnome mirror it's very easy to add
that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
2019-05-12 22:23:48 +02:00
Daniel Schaeferandcdepillabout 2845c175dd Update pkgs/tools/misc/memtest86/default.nix
Co-Authored-By: cdepillabout <cdep.illabout@gmail.com>
2019-05-06 13:28:29 +09:00
Daniel Schaefer 71fd2482b4 xmonad-with-packages: Remove ghc manpage
This package should only install the xmonad manpage but not GHC's (it
doesn't even install GHC in the path). Installing both manpages makes
this package conflict with the GHC derivation.

Fixes #60914
2019-05-04 23:49:27 +02:00
Daniel Schaefer 2fe63c8faf icu: 59 -> 64 2019-05-04 18:09:43 +02:00
Daniel Schaefer 01d805a432 icu64: init at 64.2 2019-05-04 18:09:43 +02:00
Daniel Schaefer cbb80342f7 vala: Prepare for updateScript
It doesn't have to be that complicated with the major and minor versions
being split. We have library functions that handle it fine.

passthru.upateScript can be enabled once #59372 is merged
2019-04-30 21:55:08 -04:00