roon-server: explicitly set dontConfigure/Build

This commit is contained in:
Bernardo Meurer 2021-12-26 13:46:30 -03:00
parent 2d18e3a33d
commit 795469df58
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
sha256 = "sha256-Td3iRYGmTg8Vx9c4e4ugIIbAqhDFPax9vR2BsCIQCZA=";
};
dontConfigure = true;
dontBuild = true;
buildInputs = [
alsa-lib
freetype