Skip to content

Commit 9de29f6

Browse files
committed
aliases: Remove lib.warn call
It makes ofborg evaluation fail.
1 parent f6243ab commit 9de29f6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,7 @@ mapAliases ({
309309
msf = metasploit; # added 2018-04-25
310310
libmsgpack = msgpack; # added 2018-08-17
311311
mssys = ms-sys; # added 2015-12-13
312-
mpv-with-scripts = lib.warn "Use wrapMpv for editing the environment of mpv" (
313-
self.wrapMpv self.mpv-unwrapped { }
314-
); # added 2020-05-22
312+
mpv-with-scripts = self.wrapMpv self.mpv-unwrapped { }; # added 2020-05-22
315313
multipath_tools = multipath-tools; # added 2016-01-21
316314
mupen64plus1_5 = mupen64plus; # added 2016-02-12
317315
mysqlWorkbench = mysql-workbench; # added 2017-01-19

0 commit comments

Comments
 (0)