ceph: Deduplicate the default

This commit is contained in:
William A. Kennington III 2015-11-16 05:15:19 -08:00
parent 91fcff45a3
commit 61402311cc

View file

@ -1,13 +0,0 @@
{ callPackage, fetchgit, ... } @ args:
callPackage ./generic.nix (args // rec {
version = "9.2.0";
src = fetchgit {
url = "https://github.com/ceph/ceph.git";
rev = "refs/tags/v${version}";
sha256 = "1lcal0jbpnm6y91s2v0g2zdnq7q0i5ql4bky294cz7g011di12vc";
};
patches = [ ./fix-pythonpath.patch ];
})

View file

@ -0,0 +1 @@
9.nix