mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
srelay: fix build with libxcrypt
This commit is contained in:
committed by
Martin Weinelt
parent
57f4391a43
commit
cfc636c357
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl }:
|
||||
{ lib, stdenv, fetchurl, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "srelay";
|
||||
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./arm.patch ];
|
||||
|
||||
buildInputs = [ libxcrypt ];
|
||||
|
||||
installPhase = "install -D srelay $out/bin/srelay";
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user