firefox-wrapper: remove the 'lowPrio' attribute that was accidentally added in an earlier commit
This commit is contained in:
parent
6a13cd01ac
commit
ec786d59d8
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user