mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #330487 from alyraffauf/rofi-bluetooth-add-bc
rofi-bluetooth: add bc to binPath
This commit is contained in:
commit
a4270e54ec
@ -2,6 +2,7 @@
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, makeWrapper
|
||||
, bc
|
||||
, bluez
|
||||
}:
|
||||
|
||||
@ -25,7 +26,7 @@ stdenv.mkDerivation {
|
||||
install -D --target-directory=$out/bin/ ./rofi-bluetooth
|
||||
|
||||
wrapProgram $out/bin/rofi-bluetooth \
|
||||
--prefix PATH ":" ${lib.makeBinPath [ bluez ] }
|
||||
--prefix PATH ":" ${lib.makeBinPath [ bc bluez ] }
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user