overlays: add 'calibre-dedrm'
This commit is contained in:
parent
3e5fbfeb7a
commit
89168324e7
7
overlays/calibre-dedrm/default.nix
Normal file
7
overlays/calibre-dedrm/default.nix
Normal 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 ];
|
||||
});
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
# No overlays
|
||||
calibre-dedrm = import ./calibre-dedrm;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue