Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

wdisplays: set metaProgram

+1
+1
pkgs/tools/graphics/wdisplays/default.nix
··· 21 maintainers = with maintainers; [ lheckemann ma27 ]; 22 license = licenses.gpl3Plus; 23 platforms = platforms.linux; 24 }; 25 }
··· 21 maintainers = with maintainers; [ lheckemann ma27 ]; 22 license = licenses.gpl3Plus; 23 platforms = platforms.linux; 24 + mainProgram = "wdisplays"; 25 }; 26 }