3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

77 commits

Author SHA1 Message Date
R. Ryantm 56f7399734 btrfs-progs: 5.16.1 -> 5.16.2 2022-03-23 06:54:09 +00:00
Vladimír Čunát f48c1fda6b
Merge branch 'master' into staging-next
Conflict in pkgs/development/libraries/libvirt/default.nix
required manual adjustments.  The fetched patch is already in src.
I checked that libvirt builds.
2022-03-15 09:52:04 +01:00
Adam Joseph 38f7252d34 btrfs-progs: depends on udev, not systemd
The btrfs-progs source code does not depend on systemd.  It does,
however, optionally depend on a udev implementation such as eudev or
systemd-udevd.  Let's express this dependency correctly, so that
nixpkgs users who choose eudev instead of systemd-udevd don't get a
build failure.
2022-03-13 16:21:33 -07:00
R. Ryantm 18b73d48dd btrfs-progs: 5.16 -> 5.16.1 2022-02-11 00:29:42 +00:00
Christian Kampka de07108f8e
btrfs-progs: Add test 2022-01-24 22:13:53 +01:00
Christian Kampka a3d54dece7
btrfs-progs: fix musl build 2022-01-24 21:27:14 +01:00
Alyssa Ross a5ff1dc05d
btrfs-progs: clarify license 2022-01-16 19:52:46 +00:00
Alyssa Ross fc2c685b2b
btrfs-progs: enable parallel building
Tested at -j8.
2022-01-16 19:52:41 +00:00
Alyssa Ross cd4acca2e2
btrfs-progs: 5.14.1 -> 5.16 2022-01-16 19:51:27 +00:00
Emil Karlson b483ef3cc8 btrfs-progs: 5.13.1 -> 5.14.1 2021-09-22 07:19:02 +03:00
R. RyanTM bce4746a3d btrfs-progs: 5.13 -> 5.13.1 2021-08-03 12:07:15 +00:00
R. RyanTM 8948eeeb6a btrfs-progs: 5.12.1 -> 5.13 2021-07-20 10:27:14 +00:00
R. RyanTM 83bfa45eae btrfs-progs: 5.11.1 -> 5.12.1 2021-05-22 10:23:08 +00:00
R. RyanTM 8252d032c5 btrfs-progs: 5.11 -> 5.11.1 2021-04-28 03:10:33 +00:00
R. RyanTM 8bd6c3b297 btrfs-progs: 5.10.1 -> 5.11 2021-03-20 09:34:24 +01:00
R. RyanTM e0401c38d9 btrfs-progs: 5.10 -> 5.10.1 2021-02-07 02:39:37 +00:00
R. RyanTM 5dc5cd4e13 btrfs-progs: 5.9 -> 5.10 2021-01-19 08:00:10 +00:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +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
Jonas Chevalier a7cb88c3de
tree-wide: unify Bash completions outputs (#103421)
Use $out/share/bash-completion/completions to store the Bash completions
2020-11-12 21:22:18 +00:00
Frank Doepper 5ac9edb121 btrfs-progs: 5.7 -> 5.9 2020-10-25 21:38:14 +01:00
Michael Raskin 0bbeec1ce2
Merge pull request #92285 from r-ryantm/auto-update/btrfs-progs
btrfs-progs: 5.6.1 -> 5.7
2020-07-09 04:36:28 +00:00
R. RyanTM d2ee5fd977 btrfs-progs: 5.6.1 -> 5.7 2020-07-04 16:46:53 +00:00
Frederik Rietdijk 82f170436d btrfs-progs: remove LDSHARED
This should no longer be needed with python3 because it's now
set correctly in the interpreter.

Note that the build currently fails with and without this change.
2020-06-21 16:30:05 +02:00
R. RyanTM 54db655861 btrfs-progs: 5.6 -> 5.6.1 2020-05-20 09:15:22 +00:00
R. RyanTM 3028846cda btrfs-progs: 5.4.1 -> 5.6 2020-04-09 10:57:13 +00:00
R. RyanTM 0e7417e49a btrfs-progs: 5.4 -> 5.4.1 2020-01-15 04:57:16 +00:00
R. RyanTM 66f5b1f750 btrfs-progs: 5.3.1 -> 5.4 2019-12-07 16:44:46 -08:00
Vadim-Valdis Yudaev 9bf9370d95
btrfs-progs: 5.2.2 -> 5.3.1 2019-11-10 19:11:42 +02:00
R. RyanTM bac244ab2f btrfs-progs: 5.2.1 -> 5.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btrfs-progs/versions
2019-09-26 01:23:35 -07:00
Frederik Rietdijk f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
R. RyanTM acaacd395e btrfs-progs: 5.1.1 -> 5.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btrfs-progs/versions
2019-08-17 09:48:13 -07: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
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM 22671c7928 btrfs-progs: 5.1 -> 5.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btrfs-progs/versions
2019-06-16 08:31:18 -07:00
Vladimír Čunát aa440d8786
btrfs-progs: hack to make it build on i686-linux
/cc #61086.  I just wanted to unblock channels quickly.
2019-05-30 09:26:56 +02:00
Frederik Rietdijk b2ab860db3 Merge master into staging-next 2019-05-25 12:38:00 +02:00
R. RyanTM cfda315f10 btrfs-progs: 4.20.2 -> 5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btrfs-progs/versions
2019-05-21 00:54:18 -07:00
Robin Gloster 5448f6c558
btrfs-progs: fix cross 2019-05-07 18:14:12 +02:00
R. RyanTM 779a4d66ab btrfs-progs: 4.20.1 -> 4.20.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btrfs-progs/versions
2019-03-01 14:21:30 -08:00
R. RyanTM bdd502bbd5 btrfs-progs: 4.19.1 -> 4.20.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btrfs-progs/versions
2019-01-28 16:25:30 -08:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Spencer Janssen 67aa6cd877 btrfs-progs: 4.19 -> 4.19.1
Fixes build of snapper
2018-12-06 15:14:28 -06:00
Jörg Thalheim 713f5e270b
Revert "btrfs-progs: fix on cross compilation"
This reverts commit 820927cb2c.

Broke the native build: 820927cb2c (commitcomment-31529024)
2018-12-02 23:30:27 +00:00
Matthew Bauer 820927cb2c btrfs-progs: fix on cross compilation
Fixes #50925

(cherry picked from commit 04978d152e8e8e0c2f82cbb8c2addc4ecc93c79c)
2018-12-02 14:12:42 -06:00
R. RyanTM ec49036267 btrfs-progs: 4.17.1 -> 4.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btrfs-progs/versions
2018-11-10 06:05:16 -08:00
Tim Steinbach 5de8517292
btrfs-progs: 4.15.1 -> 4.17.1 2018-10-23 19:55:08 -04:00
Will Dietz 5faa470da2 btrfs-progs: disable backtrace, fix build w/musl 2018-03-25 18:46:06 -05:00
Nikolay Amiantov 26256ead32 btrfs-progs: fix build with new e2fsprogs 2018-03-22 22:16:19 +03:00