11 stdenv.mkDerivation rec {
16 url = "https://dist.scaleft.com/repos/rpm/stable/centos/9/x86_64/1.80.1/scaleft-client-tools-${version}-1.x86_64.rpm";
17 sha256 = "sha256-QrkqAgkplFF6Tp6FWKb2TJaqeOw8ec4zd9pymDP2IyY=";
25 libPath = lib.makeLibraryPath [
35 --set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \
38 --set-rpath ${libPath} \
40 ln -s $out/usr/bin/sft $out/bin/sft
45 passthru.tests.version = testers.testVersion {
48 version = "sft version ${version}";
52 description = "ScaleFT provides Zero Trust software which you can use to secure your internal servers and services";
53 homepage = "https://www.scaleft.com";
54 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
55 license = licenses.unfree;
56 maintainers = with maintainers; [ jloyet ];
57 platforms = [ "x86_64-linux" ];