about summary refs log tree commit diff
path: root/pkgs/applications/networking/flent/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-11-05treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph1-1/+1
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;Profpatsch1-2/+2
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
2020-10-08flent: Use qt5.15 just like pyqt5 use in it (#99956)Doron Behar1-4/+2
Bonus: Spare double wrapping.
2019-12-07flent: 1.3.0 -> 1.3.2R. RyanTM1-2/+2
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-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