Commit e6e55fbe authored by Peter Kling's avatar Peter Kling
Browse files

better names for involved nix store paths

parent 3399a775
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,9 +31,9 @@ let
    inherit version;

    src = builtins.path {
      name = "${pname}-source";
      name = "${pname}-wrapper-lib-source";
      path = ./.;
      filter = (path: type: baseNameOf path == wrapperLibSource);
      filter = path: type: baseNameOf path == wrapperLibSource;
    };

    postPatch = ''