about summary refs log tree commit diff
path: root/pkgs/applications/networking/flent
AgeCommit message (Collapse)AuthorFilesLines
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-11-05flent: 2.0.1 -> 2.1.1; fixesR. Ryantm1-11/+27
Manuel Mendez (4): flent: format with alejandra flent: Get python packages via python.pkgs Less confusing this way. flent: Add qtpy dependency This has been a gui requirement since v2.0.0 circa Jan 2021! flent: Ensure the gui tests are never skipped We always build with the gui enabled and we want to make sure it works. R. RyanTM (1): flent: 2.0.1 -> 2.1.1
2021-08-14flent: 1.3.2 -> 2.0.1Ilan Joselevich1-2/+2
2021-05-08treewide: xvfb_run -> xvfb-runRobert Hensing1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob1-3/+3
2020-12-08http-getter: unstable-2018-06-06 -> unstable-2020-12-08Ryan Burns1-3/+3
Fixes build on darwin. No functional changes.
2020-10-08flent: Use qt5.15 just like pyqt5 use in it (#99956)Doron Behar1-4/+2
Bonus: Spare double wrapping.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-07flent: 1.3.0 -> 1.3.2R. RyanTM1-2/+2
2019-08-31Merge staging-next into stagingFrederik Rietdijk1-16/+25
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-08flent: 1.2.2 -> 1.3.0Manuel Mendez1-6/+15
2019-08-08flent: use wrapQtAppsHookManuel Mendez1-1/+8
2019-08-08flent: use fetchPypiManuel Mendez1-6/+4
2019-08-08flent: run through nixfmtManuel Mendez1-8/+3
2019-04-28flent: add procps dep so checkPhase can succeedahiaao1-0/+2
Added missing dependency needed for testing flent (#60360)
2018-12-02Revert "flent/http-getter: broken on clang"Graham Christensen1-1/+0
Failed to evaluate. This reverts commit b4087750c3912ad1ed8b8bfb2cb5d09517ff608d.
2018-12-02flent/http-getter: broken on clangMatthew Bauer1-0/+1
(cherry picked from commit a5dcde16bbe737914849536362d15eb5a9675297)
2018-11-06treewide: use unstable-date instead of hash as versionPatrick Hilhorst1-2/+2
2018-06-14http-getter: init at 20180606Matthieu Coudron1-0/+23
Used by flent
2018-06-14flent: enable man by defaultMatthieu Coudron1-2/+5
2018-06-06flent: fix fetchFromGitHub versionMatthieu Coudron1-2/+2
Lacked a "v" in revision.
2018-05-14flent: init at 1.2.2Manuel Mendez1-0/+27