Set nixui to broken
See https://github.com/NixOS/nixpkgs/commit/264ed82eda55403aad810a2b32527b510c83e24a#commitcomment-9416066
This commit is contained in:
@@ -10,6 +10,8 @@ let
|
|||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "198inv8ih751fc1l4dvjp9p6k4kfacikab61v6f604d45psnk6qf";
|
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;
|
nixui = (import "${src}/default.nix" { nixui = src; inherit pkgs; }).build;
|
||||||
script = writeScript "nixui" ''
|
script = writeScript "nixui" ''
|
||||||
#! ${stdenv.shell}
|
#! ${stdenv.shell}
|
||||||
@@ -44,6 +46,8 @@ stdenv.mkDerivation rec {
|
|||||||
ln -s ${desktop}/share/applications/* $out/share/applications/
|
ln -s ${desktop}/share/applications/* $out/share/applications/
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
|
# We don't want derivation building during evaluation
|
||||||
|
broken = true;
|
||||||
description = "NodeWebkit user interface for Nix";
|
description = "NodeWebkit user interface for Nix";
|
||||||
homepage = https://github.com/matejc/nixui;
|
homepage = https://github.com/matejc/nixui;
|
||||||
license = stdenv.lib.licenses.bsd2;
|
license = stdenv.lib.licenses.bsd2;
|
||||||
|
|||||||
Reference in New Issue
Block a user