Commit graph

40242 commits

Author SHA1 Message Date
github-actions[bot] 5663f4625d
Merge master into staging-next 2021-09-15 06:01:20 +00:00
figsoda bef5fb44ab
Merge pull request #137708 from figsoda/nomino
nomino: init at 1.1.0
2021-09-14 22:47:38 -04:00
github-actions[bot] 728f30ca03
Merge master into staging-next 2021-09-15 00:01:33 +00:00
figsoda cf0caf529c
Merge pull request #133616 from q60/master
profetch: init at 0.1.6
2021-09-14 17:38:45 -04:00
Benjamin Asbach a5d5f32f90 csvs-to-sqlite: added override for click dependency to version 7 in order to fix build
The application is not capable to build with `click` greate than version `7`.
2021-09-14 14:05:49 -06:00
Benjamin Asbach ac74b42351 csvs-to-sqlite: removed from python-package since it's an command line application 2021-09-14 09:14:33 -06:00
github-actions[bot] 6f038e8b11
Merge master into staging-next 2021-09-14 12:01:03 +00:00
happysalada 73f18436e7 meilisearch: enable flake usage 2021-09-14 18:23:03 +09:00
figsoda 09def9cc2f nomino: init at 1.1.0 2021-09-13 19:53:09 -04:00
github-actions[bot] ce44d09c85
Merge master into staging-next 2021-09-13 18:01:17 +00:00
adisbladis fcf5397793
Merge pull request #135905 from dukc/secondDmd2097
D compiler update
2021-09-13 11:36:55 -05:00
Vladimír Čunát 28b6a91047
libssh2: temporarily add separate 1.10.0
This is an attempt to side-step broken builtins.fetchurl and get
this tarball into cache, so that staging rebuild might proceed.
2021-09-13 11:27:50 +02:00
github-actions[bot] ac962ee61a
Merge master into staging-next 2021-09-13 00:01:41 +00:00
Sandro a79648dd7f
Merge pull request #136109 from john-consumable/master 2021-09-13 00:42:54 +02:00
Sandro 283a9f5ff9
Merge pull request #137552 from dotlambda/watson-packageOverrides
watson: use packageOverrides
2021-09-12 23:10:24 +02:00
Sandro b3e4cd40a8
Merge pull request #137562 from OPNA2608/fix/corrscope-ffmpeg/21.11 2021-09-12 22:23:32 +02:00
Sandro e4b50b4821
Merge pull request #66415 from ToxicFrog/crossfire 2021-09-12 22:13:02 +02:00
OPNA2608 271b6edba2 corrscope: Fix ffmpeg package to ffmpeg-full
Otherwise it complains about missing ffplay.
2021-09-12 21:39:47 +02:00
github-actions[bot] a13bf1828b
Merge master into staging-next 2021-09-12 18:01:21 +00:00
Robert Schütz 55130d56aa watson: use packageOverrides 2021-09-12 10:29:38 -07:00
Matthieu Coudron ab9c7819fe
Merge pull request #136615 from teto/lua-flat
Various lua changes/cleanup
2021-09-12 18:08:53 +02:00
Sandro c80b1155c9
Merge pull request #137528 from humancalico/hubble
hubble: init at 0.8.2
2021-09-12 16:14:50 +02:00
Sandro d63f340344
Merge pull request #128669 from mikroskeem/quakespasm-darwin 2021-09-12 16:12:36 +02:00
Pavol Rusnak a51701e3f3
android-backup-extractor: init at 20210909062443-4c55371 (#137516)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 16:02:56 +02:00
Sandro da7fd2fdad
Merge pull request #137449 from mattchrist/init-stuntman
stuntman: init at 1.2.16
2021-09-12 16:01:37 +02:00
Sandro 4a56ed7a78
Merge pull request #137447 from mikroskeem/eduke32-macos 2021-09-12 15:58:08 +02:00
Akshat Agarwal 688b9b65cb hubble: init at 0.8.2 2021-09-12 19:00:42 +05:30
Matt Christ 1d8bdf5389 stuntman: init at 1.2.16 2021-09-12 08:22:04 -05:00
Sandro 0d40f713be
Merge pull request #137521 from SuperSandro2000/openems
openems: fix eval
2021-09-12 15:06:31 +02:00
Mark Vainomaa 1dc56f1dc8
quakespasm: add SDL2 support; add Darwin support 2021-09-12 15:48:58 +03:00
Sandro Jäckel e4a49641ae
openems: fix eval 2021-09-12 14:45:44 +02:00
Mark Vainomaa 8112bb92f9
eduke32: implement proper macOS support 2021-09-12 15:16:20 +03:00
github-actions[bot] acd45cb351
Merge master into staging-next 2021-09-12 12:01:10 +00:00
Sandro e26b155274
Merge pull request #137444 from SuperSandro2000/wicd
treewide: yank wicd as it is abandoned
2021-09-12 12:56:10 +02:00
markuskowa b4114db313
Merge pull request #137133 from x3rAx/linux-router-0.6.2
linux-router: init at 0.6.2
2021-09-12 12:46:29 +02:00
Maximilian Bosch 13d9d33375
Merge pull request #135206 from feijoas/zfs_autobackup
zfs-autobackup: init at 3.1
2021-09-12 12:27:07 +02:00
^x3ro f6211582a1 linux-router: init at 0.6.2
Squashed commits:

- Give wrapped executable a nicer name

  The filename of the wrapped binary is used to generate usage examples in
  `--help`. The `wrapProgram` command renames the executable to a hidden
  file and appends `-wrapped` this is then shown in the usage example:

  ```
  Usage: .lnxrouter-wrapped <options>
  ```

- Using `makeWrapper` the executable can be moved to another directory but
  can keep it's oroginal name.

- Replace alias with real package name

- Fix variable name

- Import `makeWrapper` directly instead of importing `pkgs`

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Move `let` to where it is actually used

- Do not set optional packages `null`

- Remove `name` property

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Quote url

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Remove additional link in long description

- Remove unnecessary comment

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Place optional packages below their respective `use*`

- Shorten description

  See discussion:
  https://github.com/NixOS/nixpkgs/pull/137133#discussion_r705230260

- FIX: Remove duplicate description

- Remove empty line

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Make packages section more compact

- Make wifi dependencies optional

- Add package without wifi dependencies

- Fix indentation

  Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

- Use `with lib` only where it is needed

  Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 10:13:27 +02:00
github-actions[bot] 45de5d0c9a
Merge master into staging-next 2021-09-12 06:01:00 +00:00
zowoq a8bd9dcd7c cni-plugin-flannel: move to flannel directory 2021-09-12 12:47:45 +10:00
Matthieu Coudron 0b6d33c2ed prosody: simplify lua aspects 2021-09-12 03:02:55 +02:00
Matthieu Coudron 823d0d835c vis: simplify thanks to lua update 2021-09-12 02:21:57 +02:00
github-actions[bot] 3f2255106a
Merge master into staging-next 2021-09-12 00:01:45 +00:00
Sandro c86990a7ce
Merge pull request #137183 from figsoda/oha
oha: init at 0.4.6
2021-09-12 01:03:30 +02:00
John Soo 818cabf53b datadog-agent: Don't use invoke during build. 2021-09-11 15:32:14 -07:00
Sandro 3020eb851a
Merge pull request #137440 from figsoda/textplots 2021-09-12 00:29:56 +02:00
Sandro 5d73513422
Merge pull request #137089 from rnhmjoj/scc-python3
sc-controller: switch to python3 fork
2021-09-11 23:53:43 +02:00
Sandro Jäckel 781766e30c
treewide: yank wicd as it is abandoned 2021-09-11 23:46:52 +02:00
rnhmjoj f74154a4b9
sc-controller: switch to python3 fork
The original sc-controller is being rewritten in C, while the current
version is stuck in maintenance mode and python 2. This fork is based
entirely on the original kozec's sc-controller and introduces python 3
support while staying backward-compatible (including versioning up to
the patch number).
2021-09-11 23:31:24 +02:00
Timothy DeHerrera 9f761047cc
Merge pull request #137425 from SuperSandro2000/typora
typora: remove
2021-09-11 15:28:20 -06:00
Timothy DeHerrera 0171610faa
Merge pull request #73712 from virusdave/dnicponski/scratch/add_substitute_nix_support
substitute: init at 0
2021-09-11 15:21:40 -06:00