summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2020-03-04 01:21:34 +0100
committerJan Tojnar <jtojnar@gmail.com>2020-03-24 07:11:03 +0100
commitaef3860211c9b1475aa69cb49688fd6b0db206c1 (patch)
tree016a6cff2e7a3fa8a30b8e628c08bd583fc48af3 /pkgs/top-level/aliases.nix
parentc1052e92841f233dc8737bcb68227ca074cc5218 (diff)
downloadnixpkgs-aef3860211c9b1475aa69cb49688fd6b0db206c1.tar
nixpkgs-aef3860211c9b1475aa69cb49688fd6b0db206c1.tar.gz
nixpkgs-aef3860211c9b1475aa69cb49688fd6b0db206c1.tar.bz2
nixpkgs-aef3860211c9b1475aa69cb49688fd6b0db206c1.tar.lz
nixpkgs-aef3860211c9b1475aa69cb49688fd6b0db206c1.tar.xz
nixpkgs-aef3860211c9b1475aa69cb49688fd6b0db206c1.tar.zst
nixpkgs-aef3860211c9b1475aa69cb49688fd6b0db206c1.zip
libcroco: remove as it's no longer used
librsvg and gnome-shell was the only derivations needing libcroco. Both
of them have now dropped it as a dependency, so we can stop carrying it.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 66fa444e0e7..36a4b6e54b7 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -219,6 +219,7 @@ mapAliases ({
   libcanberra_gtk3 = libcanberra-gtk3; # added 2018-02-25
   libcap_manpages = libcap.doc; # added 2016-04-29
   libcap_pam = if stdenv.isLinux then libcap.pam else null; # added 2016-04-29
+  libcroco = throw "libcroco has been removed as it's no longer used in any derivations."; # added 2020-03-04
   libindicate = throw "libindacate has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
   libindicate-gtk3 = throw "libindacate-gtk2 has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10
   libindicate-gtk2 = throw "libindacate-gtk3 has been removed from nixpkgs, as it's abandoned and uses deprecated libraries"; # added 2019-12-10