forked from mirrors/nixpkgs
attic: unbreak build by using python 3.4 (instead of 3.5)
This commit is contained in:
parent
de3538c63e
commit
06fc3790bc
|
@ -455,7 +455,9 @@ in
|
|||
|
||||
atomicparsley = callPackage ../tools/video/atomicparsley { };
|
||||
|
||||
attic = callPackage ../tools/backup/attic { };
|
||||
attic = callPackage ../tools/backup/attic {
|
||||
python3Packages = python34Packages;
|
||||
};
|
||||
|
||||
avfs = callPackage ../tools/filesystems/avfs { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue