mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
GNU IceCat 3.0.4-g1.
svn path=/nixpkgs/trunk/; revision=13616
This commit is contained in:
parent
219a11b567
commit
6213bb808c
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
|||
, freetype, fontconfig
|
||||
, application ? "browser" }:
|
||||
|
||||
let version = "3.0.3-g1"; in
|
||||
let version = "3.0.4-g1"; in
|
||||
stdenv.mkDerivation {
|
||||
name = "icecat-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/gnuzilla/${version}/icecat-${version}.tar.lzma";
|
||||
sha256 = "189rfgcsp98hd8ix8mc294xg0iw3qwmn2nyb2495hx84zli09n5m";
|
||||
sha256 = "1hxjihzmwf2jch8vy42j0n3db5af96dyglafyy605fagaq5xnizc";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
@ -104,7 +104,7 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
passthru = {
|
||||
inherit gtk;
|
||||
inherit gtk version;
|
||||
isFirefox3Like = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue