-
-
Save lovesegfault/2a22c68f13de2e747f38effd3e0746b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
self: super: { | |
beets = self.callPackage ./beets.nix { pythonPackages = self.python3Packages; }; | |
python3 = super.python3.override { | |
packageOverrides = pySelf: _: { | |
confuse = pySelf.callPackage ./confuse.nix { }; | |
mediafile = pySelf.callPackage ./mediafile.nix { }; | |
}; | |
}; | |
python3Packages = self.python3.pkgs; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment