-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Description
Travis has been giving build failures because of this:
error: getting status of `/home/travis/build/NixOS/nixpkgs/pkgs/tools/filesystems/jfsrec': No such file or directory
commit 06f8885 seems to be at fault here..
The reason I didn't just fix this this bug and push upstream is because there are two different ways to approach this and I'm not sure which the best course of action is.
a) jfsrec removal was intentional, remove all references to jfsrec
b) restore jfsrec
Here is a listing of all current things pointing to jfsrec:
nixos/modules/profiles/base.nix:37: #pkgs.jfsrec # disabled because of Boost dependency
nixos/modules/installer/cd-dvd/system-tarball-fuloong2f.nix:79: pkgs.jfsrec
pkgs/top-level/all-packages.nix:1478: jfsrec = callPackage ../tools/filesystems/jfsrec {
pkgs/top-level/release.nix:132: jfsrec = linux;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels