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
commit 593fdd6933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";