lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #176366 from NickCao/libosinfo-cross

libosinfo: disable devdoc output when cross compiling

authored by

Bobby Rong and committed by
GitHub
a2e0e3c6 b8b0e0ad

+2 -1
+2 -1
pkgs/development/libraries/libosinfo/default.nix
··· 30 30 sha256 = "sha256-olLgD8WA3rIdoNqMCqA7jDHoRAuESMi5gUP6tHfTIwU="; 31 31 }; 32 32 33 - outputs = [ "out" "dev" "devdoc" ]; 33 + outputs = [ "out" "dev" ] 34 + ++ lib.optional (stdenv.hostPlatform == stdenv.buildPlatform) "devdoc"; 34 35 35 36 nativeBuildInputs = [ 36 37 pkg-config