Skip to content

Commit

Permalink
ciscoPacketTracer7: fix fhsenv version (#360887)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 3, 2024
2 parents dd33e87 + 5789cc9 commit 4c2ae8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/ci/ciscoPacketTracer7/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
version = "7.3.1";

ptFiles = stdenv.mkDerivation {
name = "PacketTracer7drv";
pname = "PacketTracer7drv";
inherit version;

dontUnpack = true;
Expand Down Expand Up @@ -41,7 +41,8 @@ let
};

fhs = buildFHSEnv {
name = "packettracer7";
pname = "packettracer7";
inherit version;
runScript = "${ptFiles}/bin/packettracer7";

targetPkgs = pkgs: with pkgs; [
Expand Down

0 comments on commit 4c2ae8c

Please sign in to comment.