overlays: remove 'calibre-dedrm'
ci/woodpecker/push/check Pipeline was successful Details

Turns out I didn't need it.

This reverts commit 89168324e7.
This commit is contained in:
Bruno BELANYI 2023-07-05 20:14:27 +01:00
parent 6100a092af
commit 758e88e620
2 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
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 @@
{
calibre-dedrm = import ./calibre-dedrm;
# No overlays
}