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
e8a2483163
cnstrokeorder: init at 0.0.4.7
2019-05-18 11:43:52 +02:00
Daniel Schaefer and cdepillabout
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
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
Daniel Schaefer
786f02f7a4
treewide: Remove usage of isNull
...
isNull "is deprecated; just write e == null instead" says the Nix manual
2019-04-29 14:05:50 +02:00
Daniel Schaefer
aa7a9523bd
gnome3.gnome-settings-daemon: Use absolute path of mousetweaks
...
See: https://github.com/NixOS/nixpkgs/pull/60176#issuecomment-486401686
2019-04-28 14:23:20 -04:00
Daniel Schaefer
9da62cb0b3
onboard: Depend on mousetweaks
2019-04-28 14:23:20 -04:00
Daniel Schaefer
08588e7c3f
mousetweaks: init at 3.32.0
...
Solves #39509
2019-04-28 14:23:20 -04:00
Daniel Schaefer
5354020e14
orca: Re-add liblouis
...
liblouis works again so we can use it here again aswell.
Closes : #39427
2019-04-25 19:17:13 +02:00
Daniel Schaefer
634b21f6ac
orca: Set strictDeps to false
...
Wouldn't find the proper libraries/namespaces otherwise because of
https://github.com/NixOS/nixpkgs/issues/56943
2019-04-25 19:16:24 +02:00
Daniel Schaefer
069e1a7402
adoptopenjdk-bin: Update source hashes for aarch64
...
Seems like they replaced the release file.
Updated with
pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py
so should be reasonably safe.
2019-04-25 19:09:15 +02:00
Daniel Schaefer
b67f792793
adoptopenjdk-jre-bin: Update source hashes for aarch64
...
Seems like they replaced the release file.
Updated with
pkgs/development/compilers/adoptopenjdk-bin/generate-sources.py
so should be reasonably safe.
2019-04-25 19:08:49 +02:00
Daniel Schaefer
92cccb6f83
treewide: Use HTTPS for readthedocs URLs
2019-04-22 20:46:18 +02:00
Daniel Schaefer
bac4d95aa2
treewide: Change URLs to HTTPS
...
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
Daniel Schaefer
1636f11f12
chipsec: Kernel driver only works on x86_64-linux
...
See: https://github.com/chipsec/chipsec/issues/461
Noticed that when ofBorg failed to build the kernel driver on ARM.
2019-04-22 01:32:13 +02:00
Daniel Schaefer
18a71fbdd4
chipsec: 1.3.6 -> 1.3.7
2019-04-20 22:39:48 +02:00
Daniel Schaefer
75e08f26f1
chipsec: init at 1.3.6
2019-04-20 22:39:48 +02:00
Daniel Schaefer
29ad469b43
pythonPackages.sounddevice: 0.3.12 -> 0.3.13
2019-04-20 04:29:00 +02:00
Daniel Schaefer
43d4132929
libpst: Fix build
...
Disable Python integration because it can't find -lboost_python.
2019-04-20 04:13:58 +02:00
Daniel Schaefer
64476e879b
pythonPackages.moviepy: Add optional deps
...
Don't include them by default because they increase the derivation size
from ~200M to over 600M.
2019-04-19 18:47:04 +02:00
Daniel Schaefer
2b4bc3769c
pythonPackages.moviepy: Requires Py3.4 since 1.0.0
...
"only Python 3.4+ from v.1.0"
2019-04-19 17:30:12 +02:00
Daniel Schaefer
951c5b86e9
pythonPackages.moviepy: Add deps for new version
...
Fixes #59857
2019-04-19 03:37:35 +02:00
Daniel Schaefer
0956c09616
pythonPackages.proglog: init at 0.1.9
2019-04-19 03:28:35 +02:00
Daniel Schaefer
1e05181886
siji: Also package bdf font
...
The pcf version seems to be incompatible with newer FreeType versions
and hence doesn't show up in `fc-list`. A bdf file format is also
available. After packaging that the font shows up in `fc-list`.
See: https://github.com/stark/siji/issues/28
Fixes #59847
2019-04-19 02:40:36 +02:00
Daniel Schaefer
2e6b8ae970
cassandra: Wrap new binaries ( #59090 )
...
The new releases of cassandra added some binaries that the install
script didn't wrap and thus were unusable.
2019-04-07 15:53:57 +02:00
Daniel Schaefer
6ffdf5a39f
rng-tools: Rename attribute rng_tools -> rng-tools
...
Comply with naming guidelines
2018-10-24 00:49:46 +02:00
Daniel Schaefer
8ada6f6c46
jitterentropy: init at 2.1.2
2018-10-23 23:36:57 +02:00
Daniel Schaefer
5c249a3245
rng-tools: 5 -> 6.6
2018-10-23 23:36:31 +02:00
Daniel Schaefer
43650115e3
nixos/documentation: Correct use of lib.optional
...
lib.optional returns a singleton or an empty list. Therefore the
argument does not need to be wrapped in a list.
An alternative patch could have used lib.optionals but seems like no
more elements are going to be added to the optional list.
2018-05-05 15:55:53 +07:00
Daniel Schaefer
713a69d083
nixos/acpid: pass event parameters to handler ( #34190 )
...
Previously the parameters were just dropped. Now they can be read
from within the handler script. An example to show this is added.
Makes use of the new writeShellScript function as suggested in:
issue #21557
resolves: #21557
2018-02-10 13:26:05 +00:00
Daniel Schaefer
288898d6f1
nixos/less: use lesspipe package for preprocessing
...
Rather than a custom script the less config now uses the lesspipe
package config by default.
2018-01-29 22:08:32 +07:00
Daniel Schaefer
192c2330d0
nixos/less configure less with module
2018-01-29 18:40:22 +07:00