Commit cc715984 authored by jopejoe1's avatar jopejoe1
Browse files

bird-lg: set pname insted of name and move meta and version into the correct location

parent cabf36cc
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -50,12 +50,10 @@ let
  };
in
symlinkJoin {
  name = "bird-lg-${bird-lg-frontend.version}";
  pname = "bird-lg";
  inherit (bird-lg-frontend) version meta;
  paths = [
    bird-lg-frontend
    bird-lg-proxy
  ];
}
// {
  inherit (bird-lg-frontend) version meta;
}