Skip to content

Commit

Permalink
ciscoPacketTracer7: fix fhsenv version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Dec 1, 2024
1 parent a1ed41a commit 5789cc9
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 5789cc9

Please sign in to comment.