diff --git a/pkgs/applications/window-managers/yabai/default.nix b/pkgs/applications/window-managers/yabai/default.nix
index c567f396eba23bbfb86c6f808140134869869ce2..2593a2dab86764ea9575e5c7c2de4ee3b83b3a6b 100644
--- a/pkgs/applications/window-managers/yabai/default.nix
+++ b/pkgs/applications/window-managers/yabai/default.nix
@@ -28,5 +28,6 @@ homepage = "https://github.com/koekeishiya/yabai";
license = licenses.mit;
maintainers = [ maintainers.sikmir ];
platforms = platforms.darwin;
};
}
diff --git a/pkgs/tools/geo/taginfo-tools/default.nix b/pkgs/tools/geo/taginfo-tools/default.nix
index 5f577d6921cb240c5a9085a938ce9e9a583c0359..5519a03d3bcbd7b087388b6d63786820227abac3 100644
--- a/pkgs/tools/geo/taginfo-tools/default.nix
+++ b/pkgs/tools/geo/taginfo-tools/default.nix
@@ -2,17 +2,15 @@ { stdenv, fetchFromGitHub, cmake, bzip2, expat, gd, icu, libosmium, protozero, sqlite, zlib, sources }:
stdenv.mkDerivation {
pname = "taginfo-tools";
src = fetchFromGitHub {
owner = "taginfo";
repo = "taginfo-tools";
fetchSubmodules = true;
};
nativeBuildInputs = [ cmake ];
buildInputs = [ bzip2 expat gd icu libosmium protozero sqlite zlib ];
application/octet-stream
This content has been proxied by September (3851b).