xfce.xfce4-pulseaudio-plugin: Drop automakeAddFlags

We don't use it anywhere, the substituteInPlace already does the job.
This commit is contained in:
Bobby Rong 2024-03-24 20:18:28 +08:00
parent df5407130f
commit dea81c90bd
No known key found for this signature in database
1 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,5 @@
{ lib
, mkXfceDerivation
, automakeAddFlags
, exo
, gtk3
, libcanberra
@ -20,10 +19,6 @@ mkXfceDerivation {
version = "0.4.8";
sha256 = "sha256-7vcjARm0O+/hVNFzOpxcgAnqD+wRNg5/eqXLcq4t/iU=";
nativeBuildInputs = [
automakeAddFlags
];
postPatch = ''
substituteInPlace configure.ac.in --replace gio-2.0 gio-unix-2.0
'';