random
This commit is contained in:
parent
43d469f225
commit
35a5650988
7 changed files with 35 additions and 76 deletions
|
|
@ -20,6 +20,8 @@
|
|||
, lame
|
||||
, withMusicbrainz ? false
|
||||
, libmusicbrainz5
|
||||
, libebur128
|
||||
, kdePackages
|
||||
|
||||
, withTaglib ? true
|
||||
, taglib
|
||||
|
|
@ -88,8 +90,8 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "nullobsi";
|
||||
repo = "cantata";
|
||||
rev = "a19efdf9649c50320f8592f07d82734c352ace9c";
|
||||
sha256 = "TVqgTYpHyU1OM9XddJ915GM1XQQrhH9V7yhSxQOaXRs=";
|
||||
rev = "dc5a0ce77cdf3eaacce29180fe7d2c710b3f31af";
|
||||
sha256 = "YcGqVZuP7slfxo5oe0lBPchVCXm+UsSN/wpglwn6UmU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
@ -108,6 +110,9 @@ stdenv.mkDerivation rec {
|
|||
qtbase
|
||||
qtsvg
|
||||
qtwayland
|
||||
libebur128
|
||||
kdePackages.kitemviews
|
||||
kdePackages.karchive
|
||||
(perl.withPackages (ppkgs: with ppkgs; [ URI ]))
|
||||
]
|
||||
++ lib.flatten (builtins.catAttrs "pkgs" (builtins.filter (e: e.enable) options));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue