forked from mirrors/nixpkgs
Fix Nixpkgs evaluation
The evaluation of liferea causes an error: error: assertion failed at `/tmp/nix-build-nixpkgs-tarball-1.0pre28992_1628c03.drv-0/git-export/pkgs/desktops/gnome-2/desktop/libgweather/default.nix:4:1' Why this happens is a mystery, since liferea doesn't depend on libgweather. The problem can be reproduced by evaluating: builtins.toXML (import <nixpkgs> { system = "x86_64-darwin"; }).liferea It seems to have something to do with builderDefs magic in webkit_gtk2. http://hydra.nixos.org/build/6039089
This commit is contained in:
parent
64d648e92e
commit
70fee5da11
|
@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
|
|||
description = "A GTK-based news feed agregator";
|
||||
homepage = http://lzone.de/liferea/;
|
||||
maintainers = [ stdenv.lib.maintainers.vcunat ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue