1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

NIX: The mergeUsr attribute was renamed to unifiedSystemDir.

This commit is contained in:
Petr Rockai 2013-07-23 00:26:33 +02:00 committed by Petr Rockai
parent cad28a49ab
commit a0d3a7d569

View File

@ -60,7 +60,7 @@ let
urlPrefix = fedora_url version arch;
archs = ["noarch" arch] ++ (if eqStrings arch "i386" then ["i586" "i686"] else []);
packages = pkgs.vmTools.commonFedoraPackages;
mergeUsr = true;
unifiedSystemDir = true;
};
rawhide = version: arch: repodata: import (pkgs.runCommand "rawhide-${version}-${arch}.nix" {} ''
sha=$(grep primary.xml ${repodata} | sed -re 's:.* ([0-9a-f]+)-primary.*:\1:')