mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
morituri: add CDDB dependency
This commit is contained in:
parent
a9fc6c82f1
commit
50532874fa
|
@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
|
|||
pythonPath = [
|
||||
pygobject gst_python pythonPackages.musicbrainzngs
|
||||
pythonPackages.pycdio pythonPackages.pyxdg setuptools
|
||||
pythonPackages.CDDB
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue