nautilus-open-any-terminal: remove unused NAUTILUS_EXTENSION_DIR

variable
This commit is contained in:
Felix Buehler 2023-01-07 21:51:20 +01:00 committed by Jan Tojnar
parent 16995949db
commit 194b1690e7

View file

@ -52,8 +52,6 @@ python3.pkgs.buildPythonPackage rec {
glib-compile-schemas "$out/share/glib-2.0/schemas"
'';
PKG_CONFIG_LIBNAUTILUS_EXTENSION_EXTENSIONDIR = "${placeholder "out"}/lib/nautilus/extensions-3.0";
meta = with lib; {
description = "Extension for nautilus, which adds an context-entry for opening other terminal-emulators then `gnome-terminal`";
license = licenses.gpl3Plus;