Merge pull request #44585 from symphorien/osquery-platform

osquery: do not rebuild at each nixpkgs commit
This commit is contained in:
Silvan Mosberger
2018-08-07 05:52:34 +02:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
# this is what `osquery --help` will show as the version.
OSQUERY_BUILD_VERSION = version;
OSQUERY_PLATFORM = "nixos;${stdenv.lib.version}";
OSQUERY_PLATFORM = "NixOS;";
src = fetchFromGitHub {
owner = "facebook";