Merge staging-next into staging
This commit is contained in:
@@ -413,7 +413,7 @@
|
||||
"itach" = ps: with ps; [ ]; # missing inputs: pyitachip2ir
|
||||
"itunes" = ps: with ps; [ ];
|
||||
"izone" = ps: with ps; [ ]; # missing inputs: python-izone
|
||||
"jewish_calendar" = ps: with ps; [ ]; # missing inputs: hdate
|
||||
"jewish_calendar" = ps: with ps; [ hdate ];
|
||||
"joaoapps_join" = ps: with ps; [ ]; # missing inputs: python-join-api
|
||||
"juicenet" = ps: with ps; [ ]; # missing inputs: python-juicenet
|
||||
"kaiterra" = ps: with ps; [ ]; # missing inputs: kaiterra-async-client
|
||||
|
||||
@@ -272,6 +272,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
"intent"
|
||||
"intent_script"
|
||||
"ipp"
|
||||
"jewish_calendar"
|
||||
"kmtronic"
|
||||
"knx"
|
||||
"kodi"
|
||||
|
||||
@@ -18,11 +18,11 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "keycloak";
|
||||
version = "12.0.4";
|
||||
version = "13.0.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
|
||||
sha256 = "sha256-7DKKpuKPoSKIpfvhCvLzuyepbmixgq0+o+83FKi6Dwc=";
|
||||
sha256 = "sha256-jpjAPldmJkyXGsokw9MO1u0VysYBXeQ8MamEPWvBGvs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
@@ -833,6 +833,12 @@ self: super:
|
||||
'';
|
||||
});
|
||||
|
||||
xorgdocs = super.xorgdocs.overrideAttrs (attrs: {
|
||||
# This makes the man pages discoverable by the default man,
|
||||
# since it looks for packages in $PATH
|
||||
postInstall = "mkdir $out/bin";
|
||||
});
|
||||
|
||||
xwd = super.xwd.overrideAttrs (attrs: {
|
||||
buildInputs = with self; attrs.buildInputs ++ [libXt];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user