Skip to content

Commit d14ec0e

Browse files
committedJul 19, 2017
sublime3: fixes missing build inputs
This must have been lost when cherry-picking 5ba8460 from master.
1 parent 2198c0a commit d14ec0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/applications/editors/sublime3/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ fetchurl, stdenv, glib, xorg, cairo, gtk, pango, makeWrapper, openssl, bzip2,
22
pkexecPath ? "/var/setuid-wrappers/pkexec", libredirect,
3-
gksuSupport ? false, gksu, bash}:
3+
gksuSupport ? false, gksu, unzip, zip, bash}:
44

55
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
66
assert gksuSupport -> gksu != null;

0 commit comments

Comments
 (0)