about summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3
AgeCommit message (Collapse)AuthorFilesLines
2022-12-16gns3-{gui,server}: fix buildAnthony Roussel2-2/+4
2022-11-10gns3-server,gns3-gui: cleanAnthony Roussel3-30/+5
2022-11-10gns3-server,gns3-gui: 2.2.34 -> 2.2.35.1Anthony Roussel3-14/+6
2022-10-08gns3-gui,gns3-server: add anthonyroussel to maintainersAnthony Roussel2-2/+2
2022-10-08gns3-gui,gns3-server: 2.2.31 -> 2.2.34Anthony Roussel3-3/+6
2022-09-26gns3-{server-gui}: Fix buildZhaofeng Li3-32/+5
Removed duplicate overrides and made the override interface consistent. The previous method of pinning caused frequent breakages.
2022-04-24gns3: 2.2.29 -> 2.2.31Fabian Affolter1-8/+7
2022-04-24gns3-gui: 2.2.29 -> 2.2.31Fabian Affolter1-7/+29
2022-04-24gns3-server: 2.2.29 -> 2.2.31Fabian Affolter1-22/+36
2022-02-14gns3-gui: fix buildJonathan Ringer1-1/+15
2022-02-11gns3-server: fix build, use buildPythonApplicationJonathan Ringer1-1/+16
2022-01-09gns3-{gui,server}: 2.2.28 -> 2.2.29Alvar Penning1-3/+3
2022-01-06gns3: 2.2.18 -> 2.2.28deltadelta3-9/+15
2021-08-24gns3-server: update overrideFabian Affolter1-4/+16
2021-07-24Merge pull request #131096 from SuperSandro2000/prompt_toolkitFrederik Rietdijk1-1/+1
Prompt toolkit
2021-07-23pythonPackages: normalise prompt_toolkitSandro Jäckel1-1/+1
2021-07-19applications/networking: /s/name/pname&version/Felix Buehler1-1/+1
2021-06-04gns3-server: fix build errorsophrosyne971-1/+2
2021-05-10pythonPackages.sip: rename to sip_4Eduardo Sánchez Muñoz1-1/+1
sip 4 is the old and unmaintained version
2021-03-05Merge branch 'master' into staging-nextJan Tojnar2-2/+2
2021-03-05gns3-{gui,server}: Remove myself as maintainerMichael Weiss2-2/+2
2021-02-26gns3-server: drop py-cpuinfo overrideMartin Weinelt1-11/+0
2021-02-16gns3-{gui,server}: 2.2.17 -> 2.2.18Michael Weiss1-3/+3
2021-02-05gns3-server: Remove stale substituteInPlaceSandro Jäckel1-3/+1
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-12-06gns3-{gui,server}: 2.2.16 -> 2.2.17Michael Weiss1-3/+3
2020-11-18gns3-server: relax aiohttp pinMartin Weinelt1-1/+3
2020-11-12gns3-{gui,server}: 2.2.15 -> 2.2.16Michael Weiss1-3/+3
2020-10-09gns3-{gui,server}: 2.2.14 -> 2.2.15Michael Weiss1-3/+3
2020-09-24gns3-{gui,server}: 2.2.13 -> 2.2.14Michael Weiss1-3/+3
2020-09-06gns3-{gui,server}: 2.2.12 -> 2.2.13Michael Weiss1-3/+3
2020-08-08gns3-gui: Replace qt5Full with wrapQtApp (proper solution)Michael Weiss2-5/+9
This will now properly wrap the gns3 binary using wrapQtApp instead of unnecessarily adding qt5Full to the PATH (which significantly increases the closure and often causes the build to break due to broken transitive dependencies). This supersedes the old approach from commit 0eaec4dee27.
2020-08-08gns3-{gui,server}: 2.2.11 -> 2.2.12Michael Weiss2-7/+7
2020-07-12gns3-{gui,server}: 2.2.9 -> 2.2.11Michael Weiss3-12/+20
2020-07-12gns3-{gui,server}: 2.2.8 -> 2.2.9Michael Weiss3-5/+5
Note: This update is pretty delayed as it was initially blocked by sentry-sdk being too old and breaking Python changes from staging.
2020-06-24gns3-gui: Add the missing qt5Full runtime dependencyAtemu1-2/+2
qt5Full may not be installed on users' systems and the gns3-gui depends on it explicitly. Note: This also fixes e.g. "nix-shell -p gns3-gui --pure" (at the cost of an increased closure size).
2020-06-17gns3-gui: Fix the buildAtemu1-2/+2
For Python 3.8 jsonschema 3.2.0 is required instead of 2.6.0.
2020-06-12gns3-server: fix buildJonathan Ringer1-2/+4
2020-05-10gns3-{gui,server}: 2.2.7 -> 2.2.8Michael Weiss1-3/+3
2020-04-08gns3-{gui,server}: 2.2.6 -> 2.2.7Michael Weiss1-3/+3
2020-03-26gns3-{gui,server}: 2.2.5 -> 2.2.6 (#83422)Michael Weiss3-17/+17
2020-02-25gns3-{gui,server}: Fix the build by disabling the psutil testsMichael Weiss1-0/+1
The tests where only enabled recently in 0d1d43d49c2 but apparently fail for the older version (I didn't have a closer look as they should work after the next GNS3 release anyway).
2020-01-17gns3: Fix python package not being pinned (#77701)Alan Hollis3-38/+34
Due to https://github.com/NixOS/nixpkgs/issues/44426 the correct psutils package is not picked up, this commit changes the code so the correct version is always picked.
2020-01-10gns3-{gui,server}: 2.2.3 -> 2.2.5Michael Weiss3-3/+19
2019-11-15gns3-{gui,server}: 2.2.2 -> 2.2.3Michael Weiss1-4/+4
2019-11-05gns3-{gui,server}: 2.2.1 -> 2.2.2Michael Weiss1-4/+4
2019-11-03gns3-{gui,server}: 2.2.0 -> 2.2.1Michael Weiss3-11/+29
2019-10-04gns3Packages.{server,gui}Stable: 2.1.21 -> 2.2.0Michael Weiss3-40/+12
gns3Packages.{server,gui}Preview: 2.2.0rc5 -> 2.2.0 The new dependency on setuptools is required for pkg_resources: ImportError: No module named pkg_resources
2019-09-10gns3Packages.{server,gui}Preview: 2.2.0rc4 -> 2.2.0rc5Michael Weiss1-3/+3