overlays: add 'calibre-dedrm'

This commit is contained in:
Bruno BELANYI 2023-06-24 16:26:53 +01:00
parent 3e5fbfeb7a
commit 89168324e7
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
self: super: {
calibre-dedrm =
super.calibre.overrideAttrs (oa: {
# We want to have pycryptodome around in order to support DeDRM
nativeBuildInputs = oa.nativeBuildInputs ++ [ self.python3Packages.pycryptodome ];
});
}

View File

@ -1,3 +1,3 @@
{
# No overlays
calibre-dedrm = import ./calibre-dedrm;
}