Leonardo Romor
de19ea1c4d
maintainers: add lromor
2021-05-15 13:04:35 +02:00
Sergei Dolgov
5153e0e491
hplipWithPlugin: correct arch name for the plugin file on aarch64
...
Without this change, building hplipWithPlugin on aarch64 fails with:
cp: cannot stat 'lj-aarch64.so': No such file or directory
builder for '/nix/store/p0x02ppv0n1xj46wvik3p3cn4jikmr1q-hplip-3.20.11.drv' failed with exit code 1
This is because the corresponding file in the archive is actually called
lj-arm64.so.
hplipPlatforms exists to convert between the different names; this
commit only changes the value to a correct one.
2021-05-15 12:21:43 +02:00
Pamplemousse
83d907fd76
python3Packages.pwntools: 4.3.1 -> 4.5.0
...
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-05-15 12:19:59 +02:00
Pamplemousse
4f77a0e08e
python3Packages.colored-traceback: init at 0.3.0
...
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-05-15 12:19:59 +02:00
Matthias Beyer
7f3e435bdf
zellij: 0.8.0 -> 0.10.0
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Reviewed-by: William Casarin <jb55@jb55.com>
Link: https://lists.sr.ht/~andir/nixpkgs-dev/%3C20210514095219.13010-1-mail@beyermatthias.de%3E
2021-05-15 19:11:02 +09:00
Stéphan Kochen
d707979a73
est-sfs: fix darwin build
2021-05-15 12:10:05 +02:00
Stéphan Kochen
acf640be7b
elan: fix darwin build
2021-05-15 12:02:46 +02:00
DavHau
282576e2ef
python3Packages.pika: enable tests ( #122170 )
2021-05-15 12:02:26 +02:00
Louis Tim Larsen
56b13f1e9d
libhdhomerun: 20200907 -> 20210224
2021-05-15 11:33:33 +02:00
(cdep)illabout
d74484dade
hackage-packages.nix: Regenerate based on current config
...
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
2021-05-15 18:23:09 +09:00
Dennis Gosnell
8807e79bd6
Merge pull request #122806 from stephank/fix-haskell-packages-darwin
...
haskellPackages: mark linux-only packages
2021-05-15 18:19:06 +09:00
Vladimír Čunát
13295e7f55
Merge #123068 : mplayer: fix build failure with ffmpeg 4.4
2021-05-15 11:13:12 +02:00
vulpes2
a33fcd3f21
hwdata: 0.344 -> 0.347
2021-05-15 05:11:10 -04:00
Vladimír Čunát
77549f4b75
wlroots_0_12: fixup build with ffmpeg-4.4
...
-Werror=deprecated-declarations is nice upstream but not in distro.
https://nix-cache.s3.amazonaws.com/log/cfmk2qkvck88qc002bvxzgsb2zc5b1h2-wlroots-0.12.0.drv
2021-05-15 11:07:47 +02:00
Emmanuel Rosa
e76b0c73fb
pharo-cog32: add missing dependency libnsl
...
This change adds the missing dependency libnsl.
See https://hydra.nixos.org/build/142615153
ZHF: #122042
2021-05-15 15:44:29 +07:00
Stefan Frijters
8c1a2e26dd
jumanpp: 2.0.0-rc2 -> 2.0.0-rc3
...
Fixes build failure via https://github.com/ku-nlp/jumanpp/pull/101
2021-05-15 10:40:47 +02:00
Jonas Heinrich
fff9cf00fd
caddy: support user and group options
2021-05-15 10:32:49 +02:00
vulpes2
4e157ee757
mmc-utils: 2019-10-04 -> 2021-05-11
2021-05-15 04:32:28 -04:00
Stefan Frijters
06e7dc2f43
eukleides: Update license
...
See license section in the README.
2021-05-15 10:18:06 +02:00
Stefan Frijters
30b5330e85
eukleides: Fix build, expose tex package
2021-05-15 10:18:06 +02:00
Christian Kögler
5067ba8444
neovide: Install icons and desktop files
2021-05-15 10:11:54 +02:00
Vincenzo Mantova
3d385c7894
perlPackages.TextBibTeX: use lib instead of lib64 on aarch64 ( #122567 )
2021-05-15 10:04:35 +02:00
Fabian Affolter
8599a6c417
Merge pull request #123071 from emmanuelrosa/zhf-taglib-extras
...
taglib-extras: add missing dependency zlib
2021-05-15 09:56:47 +02:00
Fabian Affolter
2d2faf3755
python3Packages.python-binance: enable tests
2021-05-15 09:52:35 +02:00
Martin Weinelt
d47f3f1e88
Merge pull request #123043 from TredwellGit/linux
2021-05-15 09:46:31 +02:00
Fabian Affolter
0c6717db1d
python3Packages.python-binance: 0.7.9 -> 1.0.10
2021-05-15 09:44:22 +02:00
Vladimír Čunát
4e8fa08311
Revert "lua51Packages.luxio: fix build"
...
This reverts commit 322ec24acd417b20e3a8d0620c990e0af15ea777.
After the parent commit we don't need to fix individual lua users.
2021-05-15 09:37:32 +02:00
Vladimír Čunát
539ad4f811
lua5_*: tweak linking libraries
...
All liblua.so were missing a library or two;
I'm not sure if there's a better way to add them. Check:
ldd -r ./result/lib/liblua.so
2021-05-15 09:36:05 +02:00
Zane van Iperen
960cd68773
mplayer: fix build failure with ffmpeg 4.4
...
Backport SVN revision 38199.
2021-05-15 17:28:37 +10:00
Jonathan Ringer
322ec24acd
lua51Packages.luxio: fix build
2021-05-15 00:27:53 -07:00
lewo
ef95fa40e9
Merge pull request #122772 from nlewo/gremlin-3.5
...
gremlin-console: 3.4.10 -> 3.5.0
2021-05-15 09:18:34 +02:00
Emmanuel Rosa
281c5413df
taglib-extras: add missing dependency zlib
...
This change adds zlib as a dependency to address the error:
```
/nix/store/5xyjd2qiily84lcv2w2grmwsb8r1hqpr-binutils-2.35.1/bin/ld: cannot find -lz
collect2: error: ld returned 1 exit status
make[2]: *** [taglib-extras/CMakeFiles/tag-extras.dir/build.make:208:
taglib-extras/libtag-extras.so.1.0.0] Error 1
make[1]: *** [CMakeFiles/Makefile2:154:
taglib-extras/CMakeFiles/tag-extras.dir/all] Error 2
make: *** [Makefile:149: all] Error 2
builder for
'/nix/store/w1ac3b6v5yfblbnqzyxa6y4738frlmvr-taglib-extras-1.0.1.drv'
failed with exit code 2
```
ZHF: #122042
2021-05-15 14:15:09 +07:00
Antoine Eiche
a4ae041a22
gremlin-console: 3.4.10 -> 3.5.0
2021-05-15 08:59:18 +02:00
(cdep)illabout
39d04243e2
hydra-report.hs: small formatting changes
2021-05-15 15:53:19 +09:00
Jonathan Ringer
537a1940e8
staging-next: lua5: fix eval, add lib.so.patch
2021-05-14 23:38:34 -07:00
Fabian Affolter
a2c3ea5bf8
Merge pull request #123042 from fabaff/fix-dendropy
...
python3Packages.dendropy: 4.4.0 -> 4.5.1
2021-05-15 08:25:55 +02:00
github-actions[bot]
c48794dcef
Merge master into staging-next
2021-05-15 06:22:22 +00:00
Christian Kögler
a0bc1ab480
neovide: ba42855 -> 0b976c3
...
Simplify packaging, since upstream applied proposed pull request.
2021-05-15 08:19:54 +02:00
Jörg Thalheim
5e7e70b200
nixUnstable: fix output name tokenizatoin
2021-05-15 07:14:35 +02:00
Jonathan Ringer
0546e68ef7
Merge remote-tracking branch 'origin/master' into staging-next
2021-05-14 21:57:09 -07:00
Mario Rodas
96178f4afd
nix-linter: fix compatibility with hnix≥0.13.0
2021-05-15 04:20:00 +00:00
R. RyanTM
777c73d75d
libmwaw: 0.3.18 -> 0.3.19
2021-05-15 04:08:09 +00:00
Aaron Andersen
fc63be7ac8
Merge pull request #122658 from aanderse/httpd-reload
...
nixos/httpd: provide a stable path stable path to the configuration f…
2021-05-14 23:50:43 -04:00
Aaron Andersen
d9868214a3
Merge pull request #122672 from r-ryantm/auto-update/kodi-inputstream-ffmpegdirect
...
kodiPackages.inputstream-ffmpegdirect: 1.21.2 -> 1.21.3
2021-05-14 23:24:52 -04:00
Aaron Andersen
695e45f1df
Merge pull request #122673 from r-ryantm/auto-update/kodi-pvr-iptvsimple
...
kodiPackages.pvr-iptvsimple: 7.6.2 -> 7.6.4
2021-05-14 23:24:32 -04:00
Aaron Andersen
460f8def67
Merge pull request #122255 from aanderse/kodi
...
kodi: 19.0 -> 19.1
2021-05-14 23:21:08 -04:00
(cdep)illabout
ea304f2d78
release-haskell: add documentation explaining what this file is used for
2021-05-15 11:49:00 +09:00
Doron Behar
a87c60a9c3
gnomeExtensions.sound-output-device-chooser: 35 -> 38
2021-05-15 01:58:25 +02:00
Martin Weinelt
d4a64aa24f
home-assistant: 2021.5.3 -> 2021.5.4
2021-05-15 01:53:39 +02:00
Milan Pässler
827f69cf0d
nixos/tests/minecraft-server: fix build on i686
...
"at most 2047 MB RAM can be simulated"
2021-05-15 01:17:51 +02:00