Loading pkgs/tools/networking/persepolis/0001-Allow-building-on-darwin.patch→pkgs/by-name/pe/persepolis/0001-Allow-building-on-darwin.patch +0 −0 File moved. View file pkgs/tools/networking/persepolis/0002-Fix-startup-crash-on-darwin.patch→pkgs/by-name/pe/persepolis/0002-Fix-startup-crash-on-darwin.patch +0 −0 File moved. View file pkgs/tools/networking/persepolis/0003-Search-PATH-for-aria2c-on-darwin.patch→pkgs/by-name/pe/persepolis/0003-Search-PATH-for-aria2c-on-darwin.patch +0 −0 File moved. View file pkgs/tools/networking/persepolis/0004-Search-PATH-for-ffmpeg-on-darwin.patch→pkgs/by-name/pe/persepolis/0004-Search-PATH-for-ffmpeg-on-darwin.patch +0 −0 File moved. View file pkgs/tools/networking/persepolis/default.nix→pkgs/by-name/pe/persepolis/package.nix +7 −12 Original line number Diff line number Diff line { lib , stdenv , buildPythonApplication , qt5 , python3 , fetchFromGitHub , aria2 , ffmpeg , libnotify , pulseaudio , psutil , pyqt5 , requests , setproctitle , setuptools , sound-theme-freedesktop , wrapQtAppsHook , yt-dlp }: buildPythonApplication rec { python3.pkgs.buildPythonApplication rec { pname = "persepolis"; version = "4.0.0"; Loading Loading @@ -56,7 +50,7 @@ buildPythonApplication rec { # prevent double wrapping dontWrapQtApps = true; nativeBuildInputs = [ wrapQtAppsHook ]; nativeBuildInputs = [ qt5.wrapQtAppsHook ]; # feed args to wrapPythonApp makeWrapperArgs = [ Loading @@ -76,14 +70,15 @@ buildPythonApplication rec { propagatedBuildInputs = [ pulseaudio sound-theme-freedesktop ] ++ (with python3.pkgs; [ psutil pyqt5 requests setproctitle setuptools sound-theme-freedesktop yt-dlp ]; ]); meta = with lib; { description = "A GUI for aria2"; Loading Loading
pkgs/tools/networking/persepolis/0001-Allow-building-on-darwin.patch→pkgs/by-name/pe/persepolis/0001-Allow-building-on-darwin.patch +0 −0 File moved. View file
pkgs/tools/networking/persepolis/0002-Fix-startup-crash-on-darwin.patch→pkgs/by-name/pe/persepolis/0002-Fix-startup-crash-on-darwin.patch +0 −0 File moved. View file
pkgs/tools/networking/persepolis/0003-Search-PATH-for-aria2c-on-darwin.patch→pkgs/by-name/pe/persepolis/0003-Search-PATH-for-aria2c-on-darwin.patch +0 −0 File moved. View file
pkgs/tools/networking/persepolis/0004-Search-PATH-for-ffmpeg-on-darwin.patch→pkgs/by-name/pe/persepolis/0004-Search-PATH-for-ffmpeg-on-darwin.patch +0 −0 File moved. View file
pkgs/tools/networking/persepolis/default.nix→pkgs/by-name/pe/persepolis/package.nix +7 −12 Original line number Diff line number Diff line { lib , stdenv , buildPythonApplication , qt5 , python3 , fetchFromGitHub , aria2 , ffmpeg , libnotify , pulseaudio , psutil , pyqt5 , requests , setproctitle , setuptools , sound-theme-freedesktop , wrapQtAppsHook , yt-dlp }: buildPythonApplication rec { python3.pkgs.buildPythonApplication rec { pname = "persepolis"; version = "4.0.0"; Loading Loading @@ -56,7 +50,7 @@ buildPythonApplication rec { # prevent double wrapping dontWrapQtApps = true; nativeBuildInputs = [ wrapQtAppsHook ]; nativeBuildInputs = [ qt5.wrapQtAppsHook ]; # feed args to wrapPythonApp makeWrapperArgs = [ Loading @@ -76,14 +70,15 @@ buildPythonApplication rec { propagatedBuildInputs = [ pulseaudio sound-theme-freedesktop ] ++ (with python3.pkgs; [ psutil pyqt5 requests setproctitle setuptools sound-theme-freedesktop yt-dlp ]; ]); meta = with lib; { description = "A GUI for aria2"; Loading