blivet test: use python2
This commit is contained in:
parent
27180b67ce
commit
25a9889f0e
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user