Skip to content

Commit

Permalink
heimdal: 7.8.0 -> 7.8.0-unstable-2023-11-29
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 committed Dec 16, 2023
1 parent 624c1f5 commit 068372e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pkgs/development/libraries/kerberos/heimdal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,19 @@
, CoreFoundation, Security, SystemConfiguration
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "heimdal";
version = "7.8.0";
version = "7.8.0-unstable-2023-11-29";

src = fetchFromGitHub {
owner = "heimdal";
repo = "heimdal";
rev = "heimdal-${version}";
sha256 = "sha256-iXOaar1S3y0xHdL0S+vS0uxoFQjy43kABxqE+KEhxjU=";
rev = "3253c49544eacb33d5ad2f6f919b0696e5aab794";
sha256 = "sha256-uljzQBzXrZCZjcIWfioqHN8YsbUUNy14Vo+A3vZIXzM=";
};

outputs = [ "out" "dev" "man" "info" ];

patches = [ ./heimdal-make-missing-headers.patch ];

nativeBuildInputs = [ autoreconfHook pkg-config python3 perl bison flex texinfo ]
++ (with perlPackages; [ JSON ]);
buildInputs = lib.optionals (stdenv.isLinux) [ libcap_ng ]
Expand Down Expand Up @@ -71,9 +69,6 @@ stdenv.mkDerivation rec {
(cd include/hcrypto; make -j $NIX_BUILD_CORES install)
(cd lib/hcrypto; make -j $NIX_BUILD_CORES install)
# Do we need it?
rm $out/bin/su
mkdir -p $dev/bin
mv $out/bin/krb5-config $dev/bin/
Expand Down

0 comments on commit 068372e

Please sign in to comment.