overlays: remove 'calibre-dedrm'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Turns out I didn't need it.
This reverts commit 89168324e7
.
This commit is contained in:
parent
6100a092af
commit
758e88e620
|
@ -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 ];
|
||||
});
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
calibre-dedrm = import ./calibre-dedrm;
|
||||
# No overlays
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue