Loading pkgs/by-name/hd/hdrop/package.nix +27 −22 Original line number Diff line number Diff line { lib , stdenvNoCC , fetchFromGitHub , makeWrapper , scdoc , coreutils , util-linux , jq , libnotify , withHyprland ? true , hyprland , gawk { coreutils, fetchFromGitHub, gawk, hyprland, jq, lib, libnotify, makeWrapper, scdoc, stdenvNoCC, util-linux, withHyprland ? true, }: stdenvNoCC.mkDerivation rec { pname = "hdrop"; version = "0.5.0"; version = "0.6.0"; src = fetchFromGitHub { owner = "Schweber"; repo = "hdrop"; rev = "v${version}"; hash = "sha256-iginpMlgANSPWgFxNC2TYMjf2NKSSzzrjIN8lIsAvX8="; hash = "sha256-0GkZBqpORJqhhC19bsJHvkbHKOno1ZyBBA7nhzfqLZw="; }; nativeBuildInputs = [ Loading @@ -32,14 +33,18 @@ stdenvNoCC.mkDerivation rec { postInstall = '' wrapProgram $out/bin/hdrop --prefix PATH ':' \ "${lib.makeBinPath ([ "${ lib.makeBinPath ( [ coreutils util-linux jq libnotify gawk ] ++ lib.optional withHyprland hyprland)}" ++ lib.optional withHyprland hyprland ) }" ''; meta = with lib; { Loading Loading
pkgs/by-name/hd/hdrop/package.nix +27 −22 Original line number Diff line number Diff line { lib , stdenvNoCC , fetchFromGitHub , makeWrapper , scdoc , coreutils , util-linux , jq , libnotify , withHyprland ? true , hyprland , gawk { coreutils, fetchFromGitHub, gawk, hyprland, jq, lib, libnotify, makeWrapper, scdoc, stdenvNoCC, util-linux, withHyprland ? true, }: stdenvNoCC.mkDerivation rec { pname = "hdrop"; version = "0.5.0"; version = "0.6.0"; src = fetchFromGitHub { owner = "Schweber"; repo = "hdrop"; rev = "v${version}"; hash = "sha256-iginpMlgANSPWgFxNC2TYMjf2NKSSzzrjIN8lIsAvX8="; hash = "sha256-0GkZBqpORJqhhC19bsJHvkbHKOno1ZyBBA7nhzfqLZw="; }; nativeBuildInputs = [ Loading @@ -32,14 +33,18 @@ stdenvNoCC.mkDerivation rec { postInstall = '' wrapProgram $out/bin/hdrop --prefix PATH ':' \ "${lib.makeBinPath ([ "${ lib.makeBinPath ( [ coreutils util-linux jq libnotify gawk ] ++ lib.optional withHyprland hyprland)}" ++ lib.optional withHyprland hyprland ) }" ''; meta = with lib; { Loading