Skip to content

Commit

Permalink
Use opam-core from latest nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo committed Aug 7, 2024
1 parent c2ed6bd commit 41bf9e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
11 changes: 0 additions & 11 deletions nix/onixPackages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,4 @@ ocamlPackages.overrideScope (self: super: {
doCheck = false;
});
logs = super.logs.override { jsooSupport = false; };
opam-core = super.opam-core.overrideAttrs (attrs: {
propagatedBuildInputs = attrs.propagatedBuildInputs ++ [
ocamlPackages.uutf
ocamlPackages.jsonm
ocamlPackages.sha
self.swhid_core
self.spdx_licenses
];
});
swhid_core = self.callPackage ./swhid_core.nix {};
spdx_licenses = self.callPackage ./spdx_licenses.nix {};
})
20 changes: 0 additions & 20 deletions nix/onixPackages/spdx_licenses.nix

This file was deleted.

20 changes: 0 additions & 20 deletions nix/onixPackages/swhid_core.nix

This file was deleted.

0 comments on commit 41bf9e8

Please sign in to comment.