midchildan
24ec2cd1ed
llfuse: disable tests on Darwin ( #117695 )
...
Fixes #117665 . The tests require macFUSE[1], an external dependency to
be installed.
[1]: https://osxfuse.github.io/
2021-03-26 19:18:29 +01:00
Robert Schütz
d735efc882
python3Packages.llfuse: 1.3.8 -> 1.4.1
2021-03-26 12:42:34 +01:00
midchildan
c595604bed
fuse: use macfuse-stubs instead on Darwin
2021-03-23 23:42:16 +09:00
midchildan
3a4c9d4b62
llfuse: fix darwin build
2021-03-21 15:50:35 +09:00
midchildan
fa6c8b656b
macfuse-stubs: init at 4.0.4
...
replaces osxfuse 3.8.3
2021-03-21 15:50:13 +09:00
Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib
2021-01-24 01:29:22 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Andrey Golovizin
799e33084b
Revert "pythonPackages.llfuse: downgrade pytest version"
...
This reverts commit 42cfd52182
.
2020-12-08 12:27:01 -08:00
Andrey Golovizin
b445bc62b7
pythonPackages.llfuse: fix tests with pytest 6
2020-12-08 12:27:01 -08:00
Andrey Golovizin
0bb69986bd
pythonPackages.llfuse: 1.3.6 -> 1.3.8
2020-12-08 12:27:01 -08:00
nyanloutre
42cfd52182
pythonPackages.llfuse: downgrade pytest version
2020-12-07 11:34:10 -08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Andrew Childs
6d46f05945
pythonPackages.llfuse: darwin support via osxfuse
2020-01-25 12:59:31 +09:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
worldofpeace
0e8ab58f45
pythonPackages.llfuse: update homepage
2019-02-15 18:20:19 -05:00
R. RyanTM
cba2549e98
python37Packages.llfuse: 1.3.5 -> 1.3.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-llfuse/versions
2019-02-15 14:37:21 -08:00
Frederik Rietdijk
5a3670b83c
pythonPackages: fix native / check inputs
2019-01-15 10:16:12 +01:00
Frederik Rietdijk
568c58e811
python: llfuse: 1.3.4 -> 1.3.5
2018-10-13 09:50:16 +02:00
Frederik Rietdijk
29490c8029
python: llfuse: 1.3.3 -> 1.3.4
2018-05-10 10:09:14 +02:00
Frederik Rietdijk
d489cf6768
python: llfuse: 1.3.2 -> 1.3.3
2018-04-08 11:34:54 +02:00
Frederik Rietdijk
34c9a89ce0
python: llfuse: 1.0 -> 1.3.2
2017-12-31 10:55:08 +01:00
adisbladis
d99378654f
pythonPackages: Add version and pname attributes to packages
2017-11-23 17:49:43 +01:00
Bjørn Forsman
adac3e43fd
pythonPackages.llfuse: move to python-modules/
2017-10-29 22:35:15 +01:00