Markus Kowalewski
466092701d
moosefs: apply nixfmt
2024-10-03 17:30:25 +02:00
Markus Kowalewski
dc279152f2
moosefs: remove "with lib;" in meta
2024-10-03 17:29:36 +02:00
Markus Kowalewski
8bfd0bc8e0
moosefs: add markuskowa to maintainers
2024-10-03 17:28:37 +02:00
R. Ryantm
c7620c55a7
moosefs: 3.0.118 -> 4.56.6
2024-09-29 21:30:31 +00:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Sebastián Mancilla
483208e271
Merge pull request #334279 from r-ryantm/auto-update/moosefs
...
moosefs: 3.0.117 -> 3.0.118
2024-08-22 22:19:20 -04:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test ( #334491 )
2024-08-18 00:29:43 +02:00
R. Ryantm
bf907e87eb
moosefs: 3.0.117 -> 3.0.118
2024-08-13 02:35:08 +00:00
Jussi Kuokkanen
ce3f586775
pkgs/tools: remove licenses.gpl2
2024-05-02 21:06:26 +02:00
R. Ryantm
ebc5868319
moosefs: 3.0.116 -> 3.0.117
2023-02-08 19:16:39 +00:00
Jan Tojnar
7a04c2ad68
Merge branch 'staging-next' into staging
...
- boost 171 removed on staging-next
- re-generated node-packages.nix
; Conflicts:
; pkgs/development/java-modules/m2install.nix
; pkgs/development/node-packages/node-packages.nix
; pkgs/top-level/all-packages.nix
2021-08-22 01:13:41 +02:00
Sebastián Mancilla
8f94a33b38
treewide: ensure pre/post phase hooks are strings
...
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
R. RyanTM
aaac360ae6
moosefs: 3.0.115 -> 3.0.116
2021-08-17 11:27:10 -07:00
Frederik Rietdijk
9c9f7fd11c
moosefs: use strictDeps and python3
2021-07-27 20:42:00 +02:00
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