mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
cde: fix build with libxcrypt
This commit is contained in:
parent
3d6b548fd2
commit
fb591b9d8b
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub }:
|
||||
{ lib, stdenv, fetchFromGitHub, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cde";
|
||||
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
||||
# useful.
|
||||
preferLocalBuild = true;
|
||||
|
||||
buildInputs = [ libxcrypt ];
|
||||
|
||||
patchBuild = ''
|
||||
sed -i -e '/install/d' $src/Makefile
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user