refactor: improve custom packages' versioning

This commit is contained in:
matt1432 2024-03-25 22:42:23 -04:00
parent 7c9af8ebdd
commit a7b7966d52
19 changed files with 95 additions and 40 deletions

View file

@ -5,7 +5,7 @@
}:
stdenvNoCC.mkDerivation {
pname = "firefox-gx";
version = firefox-gx-src.rev;
version = firefox-gx-src.shortRev;
src = firefox-gx-src;

View file

@ -6,7 +6,7 @@
}:
buildLua (finalAttrs: {
pname = "modernx";
version = modernx-src.rev;
version = modernx-src.shortRev;
src = modernx-src;

View file

@ -5,7 +5,7 @@
}:
buildLua {
pname = "persist-properties";
version = persist-properties-src.rev;
version = persist-properties-src.shortRev;
src = persist-properties-src;
}

View file

@ -5,7 +5,7 @@
}:
buildLua {
pname = "pointer-event";
version = pointer-event-src.rev;
version = pointer-event-src.shortRev;
src = pointer-event-src;
}

View file

@ -5,7 +5,7 @@
}:
buildLua {
pname = "touch-gestures";
version = touch-gestures-src.rev;
version = touch-gestures-src.shortRev;
src = touch-gestures-src;
}

View file

@ -5,7 +5,7 @@
}:
buildLua rec {
pname = "undo-redo";
version = eisa-scripts-src.rev;
version = eisa-scripts-src.shortRev;
src = eisa-scripts-src;
scriptPath = "${src}/scripts/UndoRedo.lua";