Skip to content

Commit

Permalink
fc.qemu: remove deprecated pre-ceph-Nautilus packages
Browse files Browse the repository at this point in the history
  • Loading branch information
osnyx committed Sep 13, 2023
1 parent 6ce9d9f commit c38de5b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 76 deletions.
2 changes: 1 addition & 1 deletion nixos/lib/ceph-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let
ceph-client = pkgs.ceph-nautilus.ceph-client;
# both the C lib and the python modules
libceph = pkgs.ceph-nautilus.libceph;
fcQemu = pkgs.fc.qemu-py3.override {
fcQemu = pkgs.fc.qemu.override {
inherit libceph ceph;
qemu_ceph = qemu_ceph_versioned "nautilus";
};
Expand Down
11 changes: 1 addition & 10 deletions pkgs/fc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,7 @@ rec {
megacli = callPackage ./megacli { };
multiping = callPackage ./multiping.nix {};

qemu-py2 = callPackage ./qemu/py2.nix {
version = "1.2-dev";
src = pkgs.fetchFromGitHub {
owner = "flyingcircusio";
repo = "fc.qemu";
rev = "bcf373c57a39bb373f45022cae4015221e9aa94f";
hash = "sha256-4rIwMzsYYvKGGybkFFu3z0D/RD8LXIJP5GG0oB9lxpc";
};
};
qemu-py3 = callPackage ./qemu/py3.nix rec {
qemu = callPackage ./qemu rec {
version = "1.3.1";
# src = /path/to/fc.qemu/checkout ; # development
src = pkgs.fetchFromGitHub {
Expand Down
File renamed without changes.
65 changes: 0 additions & 65 deletions pkgs/fc/qemu/py2.nix

This file was deleted.

0 comments on commit c38de5b

Please sign in to comment.