From 6034d429fc03b6c846d4251e933d9269c9c4215f Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Thu, 2 Mar 2017 14:23:41 +0100 Subject: [PATCH] btrfs-dedupe: dependency is broken on i686 --- pkgs/tools/filesystems/btrfs-dedupe/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/filesystems/btrfs-dedupe/default.nix b/pkgs/tools/filesystems/btrfs-dedupe/default.nix index 2cd1e8162c6..a9e05686e40 100644 --- a/pkgs/tools/filesystems/btrfs-dedupe/default.nix +++ b/pkgs/tools/filesystems/btrfs-dedupe/default.nix @@ -20,7 +20,7 @@ buildRustPackage rec { homepage = "https://gitlab.wellbehavedsoftware.com/well-behaved-software/btrfs-dedupe"; description = "BTRFS deduplication utility"; license = licenses.mit; - platforms = platforms.linux; + platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ ikervagyok ]; }; }