xfce.automakeAddFlags: Drop

Not used in Nixpkgs.
This commit is contained in:
Bobby Rong 2024-03-24 20:23:04 +08:00
parent dea81c90bd
commit 7fb812afbf
No known key found for this signature in database
2 changed files with 2 additions and 11 deletions

View File

@ -1,7 +0,0 @@
automakeAddFlags() {
local file="$1"
local target="$2"
local source="$3"
sed "/$target/a\$($source) \\\\" -i $file
}

View File

@ -18,10 +18,6 @@ makeScopeWithSplicing' {
mkXfceDerivation = callPackage ./mkXfceDerivation.nix { };
automakeAddFlags = pkgs.makeSetupHook {
name = "xfce-automake-add-flags-hook";
} ./automakeAddFlags.sh;
#### CORE
exo = callPackage ./core/exo { };
@ -169,6 +165,8 @@ makeScopeWithSplicing' {
} // lib.optionalAttrs config.allowAliases {
#### ALIASES
automakeAddFlags = throw "xfce.automakeAddFlags has been removed: this setup-hook is no longer used in Nixpkgs"; # added 2024-03-24
xinitrc = self.xfce4-session.xinitrc; # added 2019-11-04
thunar-bare = self.thunar.override { thunarPlugins = [ ]; }; # added 2019-11-04