blastem: init at 0.5.1

This commit is contained in:
Brian McKenna
2018-09-25 09:33:11 +10:00
parent 5e5cd96189
commit 77088b5d12
2 changed files with 52 additions and 0 deletions
+4
View File
@@ -1659,6 +1659,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;
};