dub-to-nix: set pname, version
In an effort to set pname + version for all packages Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
@@ -15,6 +15,8 @@ let
|
||||
in
|
||||
runCommand "dub-to-nix"
|
||||
{
|
||||
pname = "dub-to-nix";
|
||||
version = lib.trivial.version;
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ python3 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user