Commit Graph

28725 Commits

Author SHA1 Message Date
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
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
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
Vladimír Čunát
638c8cb2d5
Merge #97599: bcachefs*: update 2020-09-17 23:20:33 +02:00
Robert Helgesson
3584644092
cloc: 1.86 -> 1.88 2020-09-17 21:13:43 +02:00
Lassulus
ba7bf293e1
Merge pull request #97090 from r-ryantm/auto-update/clevis
clevis: 13 -> 14
2020-09-17 21:04:51 +02:00
Niklas Hambüchen
3c6ed1a798
Merge pull request #98140 from nh2/ntfy-python3
ntfy: Switch to python3. Also fixes test failure
2020-09-17 16:12:03 +02:00
Mario Rodas
2ef8a50129
Merge pull request #98127 from Chili-Man/patch-2
eksctl: 0.26.0 -> 0.27.0
2020-09-17 08:08:00 -05:00
Niklas Hambüchen
35593698d5 ntfy: Switch to python3. Also fixes test failure.
Fixes test error:

    AttributeError: 'module' object has no attribute 'test_prowl'
2020-09-17 03:17:49 +02:00
Robert Helgesson
9dfcba812a
jwt-cli: 3.1.0 -> 3.2.1 2020-09-16 23:25:52 +02:00
Diego Rodriguez
5a6ec92bad
eksctl: 0.26.0 -> 0.27.0 2020-09-16 14:34:36 -06:00
Rouven Czerwinski
5cae66cb84 thermald: 2.2 -> 2.3
Also cleanup the derivation:
- remove unnecessary PKG_CONFIG_PATH export
- change gpl2 to gpl2Only
- add meta.changelog
- reformat inputs and sort alphabetically
last three suggested by @drewrisinger.
2020-09-16 18:27:16 +02:00
Ryan Mulligan
40ab795911
Merge pull request #98058 from mlvzk/init-manix
manix: init at 0.6.2
2020-09-16 07:55:57 -07:00
eyjhb
809ed03259
scrot: 1.3 -> 1.4 2020-09-16 15:05:20 +02:00
Jason Carr
db0e901b56 lesspass-cli: 9.0.0 -> 9.1.9 2020-09-16 08:41:36 +02:00