Merge pull request #44956 from puffnfresh/package/blastem

blastem: init at 0.5.1
This commit is contained in:
Ryan Mulligan
2018-09-24 20:04:55 -07:00
committed by GitHub
2 changed files with 52 additions and 0 deletions
+4
View File
@@ -1661,6 +1661,10 @@ with pkgs;
biber = callPackage ../tools/typesetting/biber { };
blastem = callPackage ../misc/emulators/blastem {
inherit (python27Packages) pillow;
};
blueman = callPackage ../tools/bluetooth/blueman {
withPulseAudio = config.pulseaudio or true;
};