jasper: "remove" dev and lib outputs
As described in https://logs.ofborg.org/?key=nixos/nixpkgs.265748&attempt_id=2ec57e7f-4411-460d-8dd2-065a2b5bdce2: ``` error: cycle detected in build of '/nix/store/qh4xqia36pzwpil4bfy2sydby0nclksl-jasper-4.0.1.drv' in the references of output 'lib' from output 'out' ```
This commit is contained in:
parent
55f4e5b6d8
commit
2824b718a1
@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-IQBszOKou5Q1lgDy2LICHFmOKYJ3/djmuHGNalVHeBQ=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "doc" "lib" "man" ];
|
||||
outputs = [ "out" "doc" "man" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
Loading…
Reference in New Issue
Block a user