firefox-wrapper: remove the 'lowPrio' attribute that was accidentally added in an earlier commit

This commit is contained in:
Peter Simons 2013-07-14 23:49:28 +02:00
parent 6a13cd01ac
commit ec786d59d8

View file

@ -7536,7 +7536,7 @@ let
libpng = libpng.override { apngSupport = true; };
};
firefoxWrapper = lowPrio (wrapFirefox { browser = firefoxPkgs.firefox; });
firefoxWrapper = wrapFirefox { browser = firefoxPkgs.firefox; };
flac = callPackage ../applications/audio/flac { };