From 51ebb5a9aafeaa65c0f3cedd202174f297863c09 Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Wed, 30 Dec 2015 17:45:13 -0500 Subject: lz4: mark as working on all unixes I've only tested on darwin, but it looks like a pretty vanilla package --- pkgs/tools/compression/lz4/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/tools/compression/lz4/default.nix b/pkgs/tools/compression/lz4/default.nix index e91fae778fdb..6c5d28d6bcc2 100644 --- a/pkgs/tools/compression/lz4/default.nix +++ b/pkgs/tools/compression/lz4/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { ''; homepage = https://code.google.com/p/lz4/; license = with licenses; [ bsd2 gpl2Plus ]; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = with maintainers; [ nckx ]; }; } -- cgit 1.4.1