Merge pull request #77334 from lopsided98/pacman-m4-dep
pacman: fix script generation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchurl, pkgconfig, perl, libarchive, openssl, zlib, bzip2,
|
||||
{ stdenv, lib, fetchurl, pkgconfig, m4, perl, libarchive, openssl, zlib, bzip2,
|
||||
lzma, curl, runtimeShell }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installFlags = [ "sysconfdir=${placeholder "out"}/etc" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig m4 ];
|
||||
buildInputs = [ curl perl libarchive openssl zlib bzip2 lzma ];
|
||||
|
||||
postFixup = ''
|
||||
|
||||
Reference in New Issue
Block a user