summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/tree-from-tags/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/tree-from-tags/default.nix')
-rw-r--r--pkgs/applications/audio/tree-from-tags/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/audio/tree-from-tags/default.nix b/pkgs/applications/audio/tree-from-tags/default.nix
index cdee979768cf..521133cb08fc 100644
--- a/pkgs/applications/audio/tree-from-tags/default.nix
+++ b/pkgs/applications/audio/tree-from-tags/default.nix
@@ -7,7 +7,8 @@ let
gemdir = ./.;
};
in stdenv.mkDerivation {
- name = "tree-from-tags-${version}";
+ pname = "tree-from-tags";
+ inherit version;
src = fetchFromGitHub {
owner = "dbrock";
repo = "bongo";