From ad0d1ff6fd872aac02a3e495e8d7eff8bc93e8b7 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sun, 17 Mar 2019 01:08:44 +0000 Subject: [PATCH] makeDBusConfig: don't allow substitutions This is rebuilt virtually every time a NixOS module is enabled or disabled, so I don't think it makes sense to have it substituted. It gets in the way of trivial config changes when I would otherwise be able to rebuild my system entirely offline. --- pkgs/development/libraries/dbus/make-dbus-conf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/dbus/make-dbus-conf.nix b/pkgs/development/libraries/dbus/make-dbus-conf.nix index b5bf2b230007..5d441c5d1331 100644 --- a/pkgs/development/libraries/dbus/make-dbus-conf.nix +++ b/pkgs/development/libraries/dbus/make-dbus-conf.nix @@ -12,6 +12,7 @@ runCommand "dbus-1" { inherit serviceDirectories suidHelper; preferLocalBuild = true; + allowSubstitutes = false; XML_CATALOG_FILES = writeText "dbus-catalog.xml" ''