ansifilter: remove unused lua & boost buildInputs
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
stdenv,
|
||||
fetchFromGitLab,
|
||||
pkg-config,
|
||||
boost,
|
||||
lua,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -21,10 +19,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
boost
|
||||
lua
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# avoid timestamp non-determinism with '-n'
|
||||
|
||||
Reference in New Issue
Block a user