about summary refs log tree commit diff
path: root/pkgs/data/icons
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-02-27 18:01:26 +0000
committerAlyssa Ross <hi@alyssa.is>2023-03-01 11:39:21 +0000
commit08b9cec3b5fc7b6bb17efe0dd3f5995ad4846ff1 (patch)
tree8f9fafd723892747b4a4b6bf6b79d545cdefb5b6 /pkgs/data/icons
parent1b0c89ab599ea2088e390acbd39be12260487938 (diff)
gnome-icon-theme: ensure empty runtime closure
Diffstat (limited to 'pkgs/data/icons')
-rw-r--r--pkgs/data/icons/gnome-icon-theme/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/data/icons/gnome-icon-theme/default.nix b/pkgs/data/icons/gnome-icon-theme/default.nix
index 0c73728d2decc..792519efc15bf 100644
--- a/pkgs/data/icons/gnome-icon-theme/default.nix
+++ b/pkgs/data/icons/gnome-icon-theme/default.nix
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
     rm -r "$out/share/locale"
   '';
 
+  allowedReferences = [ ];
+
   meta = with lib; {
     description = "Collection of icons for the GNOME 2 desktop";
     homepage = "https://download.gnome.org/sources/gnome-icon-theme/";