Commit 07c26f49 authored by jopejoe1's avatar jopejoe1
Browse files

gdb-dashboard: set pname instead of name

parent 7360ff07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:

stdenv.mkDerivation (finalAttrs: {
  name = "gdb-dashboard";
  pname = "gdb-dashboard";
  version = "0.17.4";

  src = fetchFromGitHub {