ceph: Add git derivation
This commit is contained in:
parent
9f55b2de6a
commit
05d7fb2054
13
pkgs/tools/filesystems/ceph/git.nix
Normal file
13
pkgs/tools/filesystems/ceph/git.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ callPackage, fetchgit, git, ... } @ args:
|
||||||
|
|
||||||
|
callPackage ./generic.nix (args // rec {
|
||||||
|
version = "2015-04-22";
|
||||||
|
|
||||||
|
src = fetchgit {
|
||||||
|
url = "git://github.com/ceph/ceph.git";
|
||||||
|
rev = "89262abc53e324f3ef4d504473a4f1d6eb337c20";
|
||||||
|
sha256 = "0d6hlk1nwgx9cdhvppggz6sbjc1jl8j26l9739qspw1sviac5lcb";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ git ];
|
||||||
|
})
|
@ -941,7 +941,8 @@ let
|
|||||||
ceph-0_80 = callPackage ../tools/filesystems/ceph/0.80.nix { };
|
ceph-0_80 = callPackage ../tools/filesystems/ceph/0.80.nix { };
|
||||||
ceph-0_94 = callPackage ../tools/filesystems/ceph/0.94.nix { };
|
ceph-0_94 = callPackage ../tools/filesystems/ceph/0.94.nix { };
|
||||||
ceph = callPackage ../tools/filesystems/ceph { };
|
ceph = callPackage ../tools/filesystems/ceph { };
|
||||||
ceph-dev = callPackage ../tools/filesystems/ceph/dev.nix { };
|
ceph-dev = lowPrio (callPackage ../tools/filesystems/ceph/dev.nix { });
|
||||||
|
ceph-git = lowPrio (callPackage ../tools/filesystems/ceph/git.nix { });
|
||||||
|
|
||||||
cfdg = builderDefsPackage ../tools/graphics/cfdg {
|
cfdg = builderDefsPackage ../tools/graphics/cfdg {
|
||||||
inherit libpng bison flex ffmpeg;
|
inherit libpng bison flex ffmpeg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user