mirror of
https://github.com/snowfallorg/nix-software-center.git
synced 2024-11-20 17:19:02 +03:00
Merge pull request #61 from tobiasBora/fix_open
Fix #56, open button not working
This commit is contained in:
commit
b9e0f53536
@ -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
|
||||
]}'
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user