diff options
author | makefu <github@syntax-fehler.de> | 2015-11-05 11:10:14 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-11-05 11:10:14 +0100 |
commit | 625cfe81a09e3d9d19311188d80387292962ac72 (patch) | |
tree | 25d1d0807715bbaec23862a21554f32e0417ce71 /tv/4lib | |
parent | 8995bdd5fc7ea8ef54b4e30ceb50825ba23054ba (diff) | |
parent | 1ddbdddc696316986b07376a7fc5e33aaf228e89 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/4lib')
-rw-r--r-- | tv/4lib/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tv/4lib/default.nix b/tv/4lib/default.nix index 7e6b2ab17..c099eb733 100644 --- a/tv/4lib/default.nix +++ b/tv/4lib/default.nix @@ -6,9 +6,6 @@ lib // rec { inherit lib pkgs; }; - # "7.4.335" -> "74" - majmin = with lib; x : concatStrings (take 2 (splitString "." x)); - # TODO deprecate shell-escape for lass shell-escape = lib.shell.escape; } |