xfe: remove top-level override
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user