tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
beets: 1.4.1 -> 1.4.3
Franz Pletz
9 years ago
883f4493
6b01b229
+8
-8
1 changed file
expand all
collapse all
unified
split
pkgs
tools
audio
beets
default.nix
+8
-8
pkgs/tools/audio/beets/default.nix
···
56
56
};
57
57
58
58
pluginsWithoutDeps = [
59
59
-
"beatport" "bench" "bpd" "bpm" "bucket" "cue" "duplicates" "edit" "embedart"
60
60
-
"export" "filefilter" "freedesktop" "fromfilename" "ftintitle" "fuzzy" "hook" "ihate"
61
61
-
"importadded" "importfeeds" "info" "inline" "ipfs" "lyrics"
62
62
-
"mbcollection" "mbsubmit" "mbsync" "metasync" "missing" "permissions" "play"
63
63
-
"plexupdate" "random" "rewrite" "scrub" "smartplaylist" "spotify" "the"
64
64
-
"types" "zero"
59
59
+
"absubmit" "beatport" "bench" "bpd" "bpm" "bucket" "cue" "duplicates"
60
60
+
"edit" "embedart" "export" "filefilter" "freedesktop" "fromfilename"
61
61
+
"ftintitle" "fuzzy" "hook" "ihate" "importadded" "importfeeds" "info"
62
62
+
"inline" "ipfs" "lyrics" "mbcollection" "mbsubmit" "mbsync" "metasync"
63
63
+
"missing" "permissions" "play" "plexupdate" "random" "rewrite" "scrub"
64
64
+
"smartplaylist" "spotify" "the" "types" "zero"
65
65
];
66
66
67
67
enabledOptionalPlugins = attrNames (filterAttrs (_: id) optionalPlugins);
···
74
74
75
75
in pythonPackages.buildPythonApplication rec {
76
76
name = "beets-${version}";
77
77
-
version = "1.4.1";
77
77
+
version = "1.4.3";
78
78
79
79
src = fetchFromGitHub {
80
80
owner = "beetbox";
81
81
repo = "beets";
82
82
rev = "v${version}";
83
83
-
sha256 = "1yj2m7l157lldhxanwifp3yv1c6k649iwhn061mcf26q4n8qmspk";
83
83
+
sha256 = "0sh2ap7jbqh7p8h63kgrx1ja9lyqlxjpfnh6axxw9p1mh78cgc1v";
84
84
};
85
85
86
86
propagatedBuildInputs = [