Fix a bunch of Hydra evaluation errors

This commit is contained in:
Eelco Dolstra
2013-10-07 17:36:47 +02:00
parent 9faba5f073
commit 2147a07938
16 changed files with 24 additions and 15 deletions

View File

@@ -53,5 +53,6 @@ in buildPythonPackage rec {
homepage = "https://fedoraproject.org/wiki/Blivet";
description = "Module for management of a system's storage configuration";
license = [ "GPLv2+" "LGPLv2.1+" ];
platforms = stdenv.lib.platforms.linux;
};
}