Commit graph

17 commits

Author SHA1 Message Date
midchildan 8e71a4574f
moosefs: add darwin build 2021-04-20 00:52:04 +09:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07: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
Markus Kowalewski 53fa857092
moosefs: fix mfscli
python in buildInputs fixes automatically mfscli and mfscgiserv.
2020-11-24 14:30:15 +01:00
R. RyanTM 5e42102f13 moosefs: 3.0.114 -> 3.0.115 2020-10-25 22:17:56 +00:00
R. RyanTM 86082feb33 moosefs: 3.0.113 -> 3.0.114 2020-07-31 04:39:37 +00:00
Markus Kowalewski 69a601c627
moosefs: fix datapath for mfscgiserv
The datapath in mfscgisrv is hardcoded and pointed to
the nix store, which made the program fail on startup.
2020-06-07 15:28:18 +02:00
R. RyanTM 5859623163 moosefs: 3.0.112 -> 3.0.113 2020-05-19 19:36:05 +00:00
R. RyanTM c6fa98f8ad moosefs: 3.0.110 -> 3.0.112 2020-04-01 15:32:05 +00:00
R. RyanTM c062681530 moosefs: 3.0.109 -> 3.0.110 2020-03-07 08:58:56 +01:00
R. RyanTM 324a7ede05 moosefs: 3.0.107 -> 3.0.109 2019-12-23 17:56:07 -08:00
R. RyanTM 5837214501 moosefs: 3.0.105 -> 3.0.107 (#74481) 2019-11-30 17:03:52 +01:00
Marek Mahut 8c1d78aa4a
Merge pull request #62182 from dtzWill/update/moosefs-3.0.105
moosefs: 3.0.104 -> 3.0.105
2019-08-12 19:52:08 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Will Dietz 5e9efe4e47
moosefs: 3.0.104 -> 3.0.105 2019-05-28 19:10:50 -05:00
R. RyanTM bea968d33f moosefs: 3.0.103 -> 3.0.104
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/moosefs/versions
2019-04-16 18:48:34 +02:00
Mitch aac69819d6 moosefs: init at 3.0.103
* moosefs: init at 3.0.103

* fix email

* fix formatting

* fixes as suggested
2019-03-12 19:41:37 -07:00