mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cde";
|
pname = "cde";
|
||||||
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
# useful.
|
# useful.
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
|
||||||
|
buildInputs = [ libxcrypt ];
|
||||||
|
|
||||||
patchBuild = ''
|
patchBuild = ''
|
||||||
sed -i -e '/install/d' $src/Makefile
|
sed -i -e '/install/d' $src/Makefile
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user