mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Reverting the pulseSupport configuration option, I believe this is meant to be configured via packageOverrides instead
svn path=/nixpkgs/trunk/; revision=25941
This commit is contained in:
parent
9fd9a34316
commit
19a516c68d
@ -6359,9 +6359,7 @@ let
|
||||
|
||||
mpg321 = callPackage ../applications/audio/mpg321 { };
|
||||
|
||||
MPlayer = callPackage ../applications/video/MPlayer {
|
||||
pulseSupport = getConfig [ "pulseaudio" ] false;
|
||||
};
|
||||
MPlayer = callPackage ../applications/video/MPlayer { };
|
||||
|
||||
MPlayerPlugin = browser:
|
||||
import ../applications/networking/browsers/mozilla-plugins/mplayerplug-in {
|
||||
|
Loading…
Reference in New Issue
Block a user