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