mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 11:57:47 +00:00
Merge pull request #104766 from markuskowa/fix-moosefs
moosefs: fix mfscli
This commit is contained in:
commit
44db0e8f06
@ -22,12 +22,10 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
||||
|
||||
buildInputs =
|
||||
[ fuse libpcap zlib ];
|
||||
[ fuse libpcap zlib python ];
|
||||
|
||||
postInstall = ''
|
||||
substituteInPlace $out/sbin/mfscgiserv --replace "datapath=\"$out" "datapath=\""
|
||||
wrapProgram $out/sbin/mfscgiserv \
|
||||
--prefix PATH ":" "${python}/bin"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user