mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
x16.run: set pname and version
This commit is contained in:
parent
0eae591156
commit
d8af5c5da2
@ -22,7 +22,8 @@ let
|
||||
};
|
||||
in
|
||||
symlinkJoin {
|
||||
name = "run-x16-${emulator.version}";
|
||||
pname = "run-x16";
|
||||
inherit (emulator) version;
|
||||
|
||||
paths = [
|
||||
emulator
|
||||
|
Loading…
Reference in New Issue
Block a user