xfe: remove top-level override

This commit is contained in:
Aliaksandr
2026-01-25 11:43:54 -05:00
committed by Michael Daniels
parent 682ede8ddf
commit daf8a66db3
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
lib,
stdenv,
fetchurl,
fox,
fox_1_6,
fontconfig,
freetype,
pkg-config,
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
intltool
];
buildInputs = [
fox
fox_1_6
gettext
xcbutil
gcc
-4
View File
@@ -1366,10 +1366,6 @@ with pkgs;
inherit lib udisks python3;
};
xfe = callPackage ../by-name/xf/xfe/package.nix {
fox = fox_1_6;
};
johnny-reborn-engine = callPackage ../applications/misc/johnny-reborn { };
johnny-reborn = callPackage ../applications/misc/johnny-reborn/with-data.nix { };