summary refs log tree commit diff
path: root/pkgs/development/libraries/dbus
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-03-17 01:08:44 +0000
committerAlyssa Ross <hi@alyssa.is>2019-03-17 16:04:08 +0000
commitad0d1ff6fd872aac02a3e495e8d7eff8bc93e8b7 (patch)
treebd0e5ce9f1986ec354e8b37915bcc3dd25b8e944 /pkgs/development/libraries/dbus
parent36cbb7c45e0419251c5b2e22c6b0098c3836a4e7 (diff)
downloadnixpkgs-ad0d1ff6fd872aac02a3e495e8d7eff8bc93e8b7.tar
nixpkgs-ad0d1ff6fd872aac02a3e495e8d7eff8bc93e8b7.tar.gz
nixpkgs-ad0d1ff6fd872aac02a3e495e8d7eff8bc93e8b7.tar.bz2
nixpkgs-ad0d1ff6fd872aac02a3e495e8d7eff8bc93e8b7.tar.lz
nixpkgs-ad0d1ff6fd872aac02a3e495e8d7eff8bc93e8b7.tar.xz
nixpkgs-ad0d1ff6fd872aac02a3e495e8d7eff8bc93e8b7.tar.zst
nixpkgs-ad0d1ff6fd872aac02a3e495e8d7eff8bc93e8b7.zip
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.
Diffstat (limited to 'pkgs/development/libraries/dbus')
-rw-r--r--pkgs/development/libraries/dbus/make-dbus-conf.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/dbus/make-dbus-conf.nix b/pkgs/development/libraries/dbus/make-dbus-conf.nix
index b5bf2b23000..5d441c5d133 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" ''
       <?xml version="1.0"?>
       <!DOCTYPE catalog PUBLIC