get rid of mkSource
This commit is contained in:
parent
431ff32240
commit
dce7838b86
5 changed files with 13 additions and 19 deletions
|
|
@ -3,6 +3,7 @@
|
|||
openmw-git,
|
||||
}:
|
||||
openmw.overrideAttrs (oldAttrs: {
|
||||
version = "unstable-${openmw-git.date}-${openmw-git.version}";
|
||||
src = openmw-git.src;
|
||||
pname = "openmw-unstable";
|
||||
version = "unstable-${openmw-git.rev}";
|
||||
src = openmw-git;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue