Commit d6379dd5 authored by jopejoe1's avatar jopejoe1
Browse files

bundlerApp: add support for pname

parent 5f104f6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ let
    ]
    // {
      inherit preferLocalBuild allowSubstitutes; # pass the defaults
      inherit (basicEnv) version;
      inherit (basicEnv) version pname;

      nativeBuildInputs = nativeBuildInputs ++ lib.optionals (scripts != [ ]) [ makeWrapper ];