Loading pkgs/by-name/ug/uget-integrator/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, uget, python3Packages, installShellFiles, }: stdenv.mkDerivation rec { Loading @@ -17,7 +18,10 @@ stdenv.mkDerivation rec { sha256 = "0bfqwbpprxp5sy49p2hqcjdfj7zamnp2hhcnnyccffkn7pghx8pp"; }; nativeBuildInputs = [ python3Packages.wrapPython ]; nativeBuildInputs = [ installShellFiles python3Packages.wrapPython ]; buildInputs = [ uget Loading @@ -29,7 +33,7 @@ stdenv.mkDerivation rec { substituteInPlace $f --replace "/usr" "$out" done install -D -t $out/bin bin/uget-integrator installBin bin/uget-integrator install -D -t $out/etc/opt/chrome/native-messaging-hosts conf/com.ugetdm.chrome.json install -D -t $out/etc/chromium/native-messaging-hosts conf/com.ugetdm.chrome.json install -D -t $out/etc/opera/native-messaging-hosts conf/com.ugetdm.chrome.json Loading Loading
pkgs/by-name/ug/uget-integrator/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, uget, python3Packages, installShellFiles, }: stdenv.mkDerivation rec { Loading @@ -17,7 +18,10 @@ stdenv.mkDerivation rec { sha256 = "0bfqwbpprxp5sy49p2hqcjdfj7zamnp2hhcnnyccffkn7pghx8pp"; }; nativeBuildInputs = [ python3Packages.wrapPython ]; nativeBuildInputs = [ installShellFiles python3Packages.wrapPython ]; buildInputs = [ uget Loading @@ -29,7 +33,7 @@ stdenv.mkDerivation rec { substituteInPlace $f --replace "/usr" "$out" done install -D -t $out/bin bin/uget-integrator installBin bin/uget-integrator install -D -t $out/etc/opt/chrome/native-messaging-hosts conf/com.ugetdm.chrome.json install -D -t $out/etc/chromium/native-messaging-hosts conf/com.ugetdm.chrome.json install -D -t $out/etc/opera/native-messaging-hosts conf/com.ugetdm.chrome.json Loading