frogatto: set pname and version instead of name
This commit is contained in:
@@ -26,7 +26,8 @@ let
|
||||
inherit (data) version;
|
||||
in
|
||||
buildEnv {
|
||||
name = "frogatto-${version}";
|
||||
pname = "frogatto";
|
||||
inherit version;
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
paths = [
|
||||
|
||||
Reference in New Issue
Block a user