Commit graph

297394 commits

Author SHA1 Message Date
Dennis Gosnell 9d333dfa86
Merge pull request #128066 from tbidne/haskell-updates
haskellPackages.xmonad-wallpaper: remove jailbreak
2021-06-25 13:46:15 +09:00
Tommy Bidne 4d5ef43b9c
haskellPackages.xmonad-wallpaper: remove jailbreak
Removing jailbreak as upstream issue has been fixed:

https://github.com/yeyan/xmonad-wallpaper/issues/2
2021-06-25 14:02:08 +12:00
maralorn dba40dfcf5
Merge pull request #127658 from sternenseemann/haskell-generic-builder-pname-version
haskell-generic-builder: pass pname and version as is
2021-06-22 23:41:27 +02:00
Malte Brandy 33c6c74d09
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-06-22 23:36:48 +02:00
Malte Brandy b0f0b5c6c0
all-cabal-hashes: 2021-06-22T07:13:30Z -> 2021-06-22T21:14:17Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2021-06-22 23:35:14 +02:00
maralorn 35aa6b0fd8
Merge pull request #127438 from NixOS/haskell-updates 2021-06-22 23:32:51 +02:00
Malte Brandy 37919f9f1e
haskellPackages.stripeapi: Mark broken because of consistent build timeout 2021-06-22 23:24:48 +02:00
Maximilian Bosch b51d8262d5
Merge pull request #127699 from TredwellGit/element-{desktop,web}
element-{desktop,web}: 1.7.30 -> 1.7.31
2021-06-22 23:18:16 +02:00
Malte Brandy 5145ed4cf7
Merge branch 'master' into haskell-updates 2021-06-22 23:11:48 +02:00
Malte Brandy f259654a78
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-06-22 23:05:35 +02:00
Malte Brandy 8d9926fe65
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-06-22 21:52:15 +02:00
Ryan Mulligan 160831a5a8
Merge pull request #127783 from rnhmjoj/sshfs-doc
nixos/doc: add section on sshfs file systems
2021-06-22 12:13:56 -07:00
rnhmjoj 21a5268b26 nixos/doc: add section on sshfs file systems
This documents how to use sshfs a bit and how to set up an automatically
mounted sshfs filesystem in NixOS. Also it closes #125905.
2021-06-22 11:58:25 -07:00
Graham Fawcett d26902aef9
Refresh the Ocaml package examples; document useDune2 (#127520)
The current example in the manual no longer builds, mainly because
`useDune2 = true` is required, but also because the inputs have changed.
The new examples are copied verbatim from nixpkgs.
2021-06-22 18:53:27 +02:00
Sandro b4b3372763
Merge pull request #127677 from NixOS/revert-125405-patch-1 2021-06-22 18:46:44 +02:00
Sandro bb8c2116dd
Merge pull request #127599 from Ma27/bump-privacyidea 2021-06-22 18:26:45 +02:00
sternenseemann 5a1ff51ed3 haskellPackages.git-annex: fix hash mismatch on darwin 2021-06-22 18:11:25 +02:00
Sandro c601d56e19
Merge pull request #127804 from ronthecookie/tor-upd
tor-browser-bundle-bin: 10.0.17 -> 10.0.18
2021-06-22 18:01:11 +02:00
Sandro 1fa3656c9d
Merge pull request #127186 from r-ryantm/auto-update/fly
fly: 7.3.1 -> 7.3.2
2021-06-22 18:00:55 +02:00
Sandro 565a0d3b9d
Merge pull request #127604 from urlordjames/drogon_options 2021-06-22 17:59:00 +02:00
Sandro c1e686d51a
Merge pull request #127805 from endocrimes/dani/nomad 2021-06-22 17:58:33 +02:00
Sandro 52a64db282
Merge pull request #127768 from deliciouslytyped/wxpython
python3Packages.wxPython_4_0, python3Packages.wxPython_4_1: add numpy…
2021-06-22 17:56:49 +02:00
urlordjames 6e44a67726 drogon: add options for optional dependencies 2021-06-22 11:37:39 -04:00
Ryan Mulligan 5fa785a60a
Merge pull request #127134 from blaggacao/da/convert-rel-notes-md
doc: convert rel notes to CommonMark
2021-06-22 08:15:26 -07:00
Sandro b6c99a1986
Merge pull request #127802 from fortuneteller2k/elfcat
elfcat: init at 0.1.3
2021-06-22 17:14:00 +02:00
Sandro b2a93084f0
Merge pull request #127355 from cjab/programmer-calculator 2021-06-22 17:12:33 +02:00
Danielle Lancashire d4655879fb nomad_1_0: 1.0.7 -> 1.0.8 2021-06-22 17:03:31 +02:00
Danielle Lancashire 834cfd9041 nomad_1_1: 1.1.1 -> 1.1.2 2021-06-22 17:03:31 +02:00
Martin Weinelt ec12eaec34
Merge pull request #127735 from mweinelt/esphome 2021-06-22 16:59:24 +02:00
David Arnold 1f6969dd5e
docs: nixos release notes (w/o 2105 - separate PR)
docs: nixos release notes (revise code blocks)

docs: nixos release notes (fix opt links outside of code blocks)

docs: nixos release notes (fix opt links inside of code blocks)

went fishing with:

```console
rg -A1 \
   --multiline \
   --multiline-dotall \
   '<programlisting>[^</programlisting>]+' \
| rg linkend
```

docs: nixos release notes (prettier)

docs: nixos release notes (fix zonefile codeblocks)

docs: nixos release notes (restore admonition from prettier destriction)

docs: nixos release notes (recreate xml files)

docs: nixos release notes (fix trnslation error md -> xml)

admonition with a title seem not to work

docs: nixos release notes (fix code block indentation)

docs: nixos release notes (diff after converting with https://github.com/NixOS/nixpkgs/pull/127270)

docs: nixos release notes (fix remaingin '???')

Those where not catched i a previous iteration since they didn't satisfy
the then presumed search regex `#opt-.*`

doc: nixos release notes make docbook/md conversion consistent
2021-06-22 09:52:13 -05:00
Martin Weinelt c8db4ba116
esphome: 1.19.0 -> 1.19.2 2021-06-22 16:29:26 +02:00
ckie 4539cc164d
tor-browser-bundle-bin: 10.0.17 -> 10.0.18 2021-06-22 17:19:50 +03:00
fortuneteller2k dc24124ec6 elfcat: init at 0.1.3 2021-06-22 22:19:17 +08:00
Sandro ab8167cc22
Merge pull request #127801 from bbigras/cloudflared-update
cloudflared: 2021.5.10 -> 2021.6.0
2021-06-22 16:16:06 +02:00
Sandro 192a85e425
Merge pull request #127759 from peterhoeg/u/widelands
widelands: 21 -> 1.0
2021-06-22 16:15:53 +02:00
Sandro 88e3da0610
Merge pull request #126657 from fortuneteller2k/open-fonts
open-fonts: init at 0.7.0
2021-06-22 16:15:23 +02:00
Sandro 04656c62ba
Merge pull request #127794 from fgaz/twemoji-color-font/13.1.0
twemoji-color-font: 13.0.1 -> 13.1.0
2021-06-22 16:14:55 +02:00
Sandro dd2ad5f80f
Merge pull request #127800 from Sohalt/dpdk-mods-typo
dpdk: fix typo in error message
2021-06-22 16:11:45 +02:00
Sandro 9b2cad02f8
Merge pull request #127787 from hlolli/zx-shell-init
zx: init at 1.14.2
2021-06-22 16:11:22 +02:00
Chad Jablonski 11b44aaa11 programmer-calculator: init at 2.1 2021-06-22 10:03:56 -04:00
sternenseemann d7d3eace87 haskellPackages.tmp-postgres: disable tests on darwin
The tests use pgrep which is not packaged for darwin yet as we are
lacking some private / non open source headers for it to compile.

May be resolvable in the future.
2021-06-22 16:00:19 +02:00
Karl H 0b0e76080a
octavePackages.nan: 3.5.2 -> 3.5.3 (#127757) 2021-06-22 15:45:40 +02:00
Karl H 67323a4793
octavePackages.matgeom: 1.2.2 -> 1.2.3 (#127756) 2021-06-22 15:45:27 +02:00
Karl H aed8a199de
octavePackages.windows: 1.5.0 -> 1.6.1 (#127755) 2021-06-22 15:45:16 +02:00
Karl H 2d4660ce76
octavePackages.struct: 1.0.16 -> 1.0.17 (#127754) 2021-06-22 15:45:10 +02:00
Karl H b97b0f4a94
octavePackages.splines: 1.3.3 -> 1.3.4 (#127753) 2021-06-22 15:44:52 +02:00
Karl H b71f5ce78f
octavePackages.optim: 1.6.0 -> 1.6.1 (#127751) 2021-06-22 15:44:41 +02:00
Karl H 7e0e1eb9ca
octavePackages.parallel: 4.0.0 -> 4.0.1 (#127752) 2021-06-22 15:44:29 +02:00
Karl H 7082fe4bc2
octavePackages.instrument-control: 0.6.0 -> 0.7.0 (#127750) 2021-06-22 15:44:11 +02:00
Karl H 412a1a4a4f
octavePackages.fuzzy-logic-toolkit: 0.4.5 -> 0.4.6 (#127749) 2021-06-22 15:43:46 +02:00