aliases: Remove lib.warn call
It makes ofborg evaluation fail.
This commit is contained in:
parent
f6243aba72
commit
9de29f6dd7
@ -309,9 +309,7 @@ mapAliases ({
|
|||||||
msf = metasploit; # added 2018-04-25
|
msf = metasploit; # added 2018-04-25
|
||||||
libmsgpack = msgpack; # added 2018-08-17
|
libmsgpack = msgpack; # added 2018-08-17
|
||||||
mssys = ms-sys; # added 2015-12-13
|
mssys = ms-sys; # added 2015-12-13
|
||||||
mpv-with-scripts = lib.warn "Use wrapMpv for editing the environment of mpv" (
|
mpv-with-scripts = self.wrapMpv self.mpv-unwrapped { }; # added 2020-05-22
|
||||||
self.wrapMpv self.mpv-unwrapped { }
|
|
||||||
); # added 2020-05-22
|
|
||||||
multipath_tools = multipath-tools; # added 2016-01-21
|
multipath_tools = multipath-tools; # added 2016-01-21
|
||||||
mupen64plus1_5 = mupen64plus; # added 2016-02-12
|
mupen64plus1_5 = mupen64plus; # added 2016-02-12
|
||||||
mysqlWorkbench = mysql-workbench; # added 2017-01-19
|
mysqlWorkbench = mysql-workbench; # added 2017-01-19
|
||||||
|
Loading…
x
Reference in New Issue
Block a user