Skip to content

Commit ce4e086

Browse files
László Vaskóqkaiser
authored andcommitted
nix: removing not needed (and not working) override for ubi-reader
package is called ubi-reader so this override was ineffective anyway
1 parent 68a8a2f commit ce4e086

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

default.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ let
5656
];
5757
});
5858

59-
ubi_reader = super.ubi_reader.ovveridePythonAttrs (_: {
60-
propagatedBuildInputs = [
61-
# Use the _same_ version as unblob
62-
self.python-lzo
63-
];
64-
});
6559

6660
python-magic = (super.python-magic.override { preferWheel = false; }).overridePythonAttrs (_: {
6761
patchPhase = ''

0 commit comments

Comments
 (0)