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