Skip to content

Commit

Permalink
Update pkgs/by-name/rl/rling/package.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
octodi committed Oct 26, 2024
1 parent bdaa2b5 commit 0cca84f
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions pkgs/by-name/rl/rling/package.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{ lib
, stdenv
, fetchFromGitHub
, libgcc
, judy
{
lib,
stdenv,
fetchFromGitHub,
libgcc,
judy,
}:

stdenv.mkDerivation {
Expand All @@ -16,7 +17,10 @@ stdenv.mkDerivation {
hash = "sha256-7LAl+FwnKLVTcbalQ7hQbnOaB9imK9D9XQUe21R2UgE=";
};

buildInputs = [ libgcc judy ];
buildInputs = [
libgcc
judy
];

makeFlags = [
"COPTS+='-I${judy}/include -L${judy}/lib'"
Expand All @@ -29,6 +33,7 @@ stdenv.mkDerivation {
cp getpass $out/bin
cp rehex $out/bin
cp splitlen $out/bin
chmod +x $out/bin/*
'';

meta = with lib; {
Expand Down

0 comments on commit 0cca84f

Please sign in to comment.