duplicity: refactor allow builds on non linux
This commit is contained in:
parent
19425207c9
commit
124f81785a
@ -32,6 +32,6 @@ in python2Packages.buildPythonApplication {
|
|||||||
homepage = "http://www.nongnu.org/duplicity";
|
homepage = "http://www.nongnu.org/duplicity";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric peti];
|
maintainers = with stdenv.lib.maintainers; [viric peti];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user