mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
Merge (#34) from tomasriveral/fix-33-flake-version
fix(#33): flake notewrapper version flag
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
pkg-config
|
pkg-config
|
||||||
gnumake
|
gnumake
|
||||||
|
git # The makefile uses git to get the tagged version. Without it notewrapper --version can't return the version.
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user