Skip to content

Commit 706e3bb

Browse files
committed
Nix: don't patch for #1440
1 parent 6fcb1f2 commit 706e3bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
packages = {
5757
default = self'.packages.crocoddyl;
5858
crocoddyl = pkgs.python3Packages.crocoddyl.overrideAttrs (super: {
59+
patches = [ ];
5960
src = pkgs.lib.fileset.toSource {
6061
root = ./.;
6162
fileset = pkgs.lib.fileset.unions [

0 commit comments

Comments
 (0)