flameshot-once: use qt5.qtbase
This commit is contained in:
parent
bf9d6b368f
commit
7f40ff9b5c
@ -6,7 +6,8 @@ pkgs.symlinkJoin {
|
||||
(pkgs.writeDashBin "flameshot-once" ''
|
||||
export PATH=${pkgs.stdenv.lib.makeBinPath [
|
||||
pkgs.flameshot
|
||||
]}''${PATH:+:$PATH}
|
||||
pkgs.qt5.qtbase
|
||||
]}
|
||||
exec ${pkgs.haskellPackages.flameshot-once}/bin/flameshot-once "$@"
|
||||
'')
|
||||
pkgs.haskellPackages.flameshot-once
|
||||
|
Loading…
Reference in New Issue
Block a user