Set nixui to broken

See 264ed82eda (commitcomment-9416066)
This commit is contained in:
Wout Mertens 2015-01-23 15:37:54 +01:00
parent 3b35ae7a73
commit 71e107acac

View file

@ -10,6 +10,8 @@ let
rev = "refs/tags/${version}";
sha256 = "198inv8ih751fc1l4dvjp9p6k4kfacikab61v6f604d45psnk6qf";
};
# FIXME this should not import from the derivation
# default.nix and and its dependencies should be in the nixpkgs tree
nixui = (import "${src}/default.nix" { nixui = src; inherit pkgs; }).build;
script = writeScript "nixui" ''
#! ${stdenv.shell}
@ -44,6 +46,8 @@ stdenv.mkDerivation rec {
ln -s ${desktop}/share/applications/* $out/share/applications/
'';
meta = {
# We don't want derivation building during evaluation
broken = true;
description = "NodeWebkit user interface for Nix";
homepage = https://github.com/matejc/nixui;
license = stdenv.lib.licenses.bsd2;