Commit graph

32882 commits

Author SHA1 Message Date
Bernardo Meurer 3371fe2c9b
Merge pull request #114290 from sternenseemann/missing-libs
treewide: add missing lib inputs
2021-03-03 18:51:33 +00:00
Sandro 58a5417197
Merge pull request #114989 from SuperSandro2000/fix-collection20 2021-03-03 19:21:19 +01:00
Felix Singer a2b0ea6865
coreboot-utils: Add Felix Singer as a maintainer (#115001)
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-03-03 18:25:12 +01:00
Sandro Jäckel 2dabf96953
lizardfs: mark broken 2021-03-03 18:08:02 +01:00
Sandro Jäckel 8796a2e176
squashfs: cleanup, update homepage 2021-03-03 18:08:02 +01:00
Sandro Jäckel 7738719171
awsebcli: mark broken 2021-03-03 18:08:01 +01:00
Sandro ce258a0664
Merge pull request #114976 from siraben/darwin-mass-fix-buildInputs=0 2021-03-03 17:58:53 +01:00
Ben Siraphob b79fb90a1c numdiff: fix darwin build 2021-03-03 22:35:07 +07:00
Ben Siraphob 8ff1b8b502 snooze: expand platforms to unix 2021-03-03 22:35:06 +07:00
Ben Siraphob db04431fcb mpage: fix darwin build 2021-03-03 22:35:06 +07:00
Ben Siraphob d6a4596c48 uni2ascii: expand platforms to all 2021-03-03 22:35:06 +07:00
Ben Siraphob cff8ee22e3 yaml-merge: expand platforms to unix 2021-03-03 22:35:06 +07:00
Martin Weinelt 21b27c3335
Merge pull request #114948 from helsinki-systems/gixy_py3
gixy: use python3
2021-03-03 16:28:30 +01:00
Sandro Jäckel e19f061476
calamares: remove enableParallelBuilding, remove unused input 2021-03-03 16:23:58 +01:00
Sandro Jäckel 25aa76bb6b
cloud-utils: remove unused inputs 2021-03-03 16:23:53 +01:00
Sandro Jäckel e1da8ae536
cloud-init: remove unused input, cleanup 2021-03-03 16:23:53 +01:00
Sandro c872f28f61
Merge pull request #114903 from maralorn/nom-build
nix-output-monitor: Add nom-build script
2021-03-03 15:24:14 +01:00
sternenseemann bce37e7542 beets: refactor external plugins into top-level package set
Instead of managing external plugins in the beets derivation, we
introduce a new top-level package set beetsExternalPlugins which the
beets derivation receives as an input. This change doesn't affect how
the beets derivation is built or overridden, so the change won't be
noticed by users, but it makes hydra evaluate and build external plugins
which should benefit users of those plugins and prevent future
regressions as we have experienced (currently on master
beets-alternatives fails to evaluate, but this wasn't picked up by
ofborg nor hydra).
2021-03-03 15:16:31 +01:00
sternenseemann 979a6b2590 beets-check: fix patch path
The path to the used patch was broken, making the derivation fail
evaluation. However the patch needs to be updated as some new test
failure has cropped up.
2021-03-03 15:09:38 +01:00
sternenseemann 6f2fbf5f0b treewide: add missing lib inputs
This fixes hopefully all remaining missing lib inputs, likely introduced
as a regression by our recent treewide switch from stdenv.lib to lib.
These instances are all I could find using nix-instantiate --parse using
the following command:

    find "$NIXPKGS" -name '*.nix' \
      -and ! -path "$NIXPKGS/pkgs/development/interpreters/python/cpython/docs/template.nix" \
      -and ! -path '$NIXPKGS/.git/**' \
      -print0 | xargs -0 nix-instantiate --parse >/dev/null
2021-03-03 13:40:45 +01:00
Malte Brandy 65f8db5ff9
nix-output-monitor: Add nom-build script 2021-03-03 13:25:30 +01:00
Ben Siraphob 5a8065a15e 0x0: add meta.platforms 2021-03-03 19:19:07 +07:00
Armijn Hemel 8a61e45f52 squashfsTools: enable LZO compression 2021-03-03 12:51:59 +01:00
Domen Kožar 52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
R. RyanTM c16de94bd9 kwalletcli: 3.02 -> 3.03 2021-03-03 18:22:44 +08:00
Jörg Thalheim 8445826ef5
Merge pull request #114622 from aaschmid/fix/nix-direnv
nix-direnv: fix NIX_BIN_PREFIX substitution in built direnvrc
2021-03-03 09:46:11 +00:00
zowoq 694721374b youtube-dl: 2021.03.02 -> 2021.03.03
https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03
2021-03-03 17:55:48 +10:00
Andreas Schmid d81d591d13 nix-direnv: fix NIX_BIN_PREFIX substitution in built direnvrc
* Reason: statically set `${NIX_BIN_PREFIX}` within generated
  `direnvrc`.
* Before it only replaced the `-z ${NIX_BIN_PREFIX:-}` check
  which therefore never was `true`. So, also `NIX_BIN_PREFIX` never got
  set such that its usage later always failed execution with
  `NIX_BIN_PREFIX: unbound variable`. With the fix, the line containing
  the check will no longer be replaced.
* Solves https://github.com/nix-community/nix-direnv/issues/70
* See also discussion on #114622

Signed-off-by: Andreas Schmid <service@aaschmid.de>
2021-03-03 08:49:32 +01:00
Thomas Gerbet 7393cb9fe4 unrtf: 0.21.9 -> 0.21.10 2021-03-03 02:31:45 -05:00
R. RyanTM a1839871b4 aide: 0.17 -> 0.17.1 2021-03-03 00:51:09 -05:00
Sandro a6f6a76373
Merge pull request #114869 from tomberek/s5cmd_init
s5cmd: init at 1.2.1
2021-03-03 04:47:33 +01:00
ajs124 06352b165d gixy: use python3 2021-03-03 03:28:56 +01:00
Mario Rodas 6521bf53d0
Merge pull request #114898 from r-ryantm/auto-update/fselect
fselect: 0.7.2 -> 0.7.3
2021-03-02 21:26:32 -05:00
Sandro 5e0827ae54
Merge pull request #114904 from ianmjones/snippetpixie-1.5.1
snippetpixie: 1.5.0 -> 1.5.1
2021-03-03 01:23:41 +01:00
Sandro 58927de449
Merge pull request #114895 from AndersonTorres/updates 2021-03-03 01:08:52 +01:00
Sandro 5ef3576ebc
Merge pull request #114894 from sternenseemann/licensee-9.15.1
licensee: 9.15.0 -> 9.15.1
2021-03-03 01:05:50 +01:00
Ian M. Jones d2146d7b38 snippetpixie: 1.5.0 -> 1.5.1 2021-03-02 22:40:37 +00:00
R. RyanTM 7be023a3a6 fselect: 0.7.2 -> 0.7.3 2021-03-02 22:17:07 +00:00
sternenseemann e1fdf13364 licensee: 9.15.0 -> 9.15.1 2021-03-02 22:26:38 +01:00
AndersonTorres e763719a20 grc: 1.12 -> 1.13 2021-03-02 17:20:01 -03:00
Tim Steinbach f4fcfce627 awscli: Fix comments
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-02 14:46:05 -05:00
Tim Steinbach 1af4727101 awscli: 1.19.17 -> 1.19.18 2021-03-02 14:46:05 -05:00
Thomas Bereknyei 97571ffa9d s5cmd: init at 1.2.1 2021-03-02 12:25:46 -05:00
Sandro 559754a8aa
Merge pull request #114864 from itorres/aws-google-auth
aws-google-auth: 0.0.36 -> 0.0.37
2021-03-02 17:40:06 +01:00
Sandro d379a06067
Merge pull request #114858 from alerque/sile-0.10.15
sile: 0.10.14 → 0.10.15
2021-03-02 17:35:06 +01:00
Sandro c62b506b8c
Merge pull request #83434 from bachp/cryptomator 2021-03-02 17:17:24 +01:00
Sandro c756400c03
Merge pull request #114783 from fabaff/bump-gitleaks 2021-03-02 17:16:16 +01:00
Sandro 0bd1d10ea5
Merge pull request #114782 from NieDzejkob/fcitx-xmodmap
fcitx: wrap with xmodmap in PATH
2021-03-02 17:10:11 +01:00
Sandro c1d529dbb1
Merge pull request #114768 from SuperSandro2000/fix-collection19 2021-03-02 16:59:03 +01:00
Ignacio Torres Masdeu c58b2adb60 aws-google-auth: 0.0.36 -> 0.0.37 2021-03-02 15:56:03 +00:00