Skip to content

Commit

Permalink
Fix data file packaging on nix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed May 1, 2023
1 parent 1189214 commit b864b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name = "khard-${version}";
version = "${oa.version}post-dev+${if self ? shortRev then self.shortRev else "dirty"}";
SETUPTOOLS_SCM_PRETEND_VERSION = version;
postInstall = "cp -r $src/khard/data $out/lib/python*/site-packages/khard";
src = ./.;
});
devShells.x86_64-linux.release =
Expand Down

0 comments on commit b864b4f

Please sign in to comment.