Merge pull request #262957 from mightyiam/xdg-desktop-portal-wlr-sh

xdg-desktop-portal-wlr: add bash to program wrapper
This commit is contained in:
Peder Bergebakken Sundt 2023-12-01 05:49:30 +01:00 committed by GitHub
commit c0303081db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{ lib
, stdenv
, bash
, fetchFromGitHub
, makeWrapper
, meson
@ -39,7 +40,7 @@ stdenv.mkDerivation rec {
];
postInstall = ''
wrapProgram $out/libexec/xdg-desktop-portal-wlr --prefix PATH ":" ${lib.makeBinPath [ grim slurp ]}
wrapProgram $out/libexec/xdg-desktop-portal-wlr --prefix PATH ":" ${lib.makeBinPath [ bash grim slurp ]}
'';
meta = with lib; {