1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

duplicity: refactor allow builds on non linux

This commit is contained in:
Mitch Tishmack 2016-12-26 14:55:54 -06:00
parent 19425207c9
commit 124f81785a

View file

@ -32,6 +32,6 @@ in python2Packages.buildPythonApplication {
homepage = "http://www.nongnu.org/duplicity";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric peti];
platforms = with stdenv.lib.platforms; linux;
platforms = stdenv.lib.platforms.unix;
};
}