Loading pkgs/tools/misc/clipboard-jh/default.nix +29 −24 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , cmake , libffi , pkg-config , wayland-protocols , wayland-scanner , wayland , xorg , darwin , nix-update-script , alsa-lib { lib, stdenv, fetchFromGitHub, cmake, libffi, pkg-config, wayland-protocols, wayland-scanner, wayland, xorg, darwin, nix-update-script, alsa-lib, openssl, }: stdenv.mkDerivation rec { pname = "clipboard-jh"; version = "0.9.0.1"; version = "0.9.1"; src = fetchFromGitHub { owner = "Slackadays"; repo = "clipboard"; rev = version; hash = "sha256-iILtyURYCshicgAV3MWkgMQsXHe7Unj1A08W7tUMU2o="; hash = "sha256-1vGM9OUE7b4XVTm4Gf20CO80hjYAooeVt0REkY3xu3U="; }; postPatch = '' Loading @@ -34,13 +36,16 @@ stdenv.mkDerivation rec { wayland-scanner ]; buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isLinux [ libffi wayland-protocols wayland xorg.libX11 alsa-lib ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.AppKit ]; Loading Loading
pkgs/tools/misc/clipboard-jh/default.nix +29 −24 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , cmake , libffi , pkg-config , wayland-protocols , wayland-scanner , wayland , xorg , darwin , nix-update-script , alsa-lib { lib, stdenv, fetchFromGitHub, cmake, libffi, pkg-config, wayland-protocols, wayland-scanner, wayland, xorg, darwin, nix-update-script, alsa-lib, openssl, }: stdenv.mkDerivation rec { pname = "clipboard-jh"; version = "0.9.0.1"; version = "0.9.1"; src = fetchFromGitHub { owner = "Slackadays"; repo = "clipboard"; rev = version; hash = "sha256-iILtyURYCshicgAV3MWkgMQsXHe7Unj1A08W7tUMU2o="; hash = "sha256-1vGM9OUE7b4XVTm4Gf20CO80hjYAooeVt0REkY3xu3U="; }; postPatch = '' Loading @@ -34,13 +36,16 @@ stdenv.mkDerivation rec { wayland-scanner ]; buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isLinux [ libffi wayland-protocols wayland xorg.libX11 alsa-lib ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.AppKit ]; Loading