summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2021-07-20 15:21:49 +0200
committerLinus Heckemann <git@sphalerite.org>2021-07-20 15:23:06 +0200
commitcfb935c54940115751270011a569ba3214984f5a (patch)
treea1be63b0d092395bf7cbd8d5c129b0f14e7d65ec /pkgs/top-level
parent5143ab9f742d27086790e07ebf35f36cb6b26ade (diff)
downloadnixpkgs-cfb935c54940115751270011a569ba3214984f5a.tar
nixpkgs-cfb935c54940115751270011a569ba3214984f5a.tar.gz
nixpkgs-cfb935c54940115751270011a569ba3214984f5a.tar.bz2
nixpkgs-cfb935c54940115751270011a569ba3214984f5a.tar.lz
nixpkgs-cfb935c54940115751270011a569ba3214984f5a.tar.xz
nixpkgs-cfb935c54940115751270011a569ba3214984f5a.tar.zst
nixpkgs-cfb935c54940115751270011a569ba3214984f5a.zip
tigervnc: remove fontDirectories
These aren't necessary for tigervnc to function, and introduce an
unfree dependency, so let's remove them.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 1c3366e81d3..e2bd3bcb321 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -9878,9 +9878,7 @@ in
 
   tftp-hpa = callPackage ../tools/networking/tftp-hpa {};
 
-  tigervnc = callPackage ../tools/admin/tigervnc {
-    fontDirectories = [ xorg.fontadobe75dpi xorg.fontmiscmisc xorg.fontcursormisc xorg.fontbhlucidatypewriter75dpi ];
-  };
+  tigervnc = callPackage ../tools/admin/tigervnc {};
 
   tightvnc = callPackage ../tools/admin/tightvnc {
     fontDirectories = [ xorg.fontadobe75dpi xorg.fontmiscmisc xorg.fontcursormisc