summary refs log tree commit diff
path: root/pkgs/development/python-modules/blivet
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-12-02 15:58:30 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-12-02 15:58:30 +0100
commitcae5bfb991c2e0e22ab5923d968fc83d7450ff24 (patch)
tree47e87e01877d530100d91dc1deb39db7eb8c4219 /pkgs/development/python-modules/blivet
parentf7c25bf9c2b48027bd13bb92365bebbf8fa97060 (diff)
downloadnixpkgs-cae5bfb991c2e0e22ab5923d968fc83d7450ff24.tar
nixpkgs-cae5bfb991c2e0e22ab5923d968fc83d7450ff24.tar.gz
nixpkgs-cae5bfb991c2e0e22ab5923d968fc83d7450ff24.tar.bz2
nixpkgs-cae5bfb991c2e0e22ab5923d968fc83d7450ff24.tar.lz
nixpkgs-cae5bfb991c2e0e22ab5923d968fc83d7450ff24.tar.xz
nixpkgs-cae5bfb991c2e0e22ab5923d968fc83d7450ff24.tar.zst
nixpkgs-cae5bfb991c2e0e22ab5923d968fc83d7450ff24.zip
statsd: Don't use <nixpkgs>
This was preventing the Nixpkgs channel from updating, since the
program indexer barfed on:

  error: anonymous function at /nix/store/wdnwbh3kmf68nhqqp0khcyxbdbp43vg5-nixos-14.12.626.b0d594c/nixos/nixpkgs/pkgs/top-level/node-packages.nix:1:1 called without required argument ‘neededNatives’, at /data/releases/nixos/unstable-small/.tmp-nixos-16.03pre72946.c50d013-787/unpack/nixos-16.03pre72946.c50d013/lib/customisation.nix:56:12

because Nixpkgs 16.03 was importing files from Nixpkgs 14.12.

Also added some half-assed checks to detect this issue in the future.
Diffstat (limited to 'pkgs/development/python-modules/blivet')
-rw-r--r--pkgs/development/python-modules/blivet/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/blivet/default.nix b/pkgs/development/python-modules/blivet/default.nix
index 0b7069ab67d..240fe638834 100644
--- a/pkgs/development/python-modules/blivet/default.nix
+++ b/pkgs/development/python-modules/blivet/default.nix
@@ -36,7 +36,7 @@ in buildPythonPackage rec {
     six
   ];
 
-  # Tests are in <nixpkgs/nixos/tests/blivet.nix>.
+  # Tests are in nixos/tests/blivet.nix.
   doCheck = false;
 
   meta = with stdenv.lib; {