Merge pull request #61 from tobiasBora/fix_open

Fix #56, open button not working
This commit is contained in:
Victor Fuentes 2024-05-04 16:56:23 -04:00 committed by GitHub
commit b9e0f53536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,6 +57,10 @@
'';
postInstall = ''
wrapProgram $out/bin/nix-software-center --prefix PATH : '${lib.makeBinPath [ pkgs.gnome-console pkgs.sqlite ]}'
wrapProgram $out/bin/nix-software-center --prefix PATH : '${lib.makeBinPath [
pkgs.gnome-console
pkgs.gtk3 # provides gtk-launch
pkgs.sqlite
]}'
'';
}