Skip to content

Commit

Permalink
dd4hep: 01-27 -> 01-27-01
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Nov 23, 2023
1 parent 6ecfad1 commit fd87472
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 53 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
flake = false;
};
inputs.dd4hep-src = {
url = "github:AIDASoft/DD4hep/v01-27";
url = "github:AIDASoft/DD4hep/v01-27-01";
flake = false;
};
inputs.edm4eic-src = {
Expand Down
6 changes: 1 addition & 5 deletions pkgs/dd4hep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@

stdenv.mkDerivation rec {
pname = "DD4hep";
version = "01-27.${dd4hep-src.shortRev or "dirty"}";
version = "01-27-01.${dd4hep-src.shortRev or "dirty"}";

src = dd4hep-src;

patches = [
./hexgrid_fix.patch
];

postPatch = ''
patchShebangs --host .
Expand Down
43 changes: 0 additions & 43 deletions pkgs/dd4hep/hexgrid_fix.patch

This file was deleted.

0 comments on commit fd87472

Please sign in to comment.