From 61402311cc49b746f5992d4cbadfd960904dca6c Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Mon, 16 Nov 2015 05:15:19 -0800 Subject: [PATCH] ceph: Deduplicate the default --- pkgs/tools/filesystems/ceph/default.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) mode change 100644 => 120000 pkgs/tools/filesystems/ceph/default.nix diff --git a/pkgs/tools/filesystems/ceph/default.nix b/pkgs/tools/filesystems/ceph/default.nix deleted file mode 100644 index a82867e59a2..00000000000 --- a/pkgs/tools/filesystems/ceph/default.nix +++ /dev/null @@ -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 ]; -}) diff --git a/pkgs/tools/filesystems/ceph/default.nix b/pkgs/tools/filesystems/ceph/default.nix new file mode 120000 index 00000000000..0f6f2dfda1d --- /dev/null +++ b/pkgs/tools/filesystems/ceph/default.nix @@ -0,0 +1 @@ +9.nix \ No newline at end of file