mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 16:17:24 +00:00
oneanime: remove useless xdg-user-dirs
This commit is contained in:
parent
82108e2d6b
commit
97fcdafc59
@ -12,7 +12,6 @@
|
||||
libpulseaudio,
|
||||
libdrm,
|
||||
mesa,
|
||||
xdg-user-dirs,
|
||||
libva,
|
||||
libva1,
|
||||
libvdpau,
|
||||
@ -104,10 +103,6 @@ flutter324.buildFlutterApplication rec {
|
||||
ln -s ${lib.getLib libvdpau}/lib/libvdpau.so.1 $out/app/${pname}/lib/libvdpau.so.1
|
||||
'';
|
||||
|
||||
extraWrapProgramArgs = ''
|
||||
--prefix PATH : ${lib.makeBinPath [ xdg-user-dirs ]}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Anime1 third-party client with bullet screen";
|
||||
homepage = "https://github.com/Predidit/oneAnime";
|
||||
|
Loading…
Reference in New Issue
Block a user