Update xK
This commit is contained in:
parent
742455838e
commit
dd3dca74c0
@ -63,7 +63,7 @@ pkgs.stdenv.mkDerivation rec {
|
||||
|
||||
modRoot = "./${_pname}/";
|
||||
# vendorHash = pkgs.lib.fakeHash;
|
||||
vendorHash = "sha256-TK3rivjzYZwG8bfia22iQO5ZKnBzeIidsHNl6jnQUio=";
|
||||
vendorHash = "sha256-feaUOP+joGnpjqniCtstRGHwcMyGNZ95PwEXWzjmjIk=";
|
||||
|
||||
mithril = pkgs.fetchurl {
|
||||
url = "https://unpkg.com/mithril@2.2.3/mithril.js";
|
||||
@ -129,6 +129,8 @@ pkgs.stdenv.mkDerivation rec {
|
||||
'';
|
||||
};
|
||||
|
||||
# Ignoring xA, as it is huge, and already checked through CI.
|
||||
|
||||
# While we can't include them in this derivation, we can link to them.
|
||||
postInstall = pkgs.lib.optionals full ''
|
||||
makeWrapper ${xP}/lib/xP/xP $out/bin/xP --chdir ${xP}/share/xP/public
|
||||
|
Loading…
Reference in New Issue
Block a user