URI:
       swayosd: fix env patch - overlay - 📔 drkhsh gentoo overlay
  HTML git clone https://git.drkhsh.at/overlay.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit b31403520eaffa9d944c44870a983f95b150c578
   DIR parent 2aa1227c8f54cbba8b6374324954d87f9e4f9efb
  HTML Author: drkhsh <drkhsh@escpe.net>
       Date:   Wed, 23 Oct 2024 15:44:41 +0200
       
       swayosd: fix env patch
       
       Diffstat:
         M gui-apps/swayosd/files/env.patch    |      12 ++++++++++--
       
       1 file changed, 10 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/gui-apps/swayosd/files/env.patch b/gui-apps/swayosd/files/env.patch
       @@ -1,8 +1,16 @@
        diff --git a/src/meson.build b/src/meson.build
       -index eb316b0..2531b4a 100644
       +index eb316b0..be2f0f1 100644
        --- a/src/meson.build
        +++ b/src/meson.build
       -@@ -32,7 +32,6 @@ custom_target(
       +@@ -4,7 +4,6 @@ cargo_bin  = find_program('cargo')
       + assert(cargo_bin.found())
       + cargo_opt  = [ '--manifest-path', meson.project_source_root() / 'Cargo.toml' ]
       + cargo_opt += [ '--target-dir', meson.project_build_root()  / 'src' ]
       +-cargo_env  = [ 'CARGO_HOME=' + meson.project_build_root()  / 'cargo-home' ]
       + 
       + if get_option('buildtype') == 'release'
       +   cargo_opt += [ '--release' ]
       +@@ -32,7 +31,6 @@ custom_target(
           install: true,
           install_dir: join_paths(get_option('prefix'), get_option('bindir')),
           command: [