Skip to content

Commit

Permalink
Merge pull request #104037 from kampka/toybox
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 1, 2020
2 parents 18db80f + a41e85d commit 040f43d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/tools/misc/toybox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "toybox";
version = "0.8.3";
version = "0.8.4";

src = fetchFromGitHub {
owner = "landley";
repo = pname;
rev = version;
sha256 = "0cb1n0skanwwkwgzlswwhvfb4iji1bw9iqskmczlhakpw3j1yaqa";
sha256 = "0cgbmv6qk1haj709hjx5q4sl7wgh91i459gzs1203adwc7rvk6jv";
};

buildInputs = lib.optionals enableStatic [ stdenv.cc.libc stdenv.cc.libc.static ];
Expand Down Expand Up @@ -60,6 +60,8 @@ stdenv.mkDerivation rec {
homepage = "https://landley.net/toybox/";
license = licenses.bsd0;
platforms = with platforms; linux ++ darwin ++ freebsd;
# https://github.com/NixOS/nixpkgs/issues/101229
broken = stdenv.isDarwin;
maintainers = with maintainers; [ hhm ];
priority = 10;
};
Expand Down

0 comments on commit 040f43d

Please sign in to comment.