xfce4-exo: Move to top-level

pkgs.exo already exists >_<
This commit is contained in:
Bobby Rong
2025-12-23 22:38:18 +08:00
parent d1fa4b2cc7
commit e78d67ce53
16 changed files with 29 additions and 30 deletions
@@ -129,7 +129,7 @@ in
# Needed by Xfce's xinitrc script
xdg-user-dirs # Update user dirs as described in https://freedesktop.org/wiki/Software/xdg-user-dirs/
xfce.exo
xfce4-exo
xfce.garcon
libxfce4ui
@@ -8,7 +8,7 @@
pkg-config,
wrapGAppsHook3,
cairo,
exo,
xfce4-exo,
gtk3,
libexif,
libxfce4ui,
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
cairo
exo
xfce4-exo
glib
gtk3
libexif
@@ -9,7 +9,7 @@
ninja,
pkg-config,
wrapGAppsHook3,
exo,
xfce4-exo,
gst_all_1,
gtk3,
libburn,
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
exo
xfce4-exo
glib
gst_all_1.gstreamer
gst_all_1.gst-plugins-base
@@ -9,7 +9,7 @@
pkg-config,
wayland-scanner,
wrapGAppsHook3,
exo,
xfce4-exo,
gtk3,
gtk-layer-shell,
libX11,
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
exo
xfce4-exo
gtk3
gtk-layer-shell
libX11
@@ -6,7 +6,7 @@
pkg-config,
xfce4-dev-tools,
wrapGAppsHook3,
exo,
xfce4-exo,
gtk3,
libgudev,
libxfce4ui,
@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
exo
xfce4-exo
gtk3
libgudev
libxfce4ui
+3 -3
View File
@@ -4,7 +4,7 @@
fetchFromGitLab,
docbook_xsl,
gettext,
exo,
xfce4-exo,
gdk-pixbuf,
gtk3,
libexif,
@@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
exo
xfce4-exo
gdk-pixbuf
gtk3
libX11
@@ -92,7 +92,7 @@ stdenv.mkDerivation (finalAttrs: {
preFixup = ''
gappsWrapperArgs+=(
# https://github.com/NixOS/nixpkgs/issues/329688
--prefix PATH : ${lib.makeBinPath [ exo ]}
--prefix PATH : ${lib.makeBinPath [ xfce4-exo ]}
)
'';
@@ -8,7 +8,7 @@
xfce4-dev-tools,
wrapGAppsHook3,
cairo,
exo,
xfce4-exo,
garcon,
gtk-layer-shell,
gtk3,
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
cairo
exo
xfce4-exo
garcon
gtk-layer-shell
libdbusmenu-gtk3
@@ -7,7 +7,7 @@
xfce4-dev-tools,
wrapGAppsHook3,
polkit,
exo,
xfce4-exo,
libxfce4util,
libxfce4ui,
libxfce4windowing,
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
exo
xfce4-exo
gtk3
gtk-layer-shell
glib
@@ -7,7 +7,7 @@
xfce4-dev-tools,
wayland-scanner,
wrapGAppsHook3,
exo,
xfce4-exo,
garcon,
gtk3,
gtk-layer-shell,
@@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
exo
xfce4-exo
garcon
glib
gtk3
@@ -6,7 +6,7 @@
pkg-config,
xfce4-dev-tools,
wrapGAppsHook3,
exo,
xfce4-exo,
gtk3,
libxfce4ui,
libxfce4util,
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
exo
xfce4-exo
gtk3
libxfce4ui
libxfce4util
+1 -2
View File
@@ -17,8 +17,6 @@ makeScopeWithSplicing' {
{
#### CORE
exo = callPackage ./core/exo { };
garcon = callPackage ./core/garcon { };
libxfce4windowing = callPackage ./core/libxfce4windowing { };
@@ -170,6 +168,7 @@ makeScopeWithSplicing' {
}
// lib.optionalAttrs config.allowAliases {
# These aliases need to be placed outside the scope or they will shadow the attributes from parent scope.
exo = lib.warnOnInstantiate "xfce.exo was moved to top-level. Please use pkgs.xfce4-exo directly" pkgs.xfce4-exo; # Added on 2025-12-23
libxfce4ui = lib.warnOnInstantiate "xfce.libxfce4ui was moved to top-level. Please use pkgs.libxfce4ui directly" pkgs.libxfce4ui; # Added on 2025-12-23
libxfce4util = lib.warnOnInstantiate "xfce.libxfce4util was moved to top-level. Please use pkgs.libxfce4util directly" pkgs.libxfce4util; # Added on 2025-12-23
xfce4-dev-tools = lib.warnOnInstantiate "xfce.xfce4-dev-tools was moved to top-level. Please use pkgs.xfce4-dev-tools directly" pkgs.xfce4-dev-tools; # Added on 2025-12-23
@@ -9,7 +9,7 @@
xfce4-panel,
libxfce4ui,
libxfce4util,
exo,
xfce4-exo,
glib,
gtk3,
gnutls,
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
libxfce4ui
libxfce4util
xfce4-panel
exo
xfce4-exo
glib
gtk3
gnutls
@@ -2,7 +2,7 @@
stdenv,
lib,
fetchFromGitLab,
exo,
xfce4-exo,
gtk3,
libcanberra,
libpulseaudio,
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
exo
xfce4-exo
glib
gtk3
keybinder3
@@ -8,7 +8,7 @@
pkg-config,
wrapGAppsHook3,
accountsservice,
exo,
xfce4-exo,
garcon,
glib,
gtk-layer-shell,
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
accountsservice
exo
xfce4-exo
garcon
glib
gtk-layer-shell
@@ -8,7 +8,7 @@
pkg-config,
wrapGAppsHook3,
thunar,
exo,
xfce4-exo,
libxfce4ui,
libxfce4util,
gtk3,
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
thunar
exo
xfce4-exo
libxfce4ui
libxfce4util
gtk3