summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-24 04:21:16 -0500
committerseth <[email protected]>2023-12-24 05:18:20 -0500
commit0347706b58e8b2909769108528bc9ffeb9f07284 (patch)
tree3a874454674e816972f5d04f3fb8ee07646a4cbf
parent0fc48fd45f756534648d989f5a2c4f3060464218 (diff)
modrinth-app: name unwrapped package correctly
-rw-r--r--pkgs/modrinth-app/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/modrinth-app/default.nix b/pkgs/modrinth-app/default.nix
index b1b66be..fe137c8 100644
--- a/pkgs/modrinth-app/default.nix
+++ b/pkgs/modrinth-app/default.nix
@@ -27,7 +27,7 @@
webkitgtk,
}:
rustPlatform.buildRustPackage rec {
- pname = "modrinth-app";
+ pname = "modrinth-app-unwrapped";
version = "unstable-2023-12-14";
src = fetchFromGitHub {