summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-11-09 16:38:54 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2016-11-24 22:28:03 +0100
commit25a9889f0e05f45d4cc9f0ae37c873efa5837f6d (patch)
treed8077413c4fbf0ec1152c667fa064cf06a8d8476 /nixos/tests
parent27180b67ce59e4584eb896fafe790a7bb418235b (diff)
downloadnixpkgs-25a9889f0e05f45d4cc9f0ae37c873efa5837f6d.tar
nixpkgs-25a9889f0e05f45d4cc9f0ae37c873efa5837f6d.tar.gz
nixpkgs-25a9889f0e05f45d4cc9f0ae37c873efa5837f6d.tar.bz2
nixpkgs-25a9889f0e05f45d4cc9f0ae37c873efa5837f6d.tar.lz
nixpkgs-25a9889f0e05f45d4cc9f0ae37c873efa5837f6d.tar.xz
nixpkgs-25a9889f0e05f45d4cc9f0ae37c873efa5837f6d.tar.zst
nixpkgs-25a9889f0e05f45d4cc9f0ae37c873efa5837f6d.zip
blivet test: use python2
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/blivet.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/blivet.nix b/nixos/tests/blivet.nix
index a7b836ce99a..2adc2ee1eee 100644
--- a/nixos/tests/blivet.nix
+++ b/nixos/tests/blivet.nix
@@ -1,4 +1,4 @@
-import ./make-test.nix ({ pkgs, ... }: with pkgs.pythonPackages; rec {
+import ./make-test.nix ({ pkgs, ... }: with pkgs.python2Packages; rec {
   name = "blivet";
   meta = with pkgs.stdenv.lib.maintainers; {
     maintainers = [ aszlig ];