Commit graph

28753 commits

Author SHA1 Message Date
Frederik Rietdijk 7bff759fac Merge staging-next into staging 2020-09-22 18:31:56 +02:00
Doron Behar e32fa846d0
Merge pull request #98444 from petabyteboy/feature/update-viu
viu: 1.0 -> 1.1
2020-09-22 17:34:54 +03:00
Maximilian Bosch 23370afced
curlie: 1.3.1 -> 1.5.4 2020-09-22 11:23:17 +02:00
Milan Pässler 534ad6855a viu: 1.0 -> 1.1 2020-09-22 08:04:20 +02:00
Milan 479976340a
duf: init at 0.1.0 (#98396) 2020-09-22 00:57:28 -05:00
zowoq 1399f780bb ripgrep: remove unnecessary reference to $src 2020-09-22 12:33:35 +10:00
zowoq b531e65954 fd: remove unnecessary reference to $src 2020-09-22 12:26:24 +10:00
Martin Weinelt aeab683e38
Merge pull request #98168 from gnidorah/updates
update some packages I maintain
2020-09-22 03:59:27 +02:00
zowoq 647be9d0dd age: 1.0.0-beta4 -> 1.0.0-beta5
https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta5
2020-09-22 08:03:40 +10:00
Jörg Thalheim 26e6732724
Merge pull request #98387 from oxalica/fix/nix-prefetch
nix-prefetch: fix compatibility with nixUnstable again
2020-09-21 18:13:34 +02:00
Peter Hoeg 5f19b74d13
f3: clean-ups and compile on darwin (#98365)
* f3: clean-ups and compile on darwin

* fixed from feedback
2020-09-21 20:47:12 +08:00
oxalica 7bd19e7a25
nix-prefetch: fix compatibility with nixUnstable again 2020-09-21 20:19:46 +08:00
Mario Rodas ba687bfc01
Merge pull request #98380 from r-burns/lizardfs
lizardfs: fix build
2020-09-21 06:50:38 -05:00
Profpatsch 3c03a98235 duplicity: use new b2sdk python package
The backblaze library moved into the b2sdk package.
If it’s not used, duplicity fails loading the b2:// backend.

> BackendException: B2 backend requires B2 Python SDK (pip install
  b2sdk)
2020-09-21 13:39:37 +02:00
WilliButz 087fe53de8
Merge pull request #98374 from knedlsepp/fix-nvtop
nvtop: Make independent of Nvidia driver version
2020-09-21 13:36:52 +02:00
Mario Rodas 1c31e69762
Merge pull request #98367 from marsam/update-shadowsocks-rust
shadowsocks-rust: 1.8.17 -> 1.8.18
2020-09-21 06:26:27 -05:00
Doron Behar f6ee70d3ea
Merge pull request #91745 from austinbutler/beets-plugin-extrafiles
beets: add extrafiles plugin
2020-09-21 11:52:53 +03:00
Ryan Burns f5a61c2604 lizardfs: fix build
Build failure was due to upstream issue, now fixed in the v3.13 RC.

https://github.com/lizardfs/lizardfs/issues/655
https://github.com/lizardfs/lizardfs/pull/677
2020-09-21 01:45:10 -07:00
Peter Simons cc2982b79b untrunc: update to latest git version 2020-09-21 10:11:42 +02:00
Austin Butler 5d365404ac beets: add extrafiles plugin 2020-09-21 10:33:10 +03:00
Josef Kemetmüller 0996ac6b0e nvtop: Make independent of Nvidia driver version
For packages relying on Nvidia drivers we don't want to hard-code the
location of a particular driver version in the RPATH. Otherwise the
software might fail with errors such as:

> Impossible to initialize nvidia nvml : Driver/library version mismatch

To fix this the usual pattern in nixpkgs is to add `/run/opengl-driver/lib`
to the RPATH of these binaries.
This is the global location where Nvidia libraries are available on
NixOS and so this makes sure that the nvtop binary can be run with all
versions of the driver.

At build time however these libraries are not available at that
particular location. For precisely this use case, Nvidia ships stub
versions of the driver libraries with the cudatoolkit. So we just need
to point CMake to that directory.

Fixes: #98328
2020-09-21 08:43:43 +02:00
Robert Scott 0b67d9e87a birdfont: fix build on non-nixos/debian systems
to do this we need to prevent platform.version() from using uname to
discover this is a debian kernel and try dpkg nonsense
2020-09-20 16:25:39 -07:00
Robert Scott 781b870c91 xmlbird: fix build with python 3.8
also force use of gccStdenv to fix darwin build
2020-09-20 16:25:39 -07:00
WORLDofPEACE 34aaac6d7c Merge branch 'staging-next' into staging 2020-09-20 18:41:15 -04:00
Doron Behar 8bf99f6787 csvkit: fix tests
Remove unneeded glibcLocales. Remove overrided agate-sql and agate-dbf,
as these overrides are not needed. Use pytestCheckHook instead of
overriding checkPhase. Add an upstream patch that fixes tests.
2020-09-20 08:29:18 -07:00
Doron Behar eb9393a4db csvkit: 1.0.4 -> 1.0.5 2020-09-20 08:29:18 -07:00
Robert Scott a28068a992 svgbob: fix build
loosen lint settings
2020-09-20 08:24:00 -07:00
Gabriel Ebner 0c550170d1
Merge pull request #97469 from Emantor/bump/thermald 2020-09-20 16:55:30 +02:00
Luflosi 907fd8d6f6
youtube-dl: 2020.09.14 -> 2020.09.20
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.09.20
2020-09-20 14:45:41 +02:00
Daniël de Kok 68f4e27857
Merge pull request #98280 from MetaDark/protontricks
protontricks: 1.4.1 -> 1.4.2
2020-09-20 11:10:50 +02:00
Gabriel Ebner efa2089077
Merge pull request #89731 from doronbehar/jdk_rename 2020-09-20 11:07:55 +02:00
Daniël de Kok c6105a18b1
Merge pull request #98312 from r-burns/openssh_hpn
openssh_hpn: fix source
2020-09-20 11:04:31 +02:00
Ryan Burns f8473b1d39 openssh_hpn: fix source 2020-09-20 00:42:40 -07:00
Mario Rodas e3796bc865 shadowsocks-rust: 1.8.17 -> 1.8.18 2020-09-20 04:20:00 +00:00
Doron Behar 3d36d46fa4
Merge pull request #87646 from evils/asciidoctor 2020-09-19 19:32:42 +03:00
Mario Rodas 4de27b16a1
Merge pull request #98243 from marsam/update-lxd
lxd: 4.5 -> 4.6
2020-09-19 10:51:22 -05:00
Gabriel Ebner 94b17d9694 zap: use jdk8 2020-09-19 17:47:06 +02:00
Gabriel Ebner 0fc9ad9622 opentsdb: use jdk8 2020-09-19 17:43:55 +02:00
Gabriel Ebner 12a9e3043a ili2c: use jdk8 2020-09-19 17:40:08 +02:00
MetaDark b94338be05 protontricks: 1.4.1 -> 1.4.2
Formatted with nixpkgs-fmt
2020-09-19 09:37:15 -04:00
Serval af9f04db79
v2ray: 4.27.5 -> 4.28.2 2020-09-19 20:29:14 +08:00
ehmry dac2c6e83f
Merge pull request #98039 from K900/netdata-1.25.0
netdata: 1.24.0 -> 1.25.0
2020-09-19 09:09:43 +02:00
Mario Rodas 9d9d85ae87
Merge pull request #98198 from emanueleperuffo/fix-mongodb-compass
mongodb-compass: 1.17.0 -> 1.22.1
2020-09-18 23:38:20 -05:00
Anderson Torres 641d981483
Merge pull request #98183 from mlvzk/init-discocss
discocss: init at 0.1.0
2020-09-19 01:26:07 -03:00
Marek Mahut 52532b7c36
Merge pull request #91256 from prusnak/seeks
seeks: remove, upstream unmaintained
2020-09-18 16:32:33 +02:00
Marek Mahut 5515d94f08
Merge pull request #98095 from eyJhb/scrot-1.4
scrot: 1.3 -> 1.4
2020-09-18 16:25:12 +02:00
Marek Mahut 3f95e9b51d
Merge pull request #96629 from prusnak/i2pd
i2pd: 2.32.1 -> 2.33.0
2020-09-18 16:20:39 +02:00
Emanuele Peruffo 356602c5df mongodb-compass: 1.17.0 -> 1.22.1
Fixes segmentation fault and upgrades the package
2020-09-18 08:13:09 +02:00
Mario Rodas a9cd1c3bae lxd: 4.5 -> 4.6 2020-09-18 04:20:00 +00:00
mlvzk 9560e5d1aa discocss: init at 0.1.0 2020-09-18 00:52:48 +02:00