parent
7c9af8ebdd
commit
a7b7966d52
19 changed files with 95 additions and 40 deletions
home
firefox/firefox-gx
mpv/scripts
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "firefox-gx";
|
||||
version = firefox-gx-src.rev;
|
||||
version = firefox-gx-src.shortRev;
|
||||
|
||||
src = firefox-gx-src;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
}:
|
||||
buildLua (finalAttrs: {
|
||||
pname = "modernx";
|
||||
version = modernx-src.rev;
|
||||
version = modernx-src.shortRev;
|
||||
|
||||
src = modernx-src;
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
buildLua {
|
||||
pname = "persist-properties";
|
||||
version = persist-properties-src.rev;
|
||||
version = persist-properties-src.shortRev;
|
||||
|
||||
src = persist-properties-src;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
buildLua {
|
||||
pname = "pointer-event";
|
||||
version = pointer-event-src.rev;
|
||||
version = pointer-event-src.shortRev;
|
||||
|
||||
src = pointer-event-src;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
buildLua {
|
||||
pname = "touch-gestures";
|
||||
version = touch-gestures-src.rev;
|
||||
version = touch-gestures-src.shortRev;
|
||||
|
||||
src = touch-gestures-src;
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue