Danylo Hlynskyi
2c21f3deeb
readme.md: reincarnate wiki ( #30243 )
...
* readme.md: reincarnate wiki
It is kinda strange to announce that wiki is deprecated, while it is in fact growing.
I'd say, the "Move-the-wiki" milestone is stalled instead.
* Readme.md: rename to community maintained wiki
2017-10-09 16:32:30 +01:00
danbst
a5b8c0c2de
salt: 2016.11.5 -> 2017.7.1, patch fix
...
The libcrypto patch didn't work well with `salt-ssh` (that code failed on
remote machines), so let's make Nix-based library lookup as fallback.
https://github.com/saltstack/salt/issues/43350
2017-09-05 15:54:16 +03:00
danbst
63f8122cd9
nixos tests: add test for declarative containers, that container config changes
...
are applied on `nixos-rebuild switch` invocations.
2017-08-23 12:43:07 +03:00
danbst
65ff0d5f9d
switch-to-configuration: fix detection of changes between rebuilds for template instances
...
This makes declarative containers truly reloadable. Current code already declares it:
https://github.com/NixOS/nixpkgs/blob/56904d7c423f2b13b37fbd29f39bbb4b52bc7824/nixos/modules/virtualisation/containers.nix#L488
```
restartIfChanged = false;
```
https://github.com/NixOS/nixpkgs/blob/56904d7c423f2b13b37fbd29f39bbb4b52bc7824/nixos/modules/virtualisation/containers.nix#L540
```
reloadIfChanged = true;
```
Original author: @chrisfarms in https://github.com/NixOS/nixpkgs/pull/3021/commits/6e36619b277f78ece1bb81b79b5651897e46a2bf
Most of stuff from that commit has already been ported.
2017-08-22 15:04:18 +03:00
Danylo Hlynskyi
cc28cf11f0
Nix minimal version: 1.10 -> 1.11
...
`ruby` attribute requires features from 1.11
```
$ nix-build -A ruby
error: cannot coerce a set to a string, at pkgs/development/interpreters/ruby/default.nix:57:17
```
2017-08-22 13:28:55 +03:00
Danylo Hlynskyi
311ee164e4
pg_repack: 1.3.4 -> 1.4.0.1
...
highlight: adds support for Amazon RDS (pg 9.6.3) when used as client
2017-07-29 17:58:50 +02:00
danbst
6d6d2fd324
zoom-us: fix webcam video
...
Webcam Logitech C270 showed black screen in zoom, but LD_PRELOADing
v4l1compat.so fixed this. I hope, this wouldn't break camera for people,
who were already able to see video, but I can't be 100% sure currently.
2017-06-15 16:01:43 +03:00
danbst
8bc737d9d3
zoom-us: fix facebook and SSO login
...
Turns out, zoom couldn't launch QtWebEngineProcess because of wrong interpreter
Also, there was a need for some extra deps, which I found when
running debug version of zoom.
2017-06-15 15:53:41 +03:00
danbst
7179b01199
zoom-us: little fixes after review by @k0001
2017-06-07 17:20:00 +03:00
danbst
e9da05ee8b
zoom-us: init at 2.0.91373.0502
...
Actually, reintroduce after removal (https://github.com/NixOS/nixpkgs/commit/bb99babc5a1c62edd012da5a1ad14cd3fe1abf0a )
and use bundled Qt.
2017-06-07 12:01:01 +03:00
Данило Глинський (Danylo Hlynskyi)
84b1c0c481
Fix imperative container code examples
...
Since some time Nixos has firewall enabled by default, so update example.
Also, remove newline escaping (it isn't needed).
Closes https://github.com/NixOS/nixpkgs/issues/25174
2017-04-24 22:31:02 +02:00
Данило Глинський (Danylo Hlynskyi)
970a09eb74
Fix typo
2016-12-30 13:29:43 +02:00
danbst
515573ef7f
pg_similarity: init at 1.0
2016-12-17 21:50:23 +00:00
danbst
5c0367ee5b
urxvt: add vtwheel extension
...
This allows to scroll content in less, screen, nano, tmux and others
(the ones, who create so called "secondary screens"), similar to VTE-based
terminals.
Note, however, that mouse wheel won't work in `less -X`, which is used
by basic `journalctl`. Fix it with `export SYSTEMD_LESS=FRSMK`
2016-11-30 03:43:28 +02:00
danbst
ac51528df8
shadow: fix collision with coreutils (man groups.1.gz)
...
The `groups.1.gz` collides with one from coreutils. The code to fix this
was already present in expression, but wrongly assumes that share/man/man1
directory will be copied to `man` output after `installPhase`.
It turned out, that man directory is set at configure step, so we should
remove file from `man` output.
2016-11-30 01:44:28 +02:00
danbst
6d05af5f4c
pg_repack: init at 1.3.4
2016-09-22 04:02:56 +00:00
Данило Глинський (Danylo Hlynskyi)
896b2916ab
nixos: fix typo in networking.interfaces.<name?>.virtual ( #18548 )
2016-09-13 08:04:00 +02:00
danbst
63f9ef9f19
tomcat service: bump default tomcat to 8.5
...
See migration changelogs at
- 7.0 -> 8.0: https://tomcat.apache.org/migration-8.html
- 8.0 -> 8.5: https://tomcat.apache.org/migration-85.html
2016-09-09 18:29:12 +02:00
danbst
a01d4ee3f4
tomcat: add danbst as maintainer
2016-09-09 18:29:12 +02:00
danbst
8511ddc89a
tomcat: 7.0.68 -> 7.0.70, 8.0.32 -> 8.0.37, init 8.5.5, init 9.0.0.M10
2016-09-09 18:29:12 +02:00
danbst
f1072611a4
tomcat service: call shutdown in preStop, because postStop is too late (systemd kills process)
2016-09-09 18:29:12 +02:00
danbst
0c2d943529
tomcat: split default webapps to separate output (~6M)
2016-09-09 18:29:12 +02:00
danbst
39ad7a9e60
tomcat: cleanup package with callPackages
2016-09-09 18:29:12 +02:00
Данило Глинський (Danylo Hlynskyi)
78cd9f8ebc
virtualbox: add headless build (without Qt dependency) ( #18026 )
2016-09-01 20:54:58 +02:00
Данило Глинський (Danylo Hlynskyi)
0a0b7eb5f2
fix documentation typo in lib/strings.nix ( #17684 )
2016-08-12 08:30:11 +00:00
danbst
2f24e11992
tortoisehg: 3.7.3 -> 3.8.1
2016-05-17 14:02:06 +03:00
Данило Глинський (Danylo Hlynskyi)
bc2fe9f2cd
typo in authorizedKeysFiles
2016-05-12 18:01:17 +03:00
Данило Глинський (Danylo Hlynskyi)
a74984d660
nixpart-0.4: fix build of multipath-tools dependency ( #15359 )
2016-05-12 09:39:12 +01:00
danbst
f690ccb26f
siege: 3.0.8 -> 4.0.1
2016-04-28 15:03:55 +00:00
danbst
2fce49d3e8
tortoisehg: 3.7.1 -> 3.7.3, refactor
...
update tortoisehg to 3.7.3 and remove source patch in build expression.
setup.py in TortoiseHG computes wrong paths in `build` phase
(upstream bug https://bitbucket.org/tortoisehg/thg/issues/4483/problems-with-setuppy-on-posix-systems ).
So we skip this phase and perform install manually (the `build` phase is still performed as subcommand).
2016-04-22 16:00:43 +00:00
danbst
e36339fd80
mercurial: add comment for maintainers on version bump
2016-04-22 15:59:40 +00:00
danbst
40061f66ce
mercurial: bump 3.3.3 -> 3.4.2
2015-07-31 20:18:20 +00:00
danbst
fc155f74d6
tortoisehg: init at 3.4.2
2015-07-31 19:29:29 +00:00
danbst
3845b25623
pythonPackages.qscintilla: init at 2.9
2015-07-30 19:12:40 +00:00
danbst
3b59175c05
pythonPackages.iniparse: init at 0.4
2015-07-30 18:10:47 +00:00
danbst
26d5a1fc62
postgresql: add reload command
2015-07-24 01:41:32 +00:00
danbst
79e9ca33c8
lighttable: rename package LightTable to lighttable
2015-03-14 18:40:23 +00:00
danbst
5b947b82e6
lighttable: update to 0.7.2
2015-03-14 18:22:14 +00:00
danbst
254c153b62
Add usb haskell package
2013-10-11 09:39:16 +02:00
danbst
2a798997a3
Add mirror url for AMD microcode
...
www.amd64.org is often down, so provide a 2nd url to download from.
2013-08-31 21:53:59 +02:00
Danylo Hlynskyi
21bd48f439
Add convenient executable name to libreoffice
...
... so you can run libreoffice from command-line with `libreoffice` instead of `soffice`
2013-08-23 17:14:44 +03:00