treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
This commit is contained in:
@@ -16,8 +16,8 @@ stdenv.mkDerivation {
|
||||
preConfigure = ''
|
||||
cat debian/patches/1001_shlib-cmake.patch | patch -p1
|
||||
'';
|
||||
buildInputs = [ cmake ];
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
description = "A real-time library for sampling rate conversion library";
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
|
||||
Reference in New Issue
Block a user