overlays: add 'calibre-dedrm'
This commit is contained in:
parent
3e5fbfeb7a
commit
89168324e7
2 changed files with 8 additions and 1 deletions
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 ];
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue