Ivan Kozik
2129c6ec05
chromium: fix sha256 for 72.0.3626.121
...
The sha256 was previously unchanged from 72.0.3626.119
2019-03-07 00:37:01 +00:00
Ivan Kozik
8b4b12ed7a
prometheus-pushgateway: 0.4.0 -> 0.7.0
...
Add some tests to make sure the --version output includes the values
passed in with -X.
Add myself as a maintainer.
2019-02-18 03:40:06 +00:00
Ivan Kozik
0811bbcaa4
chromium: 72.0.3626.81 -> 72.0.3626.96
...
CVE-2019-5784
2019-02-10 02:38:22 +00:00
Ivan Kozik
03960a323d
chromium: make the new audio sandbox NixOS-compatible
...
Deal with https://chromium.googlesource.com/chromium/src/+/f2fc90bb74a05cffde6b4363ee575fcca7c45197
which landed https://github.com/chromium/chromium/blob/master/services/audio/audio_sandbox_hook_linux.cc
containing /usr/share and /usr/lib/x86_64-linux-gnu paths.
closes https://github.com/NixOS/nixpkgs/pull/54960
2019-01-31 20:06:16 +01:00
Ivan Kozik
da0c791c45
signal-cli: init at 0.6.2
...
This commit is based on work by Christopher Fredén in
https://github.com/icetan/dot-nixpkgs/blob/8867ed07f78d7632ffefa1a3aceb8136a8c46a03/overlays/pkgs/signal-cli.nix
2019-01-21 16:20:59 +00:00
Ivan Kozik
c86e00ecc4
ibus-engines.mozc: 2.20.2673.102 -> 2.23.2815.102
2019-01-08 17:52:57 +00:00
Ivan Kozik
2f80d662a8
wine{Unstable,Staging}: 4.0-rc2 -> 4.0-rc5
2019-01-07 21:43:41 +00:00
Ivan Kozik
f648f84c39
xfce4-13.xfce4-panel: 4.13.3 -> 4.13.4
2019-01-02 17:24:05 -05:00
Ivan Kozik
ed7a86d175
sublime3-dev: 3183 -> 3184
2019-01-01 05:08:40 +00:00
Ivan Kozik
2a66cb4f4c
qolibri: init at 2018-11-14
2019-01-01 03:06:26 +00:00
Ivan Kozik
45b62b4949
doctl: 1.8.0 -> 1.12.2
2018-12-30 11:56:21 +00:00
Ivan Kozik
1c8fea18e2
kernel/patches.nix: remove hard tabs
2018-12-28 09:06:56 +01:00
Ivan Kozik
78c56d758d
all-packages.nix: remove obsolete comments
...
cgroup2 cpu controller support was merged into Linux 4.15:
https://github.com/torvalds/linux/commit/22714a2ba4b55737cd7d5299db7aaf1fa8287354
2018-12-27 01:18:12 +00:00
Ivan Kozik
f58229ac1b
qbittorrent: 4.1.4 -> 4.1.5
2018-12-26 03:25:55 +00:00
Ivan Kozik
8dc93ec7ee
calibre: 3.31.0 -> 3.36.0
2018-12-25 09:08:09 +00:00
Ivan Kozik
82470c2e3b
snscrape: init at 0.1.3 ( #52758 )
2018-12-24 11:42:06 +01:00
Ivan Kozik
455a04727b
ue4demos: fix download URLs
...
http://ue4linux.raxxy.com/ has been down for a while.
I mirrored the demos to https://ludios.org/mirror/ue4demos/ because
Wayback transfer speeds can be slow.
2018-12-23 22:31:06 +00:00
Ivan Kozik
12dcd34097
pythonPackages.manhole: disable tests ( #52666 )
...
`python: process-tests: 1.2.1 -> 2.0.0` included the change
https://github.com/ionelmc/python-process-tests/commit/e6d4f4db27f61ebeb9dc451c12b8fb846d0f3728
which removed setup_coverage and thus broke manhole's tests.
2018-12-22 10:53:35 +01:00
Ivan Kozik
9314c6a563
firejail: disable parallel building
...
firejail was frequently failing to build on my Hydra machine at -j16, and
the error looked like a typical parallel build problem:
<3>make[1]: Entering directory '/build/firejail-0.9.56/src/fcopy'
<3>gcc -ggdb -O2 -DVERSION='"0.9.56"' -DPREFIX='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56"' -DSYSCONFDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/etc/firejail"' -DLIBDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/lib"' -DHAVE_X11 -DHAVE_PRIVATE_HOME -DHAVE_OVERLAYFS -DHAVE_SECCOMP -DHAVE_GLOBALCFG -DHAVE_SECCOMP_H -DHAVE_CHROOT -DHAVE_NETWORK -DHAVE_USERNS -DHAVE_FILE_TRANSFER -DHAVE_WHITELIST -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security -mindirect-branch=thunk -c main.c -o main.o
<3>gcc -pie -Wl,-z,relro -Wl,-z,now -lpthread -o fcopy main.o
<3>make[1]: Leaving directory '/build/firejail-0.9.56/src/fcopy'
<3>make -C src/fldd
<3>make[1]: Entering directory '/build/firejail-0.9.56/src/fldd'
<3>gcc -ggdb -O2 -DVERSION='"0.9.56"' -DPREFIX='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56"' -DSYSCONFDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/etc/firejail"' -DLIBDIR='"/nix/store/0dm1agiwiggn8pmnqkknil7mkh25il0k-firejail-0.9.56/lib"' -DHAVE_X11 -DHAVE_PRIVATE_HOME -DHAVE_OVERLAYFS -DHAVE_SECCOMP -DHAVE_GLOBALCFG -DHAVE_SECCOMP_H -DHAVE_CHROOT -DHAVE_NETWORK -DHAVE_USERNS -DHAVE_FILE_TRANSFER -DHAVE_WHITELIST -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security -mindirect-branch=thunk -c main.c -o main.o
<3>gcc -pie -Wl,-z,relro -Wl,-z,now -lpthread -o fldd main.o ../lib/ldd_utils.o
<3>make[1]: Leaving directory '/build/firejail-0.9.56/src/fldd'
<3>make -C src/libpostexecseccomp
<3>make[1]: Entering directory '/build/firejail-0.9.56/src/libpostexecseccomp'
<3>gcc -ggdb -O2 -DVERSION='"0.9.56"' -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIC -Wformat -Wformat-security -c libpostexecseccomp.c -o libpostexecseccomp.o
<3>gcc -pie -Wl,-z,relro -Wl,-z,now -shared -fPIC -z relro -o libpostexecseccomp.so libpostexecseccomp.o -ldl
<3>make[1]: Leaving directory '/build/firejail-0.9.56/src/libpostexecseccomp'
<3>src/fseccomp/fseccomp default seccomp
<3>src/fsec-optimize/fsec-optimize seccomp
<3>/nix/store/6abyjgibafsbhlc7v7lab50mb3dj81jg-bash-4.4-p23/bin/bash: src/fsec-optimize/fsec-optimize: No such file or directory
<3>make: *** [Makefile:43: filters] Error 127
<3>builder for '/nix/store/30srqmpqrjyr11nhx4jbpr84m9pnmyv5-firejail-0.9.56.drv' failed with exit code 2
2018-12-17 06:41:44 +00:00
Ivan Kozik
ea1db27e22
ut2004demo: fix download URL
...
http://treefort.icculus.org/ut2004/UT2004-LNX-Demo3334.run.gz is gone.
2018-12-17 06:26:42 +00:00
Ivan Kozik
66f59ee1ad
grab-site: init at 2.1.11
2018-12-14 22:21:44 +00:00
Ivan Kozik
cb3e6e72b9
pythonPackages.fb-re2: init at 1.0.6
2018-12-14 22:21:44 +00:00
Ivan Kozik
33b906bacf
pythonPackages.ludios_wpull: init at 3.0.7
2018-12-14 22:21:36 +00:00
Ivan Kozik
9295ffbf8e
pythonPackages.namedlist: init at 1.7
2018-12-14 22:20:04 +00:00
Ivan Kozik
907847061b
maintainers: add github for ivan
2018-12-13 12:52:32 -06:00
Ivan Kozik
76dc4b56f7
pythonPackages.cchardet: init at 2.1.4
2018-12-13 11:12:59 +00:00
Ivan Kozik
da28c89797
maintainers: add ivan
2018-12-13 11:12:54 +00:00
Ivan Kozik
e7ec6cdf11
pythonPackages.manhole: init at 1.5.0
2018-12-13 09:07:13 +00:00
Ivan Kozik
f1b814a879
pythonPackages.lmdb: enable tests ( #51931 )
2018-12-13 09:08:05 +01:00
Ivan Kozik
2232135cf9
pythonPackages.Yapsy: 1.11.223 -> 1.12.0 and enable tests ( #51925 )
2018-12-13 08:30:49 +01:00
Ivan Kozik
158f1300d1
maintainers: add ivan
2018-12-13 06:24:50 +00:00
Ivan Kozik
a9c43dd9ef
jdk11_headless: fix the build on amd64
...
This fixes:
checking user specified JVM feature list...
configure: error: Cannot continue
configure: Unknown JVM features specified: "zgc--enable-headless-only"
configure: The available JVM features are: "aot cds cmsgc compiler1 compiler2 dtrace epsilongc g1gc graal jfr jni-check jvmci jvmti link-time-opt management minimal nmt parallelgc serialgc services static-build vm-structs zero zgc"
configure exiting with result code 1
builder for '/nix/store/1awwzd98crcgxad3srdkv8smhxgiz2qp-openjdk-11.0.1-b13.drv' failed with exit code 1
2018-12-11 06:14:21 +00:00
Ivan Kozik
82e55907ae
erlang: disable parallel building
...
This fixes build errors like
GEN asn1ct_eval_ext.erl
{"init terminating in do_boot",{undef,[{asn1ct_func,start_link,[],[]},{prepare_templates,gen_asn1ct_eval,1,[{file,"prepare_templates.erl"},{line,58}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ({undef,[{asn1ct_func,start_link,[],[]},{prepare_templates,gen_asn1ct_eval,1,[{_},{_}]},{init,start_em,1,[]},{init,do_boot,3,[]}]})
that occur on some machines but not others.
2018-12-08 00:59:56 +00:00
Ivan Kozik
47f5771247
libtorrentRasterbar: 1.1.10 -> 1.1.11
2018-12-02 03:21:57 +00:00
Ivan Kozik
77255a3cd7
xfsprogs: 4.14.0 -> 4.19.0
...
xfsprogs started using icu in bff5d1a4e8df8a23957e5739850754991ad2b9c8, part of v4.16.0
xfsprogs-4.15.0-docdir.patch is needed to avoid cyclic references in the outputs.
./glibc-2.27.patch is no longer necessary as it was included in xfsprogs 8041435de7ed028a27ecca64302945ad455c69a6
2018-12-02 02:12:45 +00:00
Ivan Kozik
c61ba4d3de
pythonPackages.autobahn: 18.8.2 -> 18.9.2
2018-10-21 14:20:30 +00:00
Ivan Kozik
1a3405c228
pythonPackages.txaio: 18.7.1 -> 18.8.1
2018-10-21 14:18:04 +00:00
Ivan Kozik
95b44f1adc
Update some perl packages
2013-09-03 09:58:06 +00:00
Ivan Kozik
a7a9818795
Fix typo and incorrect package name
2013-09-02 04:54:09 +00:00
Ivan Kozik
1866619acc
Fix a few typos
2013-08-11 10:55:53 +00:00
Ivan Kozik
78f090c829
Explain how to use /my/sources with nix-env, not just nixos-rebuild
2013-08-11 07:52:27 +00:00
Ivan Kozik
aca014710e
Subversion repos stopped updating last year
2013-08-11 07:40:59 +00:00
Ivan Kozik
425b0f0507
nixos-rebuild: support -vv, -vvv, -vvvv, and -vvvvv
2013-08-10 21:51:44 +00:00
Ivan Kozik
390fdb3e60
Fix typos, especially those that end up in the NixOS manual
2013-08-10 21:07:13 +00:00
Ivan Kozik
2fc123f148
Document that extraUsers options apply to root
2013-08-09 01:28:21 +00:00
Ivan Kozik
d6303b6068
Describe where /etc/nix/nix.conf settings come from
2013-08-09 00:51:45 +00:00