Commit 463095e1 authored by Felix Buehler's avatar Felix Buehler
Browse files

bitscope.*: fix fhsenv version

parent 1cd3957e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ let
    '';
  });
in buildFHSEnv {
  name = "${attrs.toolName}-${attrs.version}";
  pname = attrs.toolName;
  inherit (attrs) version;
  runScript = "${pkg.outPath}/bin/${attrs.toolName}";
} // { inherit (pkg) meta name; }