We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 2198c0a commit d14ec0eCopy full SHA for d14ec0e
pkgs/applications/editors/sublime3/default.nix
@@ -1,6 +1,6 @@
1
{ fetchurl, stdenv, glib, xorg, cairo, gtk, pango, makeWrapper, openssl, bzip2,
2
pkexecPath ? "/var/setuid-wrappers/pkexec", libredirect,
3
- gksuSupport ? false, gksu, bash}:
+ gksuSupport ? false, gksu, unzip, zip, bash}:
4
5
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
6
assert gksuSupport -> gksu != null;
0 commit comments