about summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3
AgeCommit message (Collapse)AuthorFilesLines
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
2019-08-31gns3Packages.{server,gui}Preview: 2.2.0rc3 -> 2.2.0rc4Michael Weiss1-3/+3
2019-08-17gns3Packages.{server,gui}Preview: 2.2.0b4 -> 2.2.0rc3Michael Weiss1-3/+3
2019-07-11gns3Packages.{server,gui}Preview: 2.2.0b3 -> 2.2.0b4Michael Weiss1-3/+3
2019-06-16treewide: remove unused variables (#63177)volth2-2/+2
* treewide: remove unused variables * making ofborg happy
2019-06-16gns3Packages.{server,gui}Preview: 2.2.0b2 -> 2.2.0b3Michael Weiss1-3/+3
2019-06-14gns3Packages.{server,gui}Stable: 2.1.20 -> 2.1.21Michael Weiss1-3/+3
2019-05-29gns3Packages.{server,gui}Preview: 2.2.0b1 -> 2.2.0b2Michael Weiss1-3/+3
2019-05-29gns3Packages.{server,gui}Stable: 2.1.19 -> 2.1.20Michael Weiss1-3/+3
2019-05-29gns3Packages.{server,gui}Stable: 2.1.18 -> 2.1.19Michael Weiss2-7/+5
2019-05-22gns3Packages.{server,gui}Preview: 2.2.0a5 -> 2.2.0b1Michael Weiss1-3/+3
2019-05-22gns3Packages.{server,gui}Stable: 2.1.17 -> 2.1.18Michael Weiss1-3/+3
2019-05-17gns3Packages.{server,gui}Stable: 2.1.16 -> 2.1.17Michael Weiss2-3/+5
2019-04-16gns3Packages.{server,gui}Stable: 2.1.15 -> 2.1.16Michael Weiss1-3/+3
2019-04-16gns3Packages.{server,gui}Preview: 2.2.0a4 -> 2.2.0a5Michael Weiss1-3/+3
2019-04-07gns3Packages.{server,gui}Preview: 2.2.0a3 -> 2.2.0a4Michael Weiss1-3/+3
2019-03-25gns3Packages.{server,gui}Preview: 2.2.0a2 -> 2.2.0a3Michael Weiss1-3/+3
2019-03-22gns3Packages.{server,gui}Stable: 2.1.14 -> 2.1.15Michael Weiss1-3/+3
2019-03-14gns3Packages.{server,gui}Preview: 2.2.0a1 -> 2.2.0a2Michael Weiss2-4/+4
2019-02-28gns3Packages.{server,gui}Stable: 2.1.13 -> 2.1.14Michael Weiss1-3/+3