File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
pkgs/by-name/md/mdk3-master Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 wirelesstools ,
66} :
77
8- stdenv . mkDerivation rec {
8+ stdenv . mkDerivation ( finalAttrs : {
99 pname = "mdk3-master" ;
1010 version = "6-unstable-2015-05-24" ;
1111
@@ -29,13 +29,13 @@ stdenv.mkDerivation rec {
2929 runHook postInstall
3030 '' ;
3131
32- meta = with lib ; {
32+ meta = {
3333 description = "MDK3 fork able to force reboot Access Points" ;
3434 homepage = "https://github.com/charlesxsh/mdk3-master" ;
35- changelog = "https://github.com/charlesxsh/mdk3-master/blob/${ src . rev } /CHANGELOG" ;
36- license = licenses . gpl2Only ;
37- maintainers = with maintainers ; [ pinpox ] ;
35+ changelog = "https://github.com/charlesxsh/mdk3-master/blob/${ finalAttrs . src . rev } /CHANGELOG" ;
36+ license = lib . licenses . gpl2Only ;
37+ maintainers = with lib . maintainers ; [ pinpox ] ;
3838 mainProgram = "mdk3" ;
39- platforms = platforms . all ;
39+ platforms = lib . platforms . all ;
4040 } ;
41- }
41+ } )
You can’t perform that action at this time.
0 commit comments