1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

Low priority for ff11b

svn path=/nixpkgs/trunk/; revision=32095
This commit is contained in:
Michael Raskin 2012-02-07 08:57:42 +00:00
parent c0b20baa48
commit b340f86ba2

View file

@ -6874,7 +6874,7 @@ let
inherit (gnome) libIDL;
};
firefox11Wrapper = wrapFirefox { browser = firefox11Pkgs.firefox; };
firefox11Wrapper = lowPrio (wrapFirefox { browser = firefox11Pkgs.firefox; });
flac = callPackage ../applications/audio/flac { };